Summary: | Error Message after creating Projects: Can't load KDevCMakeManager | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | sven.leo |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | major | CC: | denis.k1985, mu.tazila, sitter |
Priority: | NOR | ||
Version: | 4.6.0 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
sven.leo
2014-04-29 07:18:47 UTC
Try running "sudo kbuildsycoca4 --global" or just "kbuildsycoca4" as user. Probably something went wrong while kdevelop got installed (did you interrupt the install?). (In reply to comment #1) > Try running "sudo kbuildsycoca4 --global" or just "kbuildsycoca4" as user. > > Probably something went wrong while kdevelop got installed (did you > interrupt the install?). No, I did not interrupt the installation process, which finished without any problems. I ran the command which printed "kbuildsycoca4 running..." but nothing changed after that. Still the same error messages The error message is just crap and doesn't say what is actually going on. It is caused by there being no cmake installed on the system, also see https://bugs.launchpad.net/ubuntu/+source/kdevelop/+bug/807386. You can run sudo apt-get install cmake to fix this issue. @Harald Sitter (comment #3): thanks a lot, installing cmake fixed it. The error message is awful indeed. In my case, the project was created, but a very simple and incomplete one that couldn't be built. Installing cmake fixed the problem. |