On Thu, Nov 3, 2011 at 6:08 PM, Stephan Beal <[email protected]> wrote:
> On Thu, Nov 3, 2011 at 6:01 PM, Jakob Kummerow > >> 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. > That did it, thanks! A note to the other gyp-uninitiated: be sure to tell it which platform you want to build for or it (apparently) tries to build several. e.g. it fails on my netbook if i just do 'make debug' because it tries to build the x86/64 build after the ia32 build is finished. i.e. use 'make ia32.debug' or 'make x64.debug', or similar. PS: how do i set my install prefix using gyp? i always prefer --prefix=$HOME. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
