Sorry to necro a year-old thread, but this seemed like the best way to announce that I've been able to build Node.js in MinGW+MSYS quite easily - the trick is to use an MSYS build of Python. Node of course includes a bundled copy of v8, so this suggests that it should also be possible to build a standalone v8 in MSYS. See this blog post for details: http://opensourcepack.blogspot.co.uk/2013/06/nodejs-with-posix-path-support.html
On Thursday, 28 June 2012 16:51:47 UTC+1, slavik wrote: > > I would be happy to use GYP, but it doesn't support MinGW. And I have > no clue how to hack GYP to support MinGW (even where to start from). I > take a look code of the GYP. It is harcoded to use msvs on windows. > -- -- 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/groups/opt_out.
