Bug 60236

Summary: Currently KDevelop2 and KDevelop3 can't be installed together
Product: [Applications] kdevelop Reporter: Amilcar do Carmo Lucas <a.lucas>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED NOT A BUG    
Severity: normal CC: gjwucherpfennig
Priority: HI    
Version: git master   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Amilcar do Carmo Lucas 2003-06-22 19:41:34 UTC
Version:            (using KDE KDE 3.1.2)
Installed from:    SuSE RPMs
Compiler:          gcc 2.95.3 
OS:          Linux

This bug was reported to the mailing list by:
"Gerold J. Wucherpfennig" <gjwucherpfennig in gmx.net>

Currently KDevelop2 and KDevelop3 can't be installed together. There are
multiple errors. IMHO this has to be fixed, before any work with the KDevelop2
import filters can begin.

Some library names between KDEVELOP_2_BRANCH and HEAD match.
This leads to relocation errors.

Here is one example: 

kdevelop: relocation error: /opt/kde/lib/libkdevclassview.so: undefined 
symbol: _ZN11KDevFactory12createObjectEP7QObjectPKcS3_RK11QStringList


BTW
There is a compilation error (KDEVELOP_2_BRANCH) with gcc 3.2.2
(maybe others too). A macro called "out" has to be renamed,
because this name is already used in gcc's header files.
Comment 1 Amilcar do Carmo Lucas 2003-06-22 19:44:58 UTC
Changed to HI priority for obvious reasons: 
 
I've been telling everybody that KDevelop2 and 3 can coexist (they do in my 
box) but it looks like there are people out there (at least one) that can not 
put them together. 
 
Comment 2 Amilcar do Carmo Lucas 2003-07-15 19:02:33 UTC
Looks like you are the only one with this bug. I'm going to close it because 
it seams to be specific of your configuration.