I've been getting the following build error for the past couple days on
Windows. It happens if I use Incredibuild or VS. It happens on a totally
fresh checkout. Any one have any ideas as to what could be causing this?

9>------ Build started: Project: mksnapshot, Configuration: Debug Win32
------
9>Compiling...
9>mksnapshot.cc
9>Linking...
9>mksnapshot.obj : error LNK2019: unresolved external symbol "public: static
int __cdecl v8::internal::NativesCollection<0>::GetBuiltinsCount(void)"
(?getbuiltinsco...@?$nativescollection@$0A@@inter...@v8@@SAHXZ) referenced
in function _main
9>v8_base.lib(heap.obj) : error LNK2001: unresolved external symbol "public:
static int __cdecl
v8::internal::NativesCollection<0>::GetBuiltinsCount(void)"
(?getbuiltinsco...@?$nativescollection@$0A@@inter...@v8@@SAHXZ)
9>v8_base.lib(bootstrapper.obj) : error LNK2001: unresolved external symbol
"public: static int __cdecl
v8::internal::NativesCollection<0>::GetBuiltinsCount(void)"
(?getbuiltinsco...@?$nativescollection@$0A@@inter...@v8@@SAHXZ)
9>v8_base.lib(bootstrapper.obj) : error LNK2019: unresolved external symbol
"public: static class v8::internal::Vector<char const > __cdecl
v8::internal::NativesCollection<0>::GetScriptSource(int)" (?GetScriptSource@
?$nativescollect...@$0a@@inter...@v8@@sa?av?$vec...@$$cbd@2...@h@Z) referenced
in function "public: static class v8::internal::Handle<class
v8::internal::String> __cdecl
v8::internal::Bootstrapper::NativesSourceLookup(int)"
(?nativessourceloo...@bootstrapper@inter...@v8@@sa?av?$han...@vstring
@inter...@v8@@@2...@h@Z)
9>v8_base.lib(bootstrapper.obj) : error LNK2019: unresolved external symbol
"public: static class v8::internal::Vector<char const > __cdecl
v8::internal::NativesCollection<0>::GetScriptName(int)" (?GetScriptName@
?$nativescollect...@$0a@@inter...@v8@@sa?av?$vec...@$$cbd@2...@h@Z) referenced
in function "private: static bool __cdecl
v8::internal::Genesis::CompileBuiltin(int)" (?compilebuil...@genesis
@inter...@v8@@ca...@z)
9>v8_base.lib(debug.obj) : error LNK2001: unresolved external symbol
"public: static class v8::internal::Vector<char const > __cdecl
v8::internal::NativesCollection<0>::GetScriptName(int)" (?GetScriptName@
?$nativescollect...@$0a@@inter...@v8@@sa?av?$vec...@$$cbd@2...@h@Z)
9>v8_base.lib(handles.obj) : error LNK2001: unresolved external symbol
"public: static class v8::internal::Vector<char const > __cdecl
v8::internal::NativesCollection<0>::GetScriptName(int)" (?GetScriptName@
?$nativescollect...@$0a@@inter...@v8@@sa?av?$vec...@$$cbd@2...@h@Z)
9>v8_base.lib(bootstrapper.obj) : error LNK2019: unresolved external symbol
"public: static int __cdecl
v8::internal::NativesCollection<0>::GetIndex(char const *)" (?GetIndex@
?$nativescollect...@$0a@@inter...@v8@@sah...@z) referenced in function
"private: bool __thiscall v8::internal::Genesis::InstallNatives(void)"
(?installnati...@genesis@inter...@v8@@AAE_NXZ)
9>v8_base.lib(debug.obj) : error LNK2001: unresolved external symbol
"public: static int __cdecl
v8::internal::NativesCollection<0>::GetIndex(char const *)" (?GetIndex@
?$nativescollect...@$0a@@inter...@v8@@sah...@z)
9>v8_base.lib(bootstrapper.obj) : error LNK2019: unresolved external symbol
"public: static int __cdecl
v8::internal::NativesCollection<0>::GetDelayCount(void)" (?GetDelayCount@
?$nativescollect...@$0a@@inter...@v8@@SAHXZ) referenced in function
"private: bool __thiscall v8::internal::Genesis::InstallNatives(void)"
(?installnati...@genesis@inter...@v8@@AAE_NXZ)
9>v8_base.lib(snapshot-common.obj) : error LNK2001: unresolved external
symbol "private: static unsigned char const * const
v8::internal::Snapshot::data_" (?da...@snapshot@inter...@v8@@0QBEB)
9>v8_base.lib(snapshot-common.obj) : error LNK2001: unresolved external
symbol "private: static int v8::internal::Snapshot::size_" (?si...@snapshot
@inter...@v8@@0HA)
9>E:\chromium\src\chrome\Debug\mksnapshot.exe : fatal error LNK1120: 7
unresolved externals
9>Build log was saved at
"file://E:\chromium\src\chrome\Debug\obj\mksnapshot\BuildLog.htm"
9>mksnapshot - 13 error(s), 0 warning(s)

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to