LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Qt3 Configure Error For Kaffeine 0.4.3b (https://www.linuxquestions.org/questions/linux-newbie-8/qt3-configure-error-for-kaffeine-0-4-3b-215380/)

visago 08-09-2004 10:44 AM

Qt3 Configure Error For Kaffeine 0.4.3b
 
I am a 6 month beginner (self taught) linux user. Im determined to figure out how to compute using linux. But im having some problems configuring Kaffeine...this is what I see when i configure it:


checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

And so i got qt-3.3.2-2.i386.rpm so i (dont know the termonlogy) well did this: rpm -ivh qt-3.3.2-2.i386.rpm which is what I assumed I needed to do per that line in the ./configure right...well it says the exact same thing as above ^ even after getting the qt-3.3.2-2 please someone help me!!!

IM ONLINE NOW SEND ME AN INSTANT MESSAGE SWTvisago
I appreciate it very much
:(

HappyTux 08-09-2004 01:17 PM

Re: Qt3 Configure Error For Kaffeine 0.4.3b
 
Quote:

Originally posted by visago
I am a 6 month beginner (self taught) linux user. Im determined to figure out how to compute using linux. But im having some problems configuring Kaffeine...this is what I see when i configure it:


checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

And so i got qt-3.3.2-2.i386.rpm so i (dont know the termonlogy) well did this: rpm -ivh qt-3.3.2-2.i386.rpm which is what I assumed I needed to do per that line in the ./configure right...well it says the exact same thing as above ^ even after getting the qt-3.3.2-2 please someone help me!!!

IM ONLINE NOW SEND ME AN INSTANT MESSAGE SWTvisago
I appreciate it very much
:(

You need the developement files here is what I have for Debian you will want to search for similar packages in your distro.

Code:

>$ COLUMNS=100 dpkg -l | grep qt
ii  libqt-perl          3.008-1            Perl bindings for the Qt library
ii  libqt3-compat-headers 3.3.2-5            Qt 1.x and 2.x compatibility includes
ii  libqt3-headers      3.3.2-5            Qt3 header files
rc  libqt3-mt          3.1.2-0woody1      Qt GUI Library (Threaded runtime version)
ii  libqt3-mt-dev      3.3.2-5            Qt development files (Threaded)
ii  libqt3c102-mt      3.3.2-5            Qt GUI Library (Threaded runtime version), Version 3
ii  libqt3c102-mt-mysql 3.2.3-4            MySQL database driver for Qt3 (Threaded)
ii  libqte-mt3          3.1.2-2            Qt/Embedded GUI Library (runtime threaded version)
ii  libqte-mt3-dev      3.1.2-2            Qt/Embedded GUI (Threaded Version) development files
ii  pinentry-qt        0.7.1-3            Qt-based PIN or pass-phrase entry dialog for GnuPG
ii  python-qt-dev      3.11-4              Qt bindings for Python - Development files
ii  qt3-dev-tools      3.3.2-5            Qt3 development tools
ii  qt3-doc            3.2.3-4            Qt3 API documentation



All times are GMT -5. The time now is 08:30 AM.