Comment #1 on issue 2127 by [email protected]: declaration of random
conflicts with stdlib definition on cygwin
http://code.google.com/p/v8/issues/detail?id=2127
In general it appears that compiling for cygwin on windows is not detecting
cygwin, so after I removed the erroneous declaration for random I got the
following:
CXX(target)
/seth/src/v8/v8/out/ia32.release/obj.target/v8_base/src/platform-win32.o
In file included from ../src/platform-win32.cc:31:0:
../src/win32-headers.h:69:53: fatal error: dbghelp.h: No such file or
directory
compilation terminated.
tools/gyp/v8_base.target.ia32.mk:183: recipe for target
`/seth/src/v8/v8/out/ia32.release/obj.target/v8_base/src/platform-win32.o'
failed
make[1]: ***
[/seth/src/v8/v8/out/ia32.release/obj.target/v8_base/src/platform-win32.o]
Error 1
make[1]: Leaving directory `/seth/src/v8/v8/out'
Makefile:154: recipe for target `ia32.release' failed
make: *** [ia32.release] Error 2
Is cygwin supported?
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev