Unfortunately the configuration for building the Windows DLL was lost when adding x64 build for Windows to the SCons file. This is beeing fixed. See http://codereview.chromium.org/197036 for the patch.
Regards, Søren On Mon, Sep 7, 2009 at 03:34, Alexander M Beedie <[email protected]> wrote: > > First time this has happened, but on updating to latest trunk 1.3.9 I > can no longer build via scons. The MSVC solution still works though, > although it doesn't seem there is an option to build the standalone > DLL (which is what I use). Windows build. > > Trunk 1.3.8 built fine for me under an identical environment. > > Here are the failure messages, looking correlated to winsock: > > Regards... > > > > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__acc...@12 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__lis...@8 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__s...@16 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__gethostbyn...@4 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__gethostbya...@12 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__closesoc...@4 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__wsasetlaster...@4 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__getservbyn...@8 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__timegett...@0 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__soc...@12 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__b...@12 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__r...@16 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__getservbyp...@8 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__setsock...@20 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__shutd...@8 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__nt...@4 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__ht...@4 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__wsagetlaster...@0 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__ht...@4 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__inet_a...@4 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__nt...@4 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__wsastar...@8 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__inet_n...@4 > platform-win32.obj : error LNK2001: unresolved external symbol > __imp__conn...@12 > v8.dll : fatal error LNK1120: 24 unresolved externals > scons: *** [v8.dll] Error 1120 > scons: building terminated because of errors. > > > --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
