Page 4 of 4 FirstFirst ... 234
Results 31 to 37 of 37

Thread: Qt headers not found!

  1. #31
    Join Date
    May 2007
    Location
    Belgrade, Serbia
    Beans
    172
    Distro
    Kubuntu 7.04 Feisty Fawn

    Question Re: Qt headers not found!

    Ok, I have problems with compiling Basic KDE App with KDevelop.
    when I run ./configure I get the output :


    ---------------------------------------------------------------------------------------------------------------------------
    checking for Qt...
    configure: error: Qt (>= Qt 3.2 and < 4.0) (library qt-mt) not found. Please check your installation!
    For more details about this problem, look at the end of config.log.
    Make sure that you have compiled Qt with thread support!
    *** Exited with status: 1 ***
    --------------------------------------------------------------------------------------------------------------------------

    Ok, I'm not stupid I've installed Qt , both versions 3 and 4 using "apt-get install".

    I've searched the forum but I couldn't find anything directly concerning this problem.

    Now , when I type the following:

    $apt-cache search libqt | grep mt

    I get theese results:
    ----------------------------------------------------------------------------------------------------------------
    libqt3-mt - Qt GUI Library (Threaded runtime version), Version 3
    libqt3-mt-dev - Qt development files (Threaded)
    libqt3-mt-mysql - MySQL database driver for Qt3 (Threaded)
    libqt3-mt-odbc - ODBC database driver for Qt3 (Threaded)
    libqt3-mt-psql - PostgreSQL database driver for Qt3 (Threaded)
    libqt3-mt-sqlite - SQLite database driver for Qt3 (Threaded)
    ----------------------------------------------------------------------------------------------------------------

    $apt-cache search libqt | grep qt4

    I get theese:

    ----------------------------------------------------------------------------------------------------------------
    libqt4-core - Qt 4 core non-GUI functionality runtime library
    libqt4-debug - Qt 4 library debugging symbols
    libqt4-dev - Qt 4 development files
    libqt4-gui - Qt 4 core GUI functionality runtime library
    libqt4-qt3support - Qt 3 compatibility library for Qt 4
    libqt4-sql - Qt 4 SQL database module
    libqt0-ruby1.8-qt4 - Qt4 bindings for Ruby
    libqt4-core-kdecopy - Qt 4 core non-GUI functionality runtime library
    libqt4-debug-dev-kdecopy - Qt 4 debugging development files
    libqt4-debug-kdecopy - Qt 4 debugging runtime libraries
    libqt4-dev-kdecopy - Qt 4 development files
    libqt4-gui-kdecopy - Qt 4 core GUI functionality runtime library
    libqt4-qt3support-kdecopy - Qt 3 compatibility library for Qt 4
    libqt4-ruby - ruby bindings for the Qt4 GUI library
    libqt4-ruby1.8 - ruby bindings for the Qt4 GUI library
    libqt4-sql-kdecopy - Qt 4 SQL database module
    ----------------------------------------------------------------------------------------------------------------


    Is there something missing or wrong here?
    Should I simply try to install Anjuta?

    BTW, I use Kubuntu feisty, and compiling terminal c++ apps works.
    Kdevelop is 3.4.0.

  2. #32
    Join Date
    Jun 2007
    Beans
    1

    Re: Qt headers not found!

    Hey I found in other forums this wonderful solution (assuming you do have all the QT elements installed and you are still receiving the error)
    export CC=/usr/bin/gcc-4.1 (use whatever gcc version you have)
    export CXX=/usr/bin/g++-4.1 (again, use whatever g++ you have)
    export CPP=/usr/bin/cpp-4.1 (and finally for those with no learning curve... use whatever cpp you have)

    now you are ready to ./configure

  3. #33
    Join Date
    Jun 2007
    Beans
    1

    Angry Re: Qt headers not found!


    I have already try to use your suggest with reinstall libqt3-headers libqt3-compat-headers, but until now I still get same error like this :

    " configure: error: Qt (>= Qt 3.0.3) (headers and libraries) not found. Please check your installation!"

    I want to use KsqlAnalyzer to connecting MS SQL Database

    Anyone can help me ..?

    Thx

  4. #34
    Join Date
    Oct 2006
    Location
    Avalon
    Beans
    2
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Qt headers not found!

    I had that error when installing new k3b 1.0.2

    Code:
    "Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found"
    but the libavahi-qt3-dev fixed the problem. I'm pretty green in this so I'm not sure if it help you.

  5. #35
    Join Date
    Aug 2007
    Beans
    3

    Re: Qt headers not found!

    libqt3-headers solves the "Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found." problem. However, the "KDE... configure: error" keeps coming.

  6. #36
    Join Date
    Aug 2007
    Beans
    3

    Re: Qt headers not found!

    And use this method to solve the KDE header problem.
    http://ubuntuforums.org/showthread.php?p=4177745

  7. #37
    Join Date
    Mar 2010
    Beans
    38

    Re: Qt headers not found!

    Hi I have tried all of the suggestions on this thread. I am trying to install Knights (a KDE based 3D-chess GUI) I am getting the following error
    Code:
    checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
    For more details about this problem, look at the end of config.log.
    I suppose I could post the contents of config.log, but I found them fairly unilluminating. I have just about every qt4-dev file installed. Should I be trying the qt3-dev files instead? By the way. I have tried finding .deb packages for this program, found at least one, but had no success at getting it to install.

Page 4 of 4 FirstFirst ... 234

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •