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
Created attachment 517 [details] Fixes kde version change #if (KDE_VERSION > 304)
Created attachment 518 [details] Fixes kde version change #if (KDE_VERSION > 304)
Created attachment 519 [details] Fixes kde version change #if (KDE_VERSION > 304)
Created attachment 520 [details] Fixes kde version change #if (KDE_VERSION > 304) module debugger.cpp
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.