Version: 3.0.0a4 (using KDE 3.1.1) Installed from: SuSE Compiler: gcc version 3.3 20030226 (prerelease) (SuSE Linux) OS: Linux (i686) release 2.4.20-4GB When I ran "Build, Make Messages & Merge", the Messages window reported "Success", but no .pot or .po file was generated (BUG 1). In fact there was an error message form command "xgettext", in script "admin/cvs.sh", saying: xgettext: error while opening "/include/kde.pot" for reading: No such file ... On examining the script "admin/cvs.sh", I noticed that the file required a prefix "${includedir:-KDEDIR}". It appears that Gideon does not define either $includedir or $KDEDIR (BUG 2). When I ran "KDEDIR=/opt/kde3 gideon ...", "Make Messages & Merge" worked fine. BTW (BUG 3?), isn't the symbol $KDEDIR long ago obsolete in KDE?
No $KDEDIR is not obsolete and should be set all the time to the correct directory. It is your responsability to set it. Going to demote to wish.
KDEDIR _is_ obsolete for about everything and the right fix is setting includedir to the correct directory. KDEDIR is just a lame fallback in many places.
Thanks for correcting me coolo!
I don't see how this is a kdevelop problem, if anything its a problem with the admin dir and that now uses KDE's global one. closing as invalid.