Version: Gideon (using KDE Devel) Installed from: Compiled sources Compiler: gcc 3.2.2 OS: Linux System is saying that I need to install kdelibs first before proceeding, when I have kdelibs 3.1.4 installed. I currently also have Qt 3.1.2 installed.
The error comes up almost right after Qt is checked for -ljpeg needs. It then checks for rpath, and finally the KDE libraries, which it finds in /usr/lib. Finally, it checks for UIC plugins for KDE, and it fails. "You need to install kdelibs first" right after that. I've run ./configure --prefix=/usr/local, and all the others. Any ideas?
Please post your config.log file or the relevant lines from it. I doubt this is a KDE bug, but instead a problem in your installation.
First, please read: http://www.kdevelop.org/index.html?filename=bugs.html There is says: You should not report compilation errors to the bug database. For compilation errors use the mailing list instead. Second, install kdelibs-devel and kdelibs-devel-doc. Third follow the instructions on: http://www.kdevelop.org/index.html?filename=branches_compiling.html