Status: New
Owner: ----
New issue 1891 by [email protected]: Can build 3.7 branch under minGW?
http://code.google.com/p/v8/issues/detail?id=1891
I try to build 3.7 branch under minGW it gives me error.
Then, try bleeding_edge, get the same error.
After that, move back to 3.6, and the build is successful.
======================
http://v8.googlecode.com/svn/branches/bleeding_edge
http://v8.googlecode.com/svn/branches/3.7
http://v8.googlecode.com/svn/branches/3.6
======================
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o obj\release\platform-win32.o -c -fno-rtti -fno-exceptions -DWIN32
-Wall -Werror -W -Wno-unuse
d-parameter -Wnon-virtual-dtor -pedantic -Wno-long-long -m32 -O3
-fomit-frame-pointer -fdata-section
s -ffunction-sections -DWIN32 -fno-strict-aliasing -DV8_TARGET_ARCH_IA32
-DENABLE_DEBUGGER_SUPPORT -
Isrc src\platform-win32.cc
In file included from src\platform-win32.cc:31:0:
src\/win32-headers.h:78:21: fatal error: wspiapi.h: No such file or
directory
compilation terminated.
scons: *** [obj\release\platform-win32.o] Error 1
scons: building terminated because of errors.
======================
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev