[webkit-help] WebKit Build Error
Aman Gupta
aman2304 at gmail.com
Wed Mar 7 22:42:52 PST 2012
Hi,
I am trying to build WebKit on a 64 bit Windows 7 machine. I am using
Visual Studio 2005 professional edition. While building WebKit, Visual
Studio gives real time updates about the compilation status of each project
and file. While compiling the project "WebKit", I got the following error:
>Linking...
4>WebDatabaseManagerMessageReceiver.obj : error LNK2005: "public: static
bool __ cdecl CoreIPC::ArgumentCoder<class
WTF::String>::decode(class CoreIPC::ArgumentD
ecoder *,class WTF::String &)" (?decode@?$ArgumentCoder at VString@WTF@
@@CoreIPC@@S A_NPAVArgumentDecoder at 2
@AAVString at WTF@@@Z) already defined in ArgumentCoders.obj
4>WebMediaCacheManagerMessageReceiver.obj : error LNK2005: "public: static
bool __cdecl CoreIPC::ArgumentCoder<class
WTF::String>::decode(class CoreIPC::Argumen
tDecoder *,class WTF::String &)" (?decode@?$ArgumentCoder at VString@WTF@
@@CoreIPC@ @SA_NPAVArgumentDecoder at 2
@AAVString at WTF@@@Z) already defined in ArgumentCoders.o
bj
4> Creating library
C:\cygwin\home\amang\webkit\WebKitBuild\Release\lib\WebKit
.lib and object
C:\cygwin\home\amang\webkit\WebKitBuild\Release\lib\WebKit.exp
4>WebDatabaseManagerMessageReceiver.obj : error LNK2019: unresolved
external sym bol "public: bool __thiscall
CoreIPC::ArgumentDecoder::decodeBytes(unsigned char
*,unsigned int)" (?decodeBytes at ArgumentDecoder@CoreIPC@@QAE_NPAEI at Z)
referenced in function "public: static bool
__cdecl CoreIPC::ArgumentCoder<class WTF::Stri
ng>::decode(class CoreIPC::ArgumentDecoder *,class WTF::String &)"
(?decode@?$Ar
gumentCoder at VString@WTF@@@CoreIPC@
@SA_NPAVArgumentDecoder at 2@AAVString at WTF@@@Z)
4>WebMediaCacheManagerMessageReceiver.obj : error LNK2001: unresolved
external s ymbol "public: bool __thiscall
CoreIPC::ArgumentDecoder::decodeBytes(unsigned ch
ar *,unsigned int)" (?decodeBytes at ArgumentDecoder@CoreIPC@@QAE_NPAEI at Z)
4>WebCore.lib(JSBindingsAllInOne.obj) : error LNK2019: unresolved external
symbo l "public: static void __cdecl
WebCore::WebKitMutationObserver::deliverAllMutati
ons(void)" (?deliverAllMutations at WebKitMutationObserver@WebCore@@SAXXZ)
referenc ed in function "private: static void
__cdecl WebCore::JSMainThreadExecState::did
LeaveScriptContext(void)" (?didLeaveScriptContext at JSMainThreadExecState
@WebCore@ @CAXXZ)
4>WebCore.lib(HTMLElementsAllInOne.obj) : error LNK2019: unresolved
external sym bol "public: void __thiscall
WebCore::ChildListMutationScope::MutationAccumulati
onRouter::incrementScopingLevel(class WebCore::Node *)"
(?incrementScopingLevel@
MutationAccumulationRouter at ChildListMutationScope@WebCore@@QAEXPAVNode at 3@@Z)
ref erenced in function "public: __thiscall
WebCore::ChildListMutationScope::ChildLi
stMutationScope(class WebCore::Node *)" (??0ChildListMutationScope at WebCore
@@QAE@ PAVNode at 1@@Z)
Subsequent projects obviously failed to compile. Can anyone help me out
with this issue?
Thanks
Aman Gupta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20120308/3e1fd7db/attachment.html>
More information about the webkit-help
mailing list