On 5/3/06, David Faure <[EMAIL PROTECTED]> wrote: > And what does "kde-config --path data" say?
Disco-Volante:~/cvs/build/kdebase ranger$ kde-config --path data /Users/ranger/Library/Preferences/KDE/share/apps/:/sw/share/apps/:/opt/kde4/share/apps/ ...so it looks like KDEDIRS is poisoning it. Still, it looks like cmake didn't even check the last choice in my data path. It was only looking in "/Users/ranger/.kde/share/apps/;/sw/share/apps/" which doesn't seem to match up to "kde-config --path data" at all. ---(snip!)--- Disco-Volante:~/cvs/build/kdebase ranger$ set | grep KDE KDEDIR=/sw Disco-Volante:~/cvs/build/kdebase ranger$ unset KDEDIR Disco-Volante:~/cvs/build/kdebase ranger$ kde-config --path data /Users/ranger/Library/Preferences/KDE/share/apps/:/opt/kde4/share/apps/ ---(snip!)--- Cleaning out CMakeCache.txt and friends, and doing it again works now. _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
