Am Donnerstag, 5. Februar 2004 16:06 schrieb Andrew Schulman: > > checking for Qt... configure: error: Qt (>= Qt 2.2.2) (library qt-mt) not > > found. Please check your installation! > > This is a FAQ (or at least a FEP = frequently encountered problem). For > help see http://wiki.debian.net/index.cgi?DebianKDE, question 4, and > then follow the link to the "Qt trouble" document. > > For me, the short version is: install libqt3-mt-dev, libqt3-compat- > headers, and kdelibs4-dev, then > > ./configure --with-qt=/usr/share/qt3 > > But the references above will give you more complete information. > > Good luck, > Andrew. > > -- > To reply by email, replace "deadspam.com" by "alumni.utexas.net"
I have all needed things installed. And the "--with-qt=/usr/share/qt3" line gets automatically generated by debuild. My previous post did also include data from config.log: ----- configure:7113: rm -rf SunWS_cache; c++ -o conftest -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new -I/usr/include/qt -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/share/qt3/lib -L/usr/X11R6/lib c onftest.C -lqt-mt -lpng -lz -lm -ljpeg -lXext -lX11 -lSM -lICE -lresolv -lpthread 1>&5 /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Seek_Stream' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Get_Short' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Forget_Frame' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Access_Frame' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Get_Long' collect2: ld returned 1 exit status configure: failed program was: ------ Qt has been detected, but is somewhat incompatible, it seems to me. What's going on here? cheers Roland