FindKDE4Internal confusion

Benjamin Reed rangerrick at gmail.com
Wed May 3 17:41:55 CEST 2006


On 5/3/06, David Faure <faure at kde.org> 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.


More information about the Kde-buildsystem mailing list