标题:qt-x11-opensource-src-4.4.0.tar.gz安装问题
作者:bbb324
日期:2011-01-19 13:44
内容:
我按说明一步一步走, ./configure后,make,出现了预期的错误,然后按预期的方法解决,却出现别的问题了
In file included from text/qfontengine_ft.cpp:48:
text/qfontengine_ft_p.h:80: warning: `struct QFreetypeFace' only defines a
private destructor and has no friends
text/qfontengine_ft.cpp: In function `HB_Error hb_getSFntTable(void*, unsigned
int, HB_Byte*, HB_UInt*)':
text/qfontengine_ft.cpp:98: `FT_Load_Sfnt_Table' undeclared (first use this
function)
text/qfontengine_ft.cpp:98: (Each undeclared identifier is reported only once
for each function it appears in.)
text/qfontengine_ft.cpp: In member function `bool
QFreetypeFace::getSfntTable(unsigned int, uchar*, uint*) const':
text/qfontengine_ft.cpp:369: warning: unused parameter `uint tag'
text/qfontengine_ft.cpp:369: warning: unused parameter `uchar*buffer'
text/qfontengine_ft.cpp:369: warning: unused parameter `uint*length'
make[1]: *** [.obj/release-shared/qfontengine_ft.o] Error 1
make[1]: Leaving directory `/root/q4/for_pc/qt-x11-opensource-src-4.4.0/src/gui'make: *** Error 2
这个问题该怎么解决啊,求高手相助
#1 [XChinux 01-19 17:11]
configure的时候提示些什么信息呢?
#2 [wd007 01-19 20:55]
可以看看我这篇文章:
《Qt经典出错信息之:“undefined reference to 'FcFreeTypeQueryFace' ”详解》
http://blog.csdn.net/qter_wd007/archive/2010/11/27/6040082.aspx
#3 [蒲公英的天空 03-19 20:44]
请问楼主,qt-x11-opensource-src-4.4.0.tar.gz怎么下的啊?
近期急需,可否传一份?768538590
#4 [蒲公英的天空 03-19 21:22]
求qt-x11-opensource-src-4.5.0.tar.bz2
#5 [rubyzf 04-08 11:06]
一样的问题