Menu

qt-mt

Help
Anonymous
2003-05-08
2003-06-12
  • Anonymous

    Anonymous - 2003-05-08

    When I ./configure i get:

    checking for Qt... configure: error: Qt (>= Qt 3.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!

     
    • Anonymous

      Anonymous - 2003-05-27

      Hello Everyone. I know im not the only person who posted a problem with pertaining to the qt-mt config error but maybe i can provide more background information to you.
      Linux Distro:
      Mandrake 9.0.
      Qt Library:
      Qt x11 Free 3.2.0

      After I compiled the latest version of Qt x11 free (3.2.0) i get a ( libraries qt-mt) error in ./config. When i used the qt libraries that came with the mandrake 9.0 CD, ./config succedded but i got weird compile errors relating to QString::* I also have installed the kdebase-devel and kdelib-devel rpms too. The kde version im using is 3.0.3. I also read somewhere that kde uses Qt < 3.0? Which makes me even more confused. Well you guys let me know if i can try something or were able to fix this problem on your machine.

       
    • Anonymous

      Anonymous - 2003-05-30

      You have to do 3 things to fix this on mandrake 9
      1)download a new qt thread version
      2)compile qt:
         ./configure -thread
         make
         make install
      3)cp ./qt/bin files over to /usr/bin
      then
      try to compile superkaramba

       
    • Anonymous

      Anonymous - 2003-06-03

      I'm running redhat 9 and have the following installed:
      qt-3.1.2-0.8x.1
      qt-designer-3.1.2-0.8x.1
      qt2-devel-2.3.1-13
      qt-devel-3.1.2-0.8x.1
      qt2-2.3.1-13

       
    • Anonymous

      Anonymous - 2003-06-12

      yeah... it looks like superkaramba's ./configure is detecting qt2-2.3.1-13 before the qt-3.1.2-0.8x.1
      you need to make qt-3.1.2-0.8x.1 be directory seen first

       

Log in to post a comment.