[Bug 51133] Error compiling for KDevelop 3.0 Alpha 2
Christian Goetz
kde at mohk.de
Wed Nov 27 17:00:10 UTC 2002
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=51133
------- Additional Comments From kde at mohk.de 2002-11-27 16:59 -------
Cause 3.05 is not the last 3.0x version the line
#if (KDE_VERSION > 305)
should be changed to something like:
#if (KDE_VERSION < 3XX)
where xx is the first alpha version of kde3.1
More information about the KDevelop-devel
mailing list