|
From: | tapio laxström |
Subject: | Re: [Protux-devel] mustuxlib doesn't find QT |
Date: | Mon, 21 Oct 2002 14:29:15 +0300 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020910 |
Martin Herren wrote:
Hej, since a few day i try to compile the CVS version of mustuxlib on my pc running Debian woody without success. ./configure can't find qt (libqt-mt.so.3 not found), but qt 2.3.1 and 3.0.3 runtime libraries are installed under $ ls /usr/lib/libqt* /usr/lib/libqt-gl.so.2 /usr/lib/libqt.so.2.3 /usr/lib/libqt-gl.so.2.3 /usr/lib/libqt.so.2.3.1 /usr/lib/libqt-gl.so.2.3.1 /usr/lib/libqt.so.3 /usr/lib/libqt-mt.so.2 /usr/lib/libqt.so.3.0 /usr/lib/libqt-mt.so.2.3 /usr/lib/libqt.so.3.0.3 /usr/lib/libqt-mt.so.2.3.1 /usr/lib/libqt-mt.so.3 /usr/lib/libqt-mt.so.3.0 /usr/lib/libqt-mt.so.3.0.3 /usr/lib/libqt.so /usr/lib/libqt.so.2 i also got a symlink from /usr/lib/qt3/lib to /usr/lib cause lots of programs want it there... the header files (only for version 3.0.3 are under /usr/include/qt, also with a symlink from /usr/lib/qt3/include for the same reason... moc is under /usr/bin, also with a symlink from /usr/lib/qt3/bin...
(Are those libraries installed to /usr/lib by default in debian?) (I know it should be in other distributions too) You can also use following configure option: --with-qt-dir=DIR where the root of Qt is installed --with-qt-includes=DIR where the Qt includes are. --with-qt-libraries=DIR where the Qt library is installed. And as it seems that you have only mt versions of qt-libs --enable-mt may solve some problems (I have not tested this).ps. if you have made some changes to library location it may be good idea to delete config.cache files from mustux and protux directories. Otherwise configure uses cached values from config.cache file witch may be wrong ones.
-- best regards -- tapio laxström now playing: Fantmas - Investigation Of A Citizen Above Suspicion (4:00)
[Prev in Thread] | Current Thread | [Next in Thread] |