Comment #3 on issue 1596 by [email protected]: Unresolved externals
linking v8preparser.lib on Windows 7
http://code.google.com/p/v8/issues/detail?id=1596
FWIW, I just confirmed that the exact same errors occur when I try to build
a *32-bit* version using these commands:
c:\d\v8>"c:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.Cmd" /x86
/Release
c:\d\v8>scons arch=ia32 env="PATH:%PATH%,INCLUDE:%INCLUDE%,LIB:%LIB%" \
library=shared mode=release msvcrt=shared -j4
c:\d\v8>"c:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.Cmd" /x86
/Release
c:\d\v8>scons arch=ia32 env="PATH:%PATH%,INCLUDE:%INCLUDE%,LIB:%LIB%" \
library=shared mode=release msvcrt=shared -j4
This worked for me back on March 26th:
- http://evadeflow.com/2011/03/compiling-v8-on-windows-7/
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev