Update - Holy Guacamole, I've gotten v8 to build with MinGW! Never thought I'd see this day come again. I actually went a slightly different route with it - here are the things I changed:
1. Apply the forking.py fix to depot_tools instead of v8. 2. REMOVE lines 73 and 78 in the mingw-generate-makefiles.sh. It now shouldn't delete existing makefiles or call into the make routine. 3. In the top-level Makefile, add the following after line 447: ./tools/mingw-generate-makefiles.sh Now, you should be able to call the make command. It will use Gyp to produce the proper makefiles, run the makefile patching script, then run the build. I may be able to condense all of this (including the git patching) into a single bash file. If I do this, I'll fork your repo and give it a try. -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
