Bug 51137

Summary: Error compiling for KDevelop 3.0 Alpha 2 with kde 3.0.5
Product: [Applications] kdevelop Reporter: Kj P <kjpou>
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Fixes kde version change #if (KDE_VERSION > 304)
Fixes kde version change #if (KDE_VERSION > 304)
Fixes kde version change #if (KDE_VERSION > 304)
Fixes kde version change #if (KDE_VERSION > 304) module debugger.cpp

Description Kj P 2002-11-24 17:42:03 UTC
Version:            (using KDE KDE 3.0.4)
Installed from:    SuSE RPMs
Compiler:          gcc version 3.2 
OS:          Linux

Ok Instead of creating a report for each module I waited until the make was completeand have attached the modules that needed to be changed when checking for kde version.#if (KDE_VERSION > 304)has been changed to #if (KDE_VERSION > 305)RegardsKenneth
Comment 1 Kj P 2002-11-24 17:43:11 UTC
Created attachment 517 [details]
Fixes kde version change #if (KDE_VERSION > 304)
Comment 2 Kj P 2002-11-24 17:43:47 UTC
Created attachment 518 [details]
Fixes kde version change #if (KDE_VERSION > 304)
Comment 3 Kj P 2002-11-24 17:44:12 UTC
Created attachment 519 [details]
Fixes kde version change #if (KDE_VERSION > 304)
Comment 4 Kj P 2002-11-24 17:47:20 UTC
Created attachment 520 [details]
Fixes kde version change #if (KDE_VERSION > 304) module debugger.cpp
Comment 5 Caleb Tennis 2002-11-24 17:53:44 UTC
All fixed in CVS - Thank you. 
For future reference, it's probably better to attached "diffs" instead of the whole code file.  
That will show directly where the problem lies for the person implementing the fix.