I didn't see base being compiled. This means you didn't clobber before trying to build. Be sure to delete the src/chrome/debug directory before trying again, and be sure to fix the vsprops issue first.
2008/10/17 Ibrar Ahmed <[EMAIL PROTECTED]>: > > Project is compiling with errors here is the log > > 1>------ Build started: Project: v8_base, Configuration: Debug Win32 ------ > 2>------ Build started: Project: debug_message, Configuration: Debug > 3>------ Build started: Project: libxml_config, Configuration: Debug > 4>------ Build started: Project: libxslt_config, Configuration: Debug > 5>------ Build started: Project: V8Bindings_prebuild, Configuration: > 6>------ Build started: Project: v8 (V8\v8), Configuration: Debug Win32 ------ > 7>------ Build started: Project: V8Config, Configuration: Debug Win32 ------ > 8>------ Build started: Project: util_prebuild, Configuration: Debug > 9>------ Build started: Project: tld_cleanup, Configuration: Debug Win32 > ------ > 9>Compiling... > 9>tld_cleanup.cc > 9>Compiling manifest to resources... > 9>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 > 9>Copyright (C) Microsoft Corporation. All rights reserved. > 9>Linking... > 9>tld_cleanup.obj : error LNK2019: unresolved external symbol "public: > __thiscall GURL::GURL(class std::basic_string<char,struct > std::char_traits<char>,class std::allocator<char> > const &)" > (??0GURL@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@[EMAIL > PROTECTED]@2@@std@@@Z) > referenced in function "enum NormalizeResult __cdecl > NormalizeRule(class std::basic_string<char,struct > std::char_traits<char>,class std::allocator<char> > *)" > (?NormalizeRule@@YA?AW4NormalizeResult@@[EMAIL PROTECTED]@[EMAIL > PROTECTED]@@[EMAIL PROTECTED]@2@@std@@@Z) > 9>tld_cleanup.obj : error LNK2019: unresolved external symbol "public: > __thiscall logging::LogMessage::~LogMessage(void)" > ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function "enum > NormalizeResult __cdecl NormalizeRule(class > std::basic_string<char,struct std::char_traits<char>,class > std::allocator<char> > *)" > (?NormalizeRule@@YA?AW4NormalizeResult@@[EMAIL PROTECTED]@[EMAIL > PROTECTED]@@[EMAIL PROTECTED]@2@@std@@@Z) (...) > 9>tld_cleanup - 14 error(s), 0 warning(s) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-dev?hl=en -~----------~----~----~----~------~----~------~--~---
