kconfig_compiler moved to libexec
David Faure
faure at kde.org
Mon May 14 23:44:15 BST 2007
Because kconfig_compiler moved from bin/ to lib/kde4/libexec, you might want to
1) delete $KDEDIR/bin/kconfig_compiler
2) run this command from the parent directory of your build dirs
perl -pi -e 's,bin/kconfig_compiler,lib/kde4/libexec/kconfig_compiler,g' */CMakeCache.txt
Otherwise you'll wonder for a long time, why you get wrong generated code and why your
(wrong ;) ) fixes to the kconfig_compiler source code don't seem to have any effect.
While you're at it, rm $KDEDIR/bin/klauncher, it moved too.
PS: ... where KDEDIR is kde4, not kde3 ;-)
--
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
More information about the kde-core-devel
mailing list