> I have the correct QT installed but can't get the snapshot to > compile. Yoy don't have needed development files!
When I removed packages to have the same situation as you: dpkg -l | grep libqt ii libqt2 2.3.1-22 Qt GUI Library (runtime version). ii libqt2-mt 2.3.1-22 Qt GUI Library (runtime threaded version). ii libqt3 3.0.5-3 Qt GUI Library (runtime files) ii libqt3-dev 3.0.5-3 Qt GUI development files ii libqt3-mt 3.0.5-3 Qt GUI Library (Threaded runtime version) I got the same error. After installing packages libqt-dev libqt-mt-dev: apt-get install libqt-dev libqt-mt-dev everything was ok: ... checking for QT >= 2.1... yes ... on Debian testing (sarge). Situation is: dpkg -l | grep libqt ii libqt-dev 2.3.1-22 Qt GUI development headers ii libqt-mt-dev 2.3.1-22 Qt GUI development headers (Threaded version ii libqt2 2.3.1-22 Qt GUI Library (runtime version). ii libqt2-mt 2.3.1-22 Qt GUI Library (runtime threaded version). ii libqt3 3.0.5-3 Qt GUI Library (runtime files) ii libqt3-mt 3.0.5-3 Qt GUI Library (Threaded runtime version) If you want to compile against QT3 install this: apt-get install libqt3-dev libqt3-mt-dev -- Tom Hudec <Tom(at)ABBA.cz>, editor of Tom's ABBA pages http://ABBA.cz/ .''`. The box said Windows NT or better, so I installed Linux. :-) : :' : `. `' Debian GNU/Linux http://www.debian.org/ http://www.debian.cz/ `- The Perfect OS - the most software, the most people On Mon, 2 Dec 2002, Pollywog wrote: > X11/extensions/scrnsaver.h usability... no > checking X11/extensions/scrnsaver.h presence... yes > configure: WARNING: X11/extensions/scrnsaver.h: present but cannot be > compiled > configure: WARNING: X11/extensions/scrnsaver.h: check for missing > prerequisite headers? > configure: WARNING: X11/extensions/scrnsaver.h: proceeding with the > preprocessor's result > checking for X11/extensions/scrnsaver.h... yes > checking for QT libraries... yes, lib: -lqt-mt in /usr/lib > checking for QT includes... /usr/include/qt > checking for QT >= 2.1... no > configure: error: > Sorry, but you need QT version 2.1 or higher to compile the Qt > gui plugin. > $dpkg -l | grep libqt > ii libqt2 2.3.1-22 Qt GUI Library (runtime version). > ii libqt2-mt 2.3.1-22 Qt GUI Library (runtime threaded version). > ii libqt3 3.0.5-4 Qt GUI Library (runtime files) > ii libqt3-dev 3.0.5-4 Qt GUI development files > ii libqt3-mt 3.0.5-4 Qt GUI Library (Threaded runtime version) ------------------------------------------------------- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session at: http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en _______________________________________________ Licq-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-devel
