![]() |
QT & GTK - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +---- Forum: Compiling (https://www.linux-noob.com/forums/forum-29.html) +---- Thread: QT & GTK (/thread-2376.html) |
QT & GTK - hybrid - 2005-10-18 I've been having this problem for a while now, but have not managed to fix it yet. I'm using SuSE 9.0 Personal and I want to install new versions of the graphical apps it has. Whenever I try to ./configure any of these apps - I get: Code: checking for Qt... configure: error: Qt (>= Qt 3.3) (library qt-mt) not found. Please check your installation! I have tried recompiling it numerous times (with and without thread support), installing an RPM, but the funny thing is, the graphical apps using QT that come with SuSE are already installed and working fine. How do I install QT stuff? Also, I now seem to have a similar problem with GTK apps. I tried to ./configure The GIMP 2.2.8, and I get: Code: checking for pkg-config... no I don't understand what I'm doing wrong to prevent installation of graphical apps o_O Any help would be greatly appreciated. :) QT & GTK - hijinks - 2005-10-18 make sure you have the qt and gtk -devel packages installed QT & GTK - hybrid - 2005-10-19 I think I better split this up, so we'll just go for QT here. I definitely have installed qt-devel-3.3.4 and have tried compiling it with and without threads support. QT & GTK - hybrid - 2005-11-10 Since I have SUSE 10 now, this is no longer an issue. Thanks for the help, though. :) |