Comment #4 on issue 1596 by [email protected]: Unresolved externals linking v8preparser.lib on Windows 7
http://code.google.com/p/v8/issues/detail?id=1596

Also, I should mention that I'm building using Visual 2010, following the instructions I posted here:

  - http://evadeflow.com/2011/03/compiling-v8-on-windows-7/

This worked fine for me back in late March.

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

So it seems *not* to be some 32-bit vs 64-bit problem...

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to