Announcement

Collapse
No announcement yet.

QT Thread support

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    QT Thread support

    Good day,

    I am trying to install a Mud Client on my Laptop.
    The Client is KMuddy

    There is are rpm's and source packages.
    When I try to install the rpm, I get result = 0 and nothing happens - using kpackage.

    When I try to install the source package
    after running ./configure i get the following error

    Code:
    checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021) 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!
    suggestions?
    Thanks
    Andrew

    #2
    Re: QT Thread support

    Well, the rpm package won't work - it's a Red Hat package - as is. You can install Alien (through Adept Manager) and convert the rpm package so that you can install it.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: QT Thread support

      Or...
      For more details about this problem, look at the end of config.log.
      For external use only.

      Comment


        #4
        Re: QT Thread support

        You are trying to compile something, you will need development headers and libraries. In this case, you need Qt 3 headers and libraries. Install the package called libqt3-mt-dev
        Jucato&#39;s Data Core

        Comment


          #5
          Re: QT Thread support

          Thanks - I will try the libqt-mt-dev package tonight when I get home.

          Comment


            #6
            Re: QT Thread support

            Remember, it's libqt3-mt-dev not just plain libqt-mt-dev.
            Jucato&#39;s Data Core

            Comment

            Working...
            X