当前位置: 技术问答>linux和unix
ubuntu编译WebKit的出错了!求解!!!!
来源: 互联网 发布时间:2016-12-17
本文导语: 我编译webkit的时候出错了。提示如下: /usr/bin/ld.gold.real: main.o: in function main:main.cpp(.text+0x4b5): error: undefined reference to 'FcInit' /usr/bin/ld.gold.real: main.o: in function main:main.cpp(.text+0x4ba): error: undefined reference to 'FcC...
我编译webkit的时候出错了。提示如下:
/usr/bin/ld.gold.real: main.o: in function main:main.cpp(.text+0x4b5): error: undefined reference to 'FcInit'
/usr/bin/ld.gold.real: main.o: in function main:main.cpp(.text+0x4ba): error: undefined reference to 'FcConfigCreate'
/usr/bin/ld.gold.real: main.o: in function main:main.cpp(.text+0x64c): error: undefined reference to 'FcConfigParseAndLoad'
/usr/bin/ld.gold.real: main.o: in function main:main.cpp(.text+0x691): error: undefined reference to 'FcConfigAppFontAddDir'
/usr/bin/ld.gold.real: main.o: in function main:main.cpp(.text+0x6a9): error: undefined reference to 'FcConfigSetCurrent'
collect2: ld returned 1 exit status
make[1]: *** [../../../bin/DumpRenderTree] 错误 1
make[1]:正在离开目录 `/home/wutianzhi/r45555/WebKit-r45555/WebKitBuild/Release/WebKitTools/DumpRenderTree/qt'
make: *** [sub-WebKitTools-DumpRenderTree-qt-DumpRenderTree-pro-make_default-ordered] 错误 2
不知道是怎么回事,网上也找不到解决的方法。
我用的是ubuntu10.04,谁知道告诉我一下昂,感激不尽!
/usr/bin/ld.gold.real: main.o: in function main:main.cpp(.text+0x4b5): error: undefined reference to 'FcInit'
/usr/bin/ld.gold.real: main.o: in function main:main.cpp(.text+0x4ba): error: undefined reference to 'FcConfigCreate'
/usr/bin/ld.gold.real: main.o: in function main:main.cpp(.text+0x64c): error: undefined reference to 'FcConfigParseAndLoad'
/usr/bin/ld.gold.real: main.o: in function main:main.cpp(.text+0x691): error: undefined reference to 'FcConfigAppFontAddDir'
/usr/bin/ld.gold.real: main.o: in function main:main.cpp(.text+0x6a9): error: undefined reference to 'FcConfigSetCurrent'
collect2: ld returned 1 exit status
make[1]: *** [../../../bin/DumpRenderTree] 错误 1
make[1]:正在离开目录 `/home/wutianzhi/r45555/WebKit-r45555/WebKitBuild/Release/WebKitTools/DumpRenderTree/qt'
make: *** [sub-WebKitTools-DumpRenderTree-qt-DumpRenderTree-pro-make_default-ordered] 错误 2
不知道是怎么回事,网上也找不到解决的方法。
我用的是ubuntu10.04,谁知道告诉我一下昂,感激不尽!
|
undefined reference to xxx
一般都是没找到这个xxx 的实现,可能没有链接上需要的库
一般都是没找到这个xxx 的实现,可能没有链接上需要的库