Bug 198479 - fail to open project
Summary: fail to open project
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-01 01:49 UTC by Benoît Jacob
Modified: 2009-07-01 10:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benoît Jacob 2009-07-01 01:49:41 UTC
Version:           3.9.94 (using Devel)
Installed from:    Compiled sources

I imported my CMake project into kdevelop (Project->Open..., selecting the CMakeLists.txt), but the next time I wanted to open the resulting kdev4 file, it failed; removing the kdev4 file and importing again failed too; most strangely, even after removing my kdeveloprc and the kdevelop directory in share/apps/ and of course the kdev4 file, I can't import anymore the project from the CMakeLists.txt.

Everytime, the error messages (msg boxes) are:

"Could not load project management plugin KDevCMakeManager."

---> strange! As it worked the very first time.

followed by:

"project importing plugin (KDevCMakeManager) does not support the IProjectFileManager interface."

followed by:

"Project could not be opened: file:///home/bjacob/eigen2_special_matrices/eigen2_special_matrices.kdev4"

(This is the file that I had removed. All of this was when trying to do a fresh import from CMakeLists.txt)

If you want to try to reproduce:

wget http://bitbucket.org/eigen/eigen2/get/default.tar.bz2
tar xfjv default.tar.bz2
Comment 1 Andreas Pakulat 2009-07-01 10:41:48 UTC
This is usually caused by binary incompatibilities between kdevplatform and the plugins. Please remove any existing plugins and libraries and rebuild everything.