I have Qt 3.2.0b1 installed and compiled from source. The instruction for instalation this version of Qt suggest QTDIR=/usr/local/qt and I have this path to my new Qt.
I red some suggestions from net about Qt and I try also ./configure --with-qt-dir=/usr/local/qt because I have there Qt. The same result ... There is a fragment of config.log, but I can't read this: "PATH: /usr/local/qt/bin configure: 24697: /usr/local/qt/include/qstyle.h configure:24803: rm -rf SunWS_cache; g++ -o conftest - Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic - W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings - ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast- align -Wconversion -O2 -fno-exceptions -fno-check-new - I/usr/local/qt/include -I/usr/X11R6/include - DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/local/qt/lib - L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl - lXext -lX11 -lSM -lICE -lpthread 1>&5 /usr/local/qt/lib/libqt-mt.so: undefined reference to `FT_Stream_GetShort' /usr/local/qt/lib/libqt-mt.so: undefined reference to `FT_Stream_ExitFrame' /usr/local/qt/lib/libqt-mt.so: undefined reference to `FT_Stream_GetLong' /usr/local/qt/lib/libqt-mt.so: undefined reference to `FT_Stream_Seek' /usr/local/qt/lib/libqt-mt.so: undefined reference to `FT_Stream_EnterFrame' configure:24846: error: Qt (>= Qt 3.1.0) (library qt-mt) not found. Please check your installation! " Andreas Pakulat <[EMAIL PROTECTED]>: >On 23.Jun 2003 - 13:00:38, Lukasz Lesniak wrote: >> Yes, I set QTDIR correctly and sucessfully compiled Qt. >> >> I think there isn't good idea to install libqt3 with apt-get, >> because libqt3 has version 3.0.3 and will be make problem. > >No there isn't and I did not say to do so, but I wanted to know if >you already did an apt-get isntall libqt3 > >> dpkg -l | grep qt returns nothing so I haven't any *qt* libs >> installed from .deb ... > >That's fine. > >I saw another thing in your original post: >--with-qt-includes=/usr/include/qt3/ >--with-qt-libraries=/usr/lib/qt3 > >But you said that you installed qt3.2.0b into /usr/local/qt3, so this >should be: >--with-qt-includes=/usr/local/qt3/includes >--with-qt-libraries=/usr/local/qt3/lib > >or shorter: >--with-qt-dir=/usr/local/qt3 > >And if that doesn't help, have a look at the config.log for the line >Checking for Qt and look further down, there will be an error message >explaining what failed. Normally the configure tries to compile a small >program to check if Qt works properly. > >Andreas > >-- >You'll feel much better once you've given up hope. > > >-- >To UNSUBSCRIBE, email to debian-kde- [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >