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
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
Comment