[webkit-dev] Windows build error for "webkit" module

Brent Fulgham bfulgham at gmail.com
Sun Jun 21 09:59:29 PDT 2009


It looks as though the C++ runtime is not being linked for some  
reason.  Did you attempt to modify the build settings in some way?

-Brent

On Jun 20, 2009, at 6:03 AM, Guru Prasad H B <guruhb at gmail.com> wrote:

> Hi,
>
> I am building the webkit for debug version for the first time and i  
> have followed all the steps mentioned in webkit.org.
>
> Getting error from webkit moduile for
>
> ------------------------------- 
> start-----------------------------------------
> Linking...
> LINK : warning LNK4044: unrecognized option '/dynamicbase'; ignored
>    Creating library C:\cygwin\home\net\WebKit\build\lib\WebKit.lib  
> and object C:\cygwin\home\net\WebKit\build\lib\WebKit.exp
> WebCore_debug.lib(RenderLayer.obj) : error LNK2019: unresolved  
> external symbol "__declspec(dllimport) public: void __thiscall  
> std::exception::_Raise(void)const " (__imp_? 
> _Raise at exception@std@@QBEXXZ) referenced in function "struct  
> std::pair __cdecl std::get_temporary_buffer(int)" (?? 
> $get_temporary_buffer at PAVRenderLayer@WebCore@@@std@@YA?AU? 
> $pair at PAPAVRenderLayer@WebCore@@H at 0@H at Z)
> WebCore_debug.lib(Gradient.obj) : error LNK2001: unresolved external  
> symbol "__declspec(dllimport) public: void __thiscall  
> std::exception::_Raise(void)const " (__imp_? 
> _Raise at exception@std@@QBEXXZ)
> WebCore_debug.lib(CSSFontSelector.obj) : error LNK2001: unresolved  
> external symbol "__declspec(dllimport) public: void __thiscall  
> std::exception::_Raise(void)const " (__imp_? 
> _Raise at exception@std@@QBEXXZ)
> WebCore_debug.lib(CSSGradientValue.obj) : error LNK2001: unresolved  
> external symbol "__declspec(dllimport) public: void __thiscall  
> std::exception::_Raise(void)const " (__imp_? 
> _Raise at exception@std@@QBEXXZ)
> WebCore_debug.lib(RenderLayer.obj) : error LNK2019: unresolved  
> external symbol "__declspec(dllimport) public: __thiscall  
> std::exception::exception(char const *,int)" (__imp_?? 
> 0exception at std@@QAE at PBDH@Z) referenced in function "public:  
> __thiscall std::bad_alloc::bad_alloc(char const *)" (?? 
> 0bad_alloc at std@@QAE at PBD@Z)
> WebCore_debug.lib(Gradient.obj) : error LNK2001: unresolved external  
> symbol "__declspec(dllimport) public: __thiscall  
> std::exception::exception(char const *,int)" (__imp_?? 
> 0exception at std@@QAE at PBDH@Z)
> WebCore_debug.lib(CSSFontSelector.obj) : error LNK2001: unresolved  
> external symbol "__declspec(dllimport) public: __thiscall  
> std::exception::exception(char const *,int)" (__imp_?? 
> 0exception at std@@QAE at PBDH@Z)
> WebCore_debug.lib(CSSGradientValue.obj) : error LNK2001: unresolved  
> external symbol "__declspec(dllimport) public: __thiscall  
> std::exception::exception(char const *,int)" (__imp_?? 
> 0exception at std@@QAE at PBDH@Z)
> WebCore_debug.lib(RenderLayer.obj) : error LNK2019: unresolved  
> external symbol "__declspec(dllimport) void __cdecl std::_Throw 
> (class std::exception const &)" (__imp_? 
> _Throw at std@@YAXABVexception at 1@@Z) referenced in function "protected:  
> virtual void __thiscall std::bad_alloc::_Doraise(void)const " (? 
> _Doraise at bad_alloc@std@@MBEXXZ)
> WebCore_debug.lib(Gradient.obj) : error LNK2001: unresolved external  
> symbol "__declspec(dllimport) void __cdecl std::_Throw(class  
> std::exception const &)" (__imp_?_Throw at std@@YAXABVexception at 1@@Z)
> WebCore_debug.lib(CSSFontSelector.obj) : error LNK2001: unresolved  
> external symbol "__declspec(dllimport) void __cdecl std::_Throw 
> (class std::exception const &)" (__imp_? 
> _Throw at std@@YAXABVexception at 1@@Z)
> WebCore_debug.lib(CSSGradientValue.obj) : error LNK2001: unresolved  
> external symbol "__declspec(dllimport) void __cdecl std::_Throw 
> (class std::exception const &)" (__imp_? 
> _Throw at std@@YAXABVexception at 1@@Z)
> C:\cygwin\home\net\WebKit\build\bin\WebKit.dll : fatal error  
> LNK1120: 3 unresolved externals
> Project : warning PRJ0018 : The following environment variables were  
> not found:
> $(PRODUCTION)
> ------------------------------ 
> end-------------------------------------------
>
> The complete compilation logs is being attached at http://gist.github.com/133152#
>
> Any suggestion and help is very thankfull.
>
> Thank you,
> Guru
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090621/a819bf1e/attachment.html>


More information about the webkit-dev mailing list