-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KDevCMakeManager error #50
Comments
@cipriangal I'm having the same problem. Have you had any luck with this? |
So, this is weird. If I run |
I hadn't noticed that at all (or found a workaround since I posted this). I would still like to know what the issue is and how it can be fixed, but in the mean time this should work. Thank you! |
I'm having the same problem. Any solutions? |
I am facing the same problem and when I run
|
Did somebody find any answer? |
I managed to install Kdevelop just fine using the instructions, however once I start it up and try to open an existing project using the old .kdev4 file or the CMakeLists.txt file I get the following errors:
"Could not load project management plugin KDevCMakeManager."
followed by
"project importing plugin (KDevCMakeManager) does not support the IProjectFileManager interface."
After some looking through forum posts online I found that this error appears in regular Linux installations when cmake is not installed. For my case however I can easily verify that I have cmake by:
$ which cmake
/usr/local/bin/cmake
I tried looking through the settings in Kdevelop to see maybe some path is set badly for cmake but could not find anything.
Otherwise Kdevelop works fine, I can open individual files and work on them.
Thanks for the help!
The text was updated successfully, but these errors were encountered: