On Thu, Nov 3, 2011 at 6:01 PM, Jakob Kummerow <[email protected]>wrote:
> Do you have a recent enough version of GYP? (Either "cd build/gyp; svn > up", or > Tried that, too. gyp itself doesn't appear to be very talkative: stephan@tiny ~/cvs/whefs/trunk $ gyp --version Usage: gyp [options ...] [build_file ...] gyp: error: no such option: --version stephan@tiny ~/cvs/whefs/trunk $ gyp -version Usage: gyp [options ...] [build_file ...] gyp: error: no such option: -v stephan@tiny ~/cvs/whefs/trunk $ gyp -? Usage: gyp [options ...] [build_file ...] gyp: error: no such option: -? > simply "make dependencies") > My build environment is at work, so i can't try that until tomorrow. Note that you don't need to run build/gyp_v8 manually, you can simply run > "make" > According to build/README it needs to be run manually: ... To generate Makefiles on Linux: ------------------------------- $ build/gyp_v8 ... in the top-level directory and it'll do everything for you (and provide a > comfortable way to specify build flags). See > http://code.google.com/p/v8/wiki/BuildingWithGYP. > Aha, thanks for that tip. i'll give that a try when i'm back on my dev machine tomorrow. Happy Hacking! -- ----- stephan beal http://wanderinghorse.net/home/stephan/ -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
