Hi Mike,

I'm really confused by these error messages. It looks like these indicate problems with C++ exception handling:

LINK : warning LNK4044: unrecognized option '/dynamicbase'; ignored
Creating library c:\cygwin\home\mike\WebKit\WebKitBuild\lib \WebKit.lib and ob
ject c:\cygwin\home\mike\WebKit\WebKitBuild\lib\WebKit.exp
WebCore_debug.lib(RenderLayer.obj) : error LNK2019: unresolved external symbol " __declspec(dllimport) public: void __thiscall std::exception::_Raise(void)const " ([EMAIL PROTECTED]@std@@QBEXXZ) referenced in function "struct std::pair <class WebCore::RenderLayer * *,int> __cdecl std::get_temporary_buffer<class Web Core::RenderLayer *>(int)" (?? [EMAIL PROTECTED]@WebCore@@@std
@@[EMAIL PROTECTED]@WebCore@@[EMAIL PROTECTED]@[EMAIL PROTECTED])
WebCore_debug.lib(CanvasGradient.obj) : error LNK2001: unresolved external symbo l "__declspec(dllimport) public: void __thiscall std::exception::_Raise(void)con
st " ([EMAIL PROTECTED]@std@@QBEXXZ)
WebCore_debug.lib(RenderLayer.obj) : error LNK2019: unresolved external symbol " __declspec(dllimport) public: __thiscall std::exception::exception(char const *, int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z) referenced in function "public: __thi scall std::bad_alloc::bad_alloc(char const *)" (?? [EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z) WebCore_debug.lib(CanvasGradient.obj) : error LNK2001: unresolved external symbo l "__declspec(dllimport) public: __thiscall std::exception::exception(char const
 *,int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z)


I also don't see anything that indicates that WebCore actually built. If I recall correctly, I remember seeing an error message about a conflict with the standard C library linked to the application. I don't see this on my system, so I wonder if something is misconfigured.

Can you remind me what you are building with (Visual Studio Express? Visual Studio Professional?), and if you have installed the Platform SDK and have registered the Platform SDK with your development environment.

Thanks,

-Brent

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to