Summary: | Fails to ./configure successfully | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jason Salaz <whatsizbucket> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jason Salaz
2003-10-12 05:49:09 UTC
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 |