Announcement

Collapse
No announcement yet.

Source Dependencies

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

    Source Dependencies

    Hi all.

    Most everything I use, I compile from source code for extra functionality. I can tailor software to my specific needs. I'm compiling source right now, and I'm getting a message:

    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!


    libqt-mt is installed, but the libqt3-mt-dev isn't. If I try to install the dev packages, it won't let me because of dependency breaks:

    sudo apt-get install libqt3-mt-dev
    Reading package lists... Done
    Building dependency tree... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.

    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    libqt3-mt-dev: Depends: xlibmesa-gl-dev but it is not installable or
    libgl-dev
    Depends: libglu1-xorg-dev but it is not installable or
    libglu1-mesa-dev but it is not going to be installed or
    libglu-dev
    E: Broken packages



    Any way around this? I've checked my repos, and they're all enabled. I really need Qt.

    Will


    #2
    Re: Source Dependencies

    No suggestions at all? I've compiled with Qt in the past and never had any conflicts. I just compiled this same piece of software of a Fedora box.

    I'm open to ANY suggestions.

    Will

    Comment


      #3
      Re: Source Dependencies

      any?
      http://ubuntuforums.org/forumdisplay.php?f=132

      Comment


        #4
        Re: Source Dependencies

        Originally posted by cLuEdArT
        The following packages have unmet dependencies:
          libqt3-mt-dev: Depends: xlibmesa-gl-dev but it is not installable or
                                  libgl-dev
                         Depends: libglu1-xorg-dev but it is not installable or
                                  libglu1-mesa-dev but it is not going to be installed or
                                  libglu-dev
        Try installing these packages to resolve depencies:
        libgl1-mesa-dev (provides libgl-dev)
        libglu1-mesa-dev (provides libglu-dev)

        Comment

        Working...
        X