Status: New Owner: ---- New issue 309 by ariya.hidayat: V8 does not build with MinGW http://code.google.com/p/v8/issues/detail?id=309
Even after revision 1240, V8 still does not build with MinGW (gcc 3.4.5). Here is the compiler error message: src\platform-win32.cc: In member function `virtual bool v8::internal::Win32Socket::Connect(const char*, const char*)': src\platform-win32.cc:1653: error: `getaddrinfo' was not declared in this scope src\platform-win32.cc:1660: error: `freeaddrinfo' was not declared in this scope src\platform-win32.cc:1653: warning: unused variable 'getaddrinfo' src\platform-win32.cc:1660: warning: unused variable 'freeaddrinfo' scons: *** [obj\release\platform-win32.o] Error 1 scons: building terminated because of errors. This is related to issue 64. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
