Bug 51137 - Error compiling for KDevelop 3.0 Alpha 2 with kde 3.0.5
Summary: Error compiling for KDevelop 3.0 Alpha 2 with kde 3.0.5
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-24 17:42 UTC by Kj P
Modified: 2002-11-24 17:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Fixes kde version change #if (KDE_VERSION > 304) (623 bytes, text/plain)
2002-11-24 17:43 UTC, Kj P
Details
Fixes kde version change #if (KDE_VERSION > 304) (1.31 KB, text/plain)
2002-11-24 17:43 UTC, Kj P
Details
Fixes kde version change #if (KDE_VERSION > 304) (1.31 KB, text/plain)
2002-11-24 17:44 UTC, Kj P
Details
Fixes kde version change #if (KDE_VERSION > 304) module debugger.cpp (4.50 KB, text/plain)
2002-11-24 17:47 UTC, Kj P
Details

Note You need to log in before you can comment on or make changes to this bug.
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.