Bug 54352 - Not possible to create a new project and no plugins available
Summary: Not possible to create a new project and no plugins available
Status: CLOSED INTENTIONAL
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-09 16:56 UTC by Sven Lueppken
Modified: 2003-02-09 20:25 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 Sven Lueppken 2003-02-09 16:56:47 UTC
Version:           3.0.0 (using KDE 3.1.9)
Compiler:          gcc version 3.2
OS:          Linux (i686) release 2.4.20

Hi!

I'm using latest KDE CVS, so the latest KDevelop CVS too (Gideon).
After compiling and installing it's not possible to create a new project, the menu
entry is just missing. When opening the configuration dialog, only "General" and "Plugins" appear, but there're no plugins in the list.

I did a normal 
make -f Makefile.cvs
./configure
make
make install

I'm using SuSE 8.1 (gcc 3.2), KDE CVS, Qt snapshot from today.

Thanks in advance,
Sven L
Comment 1 Caleb Tennis 2003-02-09 17:16:12 UTC
Did it get installed into the same directory as KDE, or in one of the KDEDIRS?  
If not, did you rerun kbuildsycoca? 
Comment 2 Sven Lueppken 2003-02-09 17:45:07 UTC
>Did it get installed into the same directory as KDE, or in one of the KDEDIRS?  
 
Yes of course, KDevelop get's installed into the same directory as the rest of KDE. 
 
>If not, did you rerun kbuildsycoca? 
 
Yes, I also reran kbuildsycoca! 
(which gives the following output btw.) 
kbuildsycoca: Recreating ksycoca file (/var/tmp/kdecache-sven/ksycoca, version 60) 
Property 'X-KDevelop-Language' is defined multiple times (KDevelop/CompilerOptions) 
kio (KService*): WARNING: Invalid Service : .hidden/.desktop  
 
I tried to delete the gideon configuration file...but without success. 
 
Comment 3 Harald Fernengel 2003-02-09 18:11:48 UTC
congratulations, someone completely broke the plugin loading stuff in KDE. Please 
use a stable KDE as HEAD is unusable at the moment. 
Comment 4 Harald Fernengel 2003-02-09 20:14:37 UTC
update: caleb just fixed that in CVS 
Comment 5 Caleb Tennis 2003-02-09 20:25:10 UTC
Note: this was a bug in kdelibs, so a cvs update of kdelibs is needed to fix 
this problem.