Updates:
Status: PendingFurtherInfo
Comment #2 on issue 2197 by [email protected]: Can't build with MinGW
using GYP
http://code.google.com/p/v8/issues/detail?id=2197
Don't "cd out". Make doesn't like that on any platform.
After "set GYP_GENERATORS=make", does "mingw32-make ia32.release" work for
you? If not, what does it spit out?
If it doesn't work, you can manually mirror what the top-level Makefile
would do:
mingw32-make -C out -f Makefile.ia32 BUILDTYPE=Release
builddir="c:\full\path\to\out\ia32.release"
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev