[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kde3.2 apps compilation failed



Hello,

I'm sorry about my english. I'm running debian stable/testing and have just 
upgraded to kde3.2 (apt-get packages from kde.org). However, when I try to 
compile an application I get the following error:  

checking for Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) 
not found. Please check your installation! 
 
Looking at config.log I found: 
 
configure:26843: checking for Qt 
configure: 26911: /usr/include/qt3/qstyle.h 
taking that 
configure:27026: rm -rf SunWS_cache; g++ -o conftest 
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith 
-Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -O2 -Wformat-security 
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common 
-I/usr/include/qt3 -I/usr/X11R6/include  -DQT_THREAD_SUPPORT  
-D_REENTRANT  -L/usr/lib -L/usr/X11R6/lib   conftest.cc  -lqt-mt -lpng 
-lz -lm -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -lpthread 1>&5 
/tmp/ccKkPqvR.o(.text+0x12): In function `main': 
: undefined reference to `QString::null' 
/tmp/ccKkPqvR.o(.text+0x17): In function `main': 
: undefined reference to `QStyleFactory::create(QString const&)' 
/tmp/ccKkPqvR.o(.text+0x28): In function `main': 
: undefined reference to `QCursor::QCursor[in-charge](int)' 
/tmp/ccKkPqvR.o(.text+0x30): In function `main': 
: undefined reference to `QCursor::~QCursor [in-charge]()' 
/tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0xc): undefined reference 
to `QGList::clear()' 
/tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0x10): undefined reference 
to `QGList::~QGList [in-charge]()' 
/tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0x14): undefined reference 
to `QGList::~QGList [in-charge deleting]()' 
/tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0x18): undefined reference 
to `QPtrCollection::newItem(void*)' 
/tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0x20): undefined reference 
to `QGList::compareItems(void*, void*)' 
/tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0x24): undefined reference 
to `QGList::read(QDataStream&, void*&)' 
/tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTV6QGList+0x28): undefined reference 
to `QGList::write(QDataStream&, void*) const' 
/tmp/ccKkPqvR.o(.gnu.linkonce.r._ZTI6QGList+0x8): undefined reference 
to `typeinfo for QPtrCollection' 
/usr/lib/libqt-mt.so: undefined reference to `FT_Seek_Stream' 
/usr/lib/libqt-mt.so: undefined reference to `FT_Get_Short' 
/usr/lib/libqt-mt.so: undefined reference to `FT_Forget_Frame' 
/usr/lib/libqt-mt.so: undefined reference to `FT_Access_Frame' 
/usr/lib/libqt-mt.so: undefined reference to `FT_Get_Long' 
 
I do not whether or not the only matter here is with libfreetype, but 
I followed the guide found at:

http://www.mail-archive.com/linux%40lists.unixtech.be/msg11567.html

but I still get the same message! 
 
Could you please suggest me what to do? 
 
Best regards and servus, 
 
Jean Pierre



Reply to: