Hi Tom, I think you should try to add winmm.lib to additional dependencies in your project settings (section Linker -> Input if my memory does not fail me).
-- Vyacheslav Egorov On Thu, Oct 21, 2010 at 2:18 PM, Tom R <[email protected]> wrote: > Hi Guys, > > Building V8 with VS2008, Python 2.7, SCons 2.0.1 and the following > command line: > > C:\Projects\v8>scons env="PATH:%PATH%,INCLUDE:%INCLUDE%,LIB:%LIB%" > mode=release snapshot=on library=static > > Getting the following error when linking my project: > > 2>Linking... > 1>Compiling... > 2>v8.lib(api.obj) : MSIL .netmodule or module compiled with /GL found; > restarting link with /LTCG; add /LTCG to the link command line to > improve linker performance > 2>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of > other libs; use /NODEFAULTLIB:library > 2>v8.lib(platform-win32.obj) : error LNK2001: unresolved external > symbol __imp__timegett...@0 > 2>../../bin/debug/Server.exe : fatal error LNK1120: 1 unresolved > externals > > Any ideas? > > Thanks, > > Tom. > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
