I have no problem at all building the Debug_Cairo configuration in either Visual Studio or from the Cygwin command line. Yet, when I attempt to build Release_Cairo in either location, I get the following errors:
5>WebCore.lib(ResourceResponseBase.obj) : error LNK2001: unresolved external symbol "private: void __thiscall WebCore::ResourceResponse::platformLazyInit(void)" (?platformlazyi...@resourceresponse@WebCore@@AAEXXZ) 5>WebCore.lib(ResourceResponseBase.obj) : error LNK2001: unresolved external symbol "private: static bool __cdecl WebCore::ResourceResponse::platformCompare(class WebCore::ResourceResponse const &,class WebCore::ResourceResponse const &)" (?platformcomp...@resourceresponse@WebCore@@ca_nab...@0@Z) 5>WebCore.lib(ResourceErrorBase.obj) : error LNK2001: unresolved external symbol "private: void __thiscall WebCore::ResourceError::platformLazyInit(void)" (?platformlazyi...@resourceerror@WebCore@@AAEXXZ) 5>WebCore.lib(ResourceRequestBase.obj) : error LNK2001: unresolved external symbol "private: void __thiscall WebCore::ResourceRequest::doUpdatePlatformRequest(void)" (?doupdateplatformrequ...@resourcerequest@WebCore@@AAEXXZ) 5>WebCore.lib(ResourceRequestBase.obj) : error LNK2001: unresolved external symbol "private: void __thiscall WebCore::ResourceRequest::doUpdateResourceRequest(void)" (?doupdateresourcerequ...@resourcerequest@WebCore@@AAEXXZ) 5>WebCore.lib(AuthenticationChallengeBase.obj) : error LNK2001: unresolved external symbol "private: static bool __cdecl WebCore::AuthenticationChallenge::platformCompare(class WebCore::AuthenticationChallenge const &,class WebCore::AuthenticationChallenge const &)" (?platformcomp...@authenticationchallenge@WebCore@@ca_nab...@0@Z) 5>C:\cygwin\home\Charles\webkit-out\bin\WebKit.dll : fatal error LNK1120: 6 unresolved externals I've looked at the configurations and the respecive source files both in the WebCore project and the WebKit project and can't see anyplace where Debug_ vs Release_ would make a difference. Can anyone point me to the Smoking Gnu? _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
