0down votefavorite<http://stackoverflow.com/questions/17749079/cant-build-v8-with-gyp-successfully-on-mac-osx#> **
I followed V8 Build Instructions from here<https://code.google.com/p/v8/wiki/BuildingWithGYP> Here are the steps that I'm following to build V8 on Mac OSX. 1. git clone git://github.com/v8/v8.git v8-src && cd v8-src2. make dependencies3. make x64 -j8 library=shared snapshot=on console=readline But I do not see out/x64.release/obj.target/tools/gyp/libv8_base.x64.a (or snapshot.a) The Folder only contains js2c.stamp Here is the Gist: Build Output<https://gist.github.com/anonymous/174c0d71649670dfddcf> What am I doing wrong .. -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.