首页| 论坛| 消息

标题:在windows下编译webkit源码
作者:pengderun
日期:2013-08-15 15:21
内容:

用cygwin+VS2010用了很长时间差一点就编译出webkit.dll来了,到下面这里就出错了,错误信息如下:
......前面太多了省略
PreLinkEvent:
已复制 1 个文件。
已复制 1 个文件。
已复制 1 个文件。
已复制 1 个文件。
Link:
WebKitSystemInterface.lib(WebKitSystemInterface.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library C:\qtwebkit\WebKitBuild\Release\lib\WebKit.lib and object C:\qtwebkit\WebKitBuild\Release\lib\WebKit.exp
WebCore.lib(BitmapImageCG.obj) : error LNK2001: unresolved external symbol "public: __thiscall WebCore::ImageSource::ImageSource(enum WebCore::ImageSource::AlphaOption,enum WebCore::ImageSource::GammaAndColorProfileOption)" (??0ImageSource@WebCore@@QAE@W4AlphaOption@01@W4GammaAndColorProfileOption@01@@Z)
WebCore.lib(BitmapImage.obj) : error LNK2001: unresolved external symbol "public: __thiscall WebCore::ImageSource::ImageSource(enum WebCore::ImageSource::AlphaOption,enum WebCore::ImageSource::GammaAndColorProfileOption)" (??0ImageSource@WebCore@@QAE@W4AlphaOption@01@W4GammaAndColorProfileOption@01@@Z)
WebCore.lib(BitmapImage.obj) : error LNK2001: unresolved external symbol "public: unsigned int __thiscall WebCore::ImageSource::bytesDecodedToDetermineProperties(void)const " (?bytesDecodedToDetermineProperties@ImageSource@WebCore@@QBEIXZ)
WebCore.lib(BitmapImage.obj) : error LNK2001: unresolved external symbol "public: class WebCore::IntSize __thiscall WebCore::ImageSource::size(enum WebCore::RespectImageOrientationEnum)const " (?size@ImageSource@WebCore@@QBE?AVIntSize@2@W4RespectImageOrientationEnum@2@@Z)
WebCore.li ..

回复 发表
主题 版块