no, i did the update and then "build-webkit". Thanks Guru On Sun, Jun 21, 2009 at 10:29 PM, Brent Fulgham <[email protected]> wrote:
> 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 <[email protected]> wrote: > > Hi, > > I am building the webkit for debug version for the first time and i have > followed all the steps mentioned in <http://webkit.org>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_?_ra...@exception@std@@QBEXXZ) > referenced in function "struct std::pair __cdecl > std::get_temporary_buffer(int)" (??$get_temporary_buf...@pavrenderlayer > @WebCore@@@std@@ya?au?$p...@papavrenderlayer@WebCore@@h...@0@h...@z) > WebCore_debug.lib(Gradient.obj) : error LNK2001: unresolved external symbol > "__declspec(dllimport) public: void __thiscall > std::exception::_Raise(void)const " (__imp_?_ra...@exception@std@@QBEXXZ) > WebCore_debug.lib(CSSFontSelector.obj) : error LNK2001: unresolved external > symbol "__declspec(dllimport) public: void __thiscall > std::exception::_Raise(void)const " (__imp_?_ra...@exception@std@@QBEXXZ) > WebCore_debug.lib(CSSGradientValue.obj) : error LNK2001: unresolved > external symbol "__declspec(dllimport) public: void __thiscall > std::exception::_Raise(void)const " (__imp_?_ra...@exception@std@@QBEXXZ) > WebCore_debug.lib(RenderLayer.obj) : error LNK2019: unresolved external > symbol "__declspec(dllimport) public: __thiscall > std::exception::exception(char const *,int)" (__imp_??0except...@std > @@q...@pbdh@Z) referenced in function "public: __thiscall > std::bad_alloc::bad_alloc(char const *)" (??0bad_al...@std@@q...@pbd@Z) > WebCore_debug.lib(Gradient.obj) : error LNK2001: unresolved external symbol > "__declspec(dllimport) public: __thiscall std::exception::exception(char > const *,int)" (__imp_??0except...@std@@q...@pbdh@Z) > WebCore_debug.lib(CSSFontSelector.obj) : error LNK2001: unresolved external > symbol "__declspec(dllimport) public: __thiscall > std::exception::exception(char const *,int)" (__imp_??0except...@std > @@q...@pbdh@Z) > WebCore_debug.lib(CSSGradientValue.obj) : error LNK2001: unresolved > external symbol "__declspec(dllimport) public: __thiscall > std::exception::exception(char const *,int)" (__imp_??0except...@std > @@q...@pbdh@Z) > WebCore_debug.lib(RenderLayer.obj) : error LNK2019: unresolved external > symbol "__declspec(dllimport) void __cdecl std::_Throw(class std::exception > const &)" (__imp_?_th...@std@@yaxabvexcept...@1@@Z) referenced in function > "protected: virtual void __thiscall std::bad_alloc::_Doraise(void)const " > (?_dora...@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_?_th...@std@@yaxabvexcept...@1@@Z) > WebCore_debug.lib(CSSFontSelector.obj) : error LNK2001: unresolved external > symbol "__declspec(dllimport) void __cdecl std::_Throw(class std::exception > const &)" (__imp_?_th...@std@@yaxabvexcept...@1@@Z) > WebCore_debug.lib(CSSGradientValue.obj) : error LNK2001: unresolved > external symbol "__declspec(dllimport) void __cdecl std::_Throw(class > std::exception const &)" (__imp_?_th...@std@@yaxabvexcept...@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#>http://gist.github.com/133152# > > Any suggestion and help is very thankfull. > > Thank you, > Guru > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

