Status: New
Owner: ----
New issue 1576 by [email protected]: Building V8 on Win7 x64 with Python
2.7 x64 and Scons 2.0
http://code.google.com/p/v8/issues/detail?id=1576
As of r8762,
----------------------------------
C:\src\v8>scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
cl /Foobj\release\accessors.obj /c src\accessors.cc /GR- /Gy /nologo /W3
/WX /wd4351 /wd4355 /wd4800 /MT /O2 /GL /DWIN32 /DV8_TARGET_ARCH_IA32
/D_USE_32BIT_TIME_T /DENABLE_DEBUGGER_SUPPORT /Isrc /Zi
accessors.cc
c:\Program Files (x86)\Microsoft Visual Studio
9.0\VC\INCLUDE\crtdefs.h(551) : fatal error C1189: #error : You cannot use
32-bit time_t (_USE_32BIT_TIME_T) with _WIN64
scons: *** [obj\release\accessors.obj] Error 2
scons: building terminated because of errors.
----------------------------------
I want to build 32-bit V8, how can I do that?
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev