configure stops if --prefix != kdeprefix
Brought to you by:
janmueller
Configure stops if --prefix is different then the
prefix were you installed kde to.
boden literature # kde-config --prefix
/usr/kde/3.4
boden literature #
boden literature # ./configure --prefix=/usr
...
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers
installed. This will fail.
So, check this please and use another prefix!
I suppose this is some kind of bug or at least "not
ok". If literature needs kde includes/libraries to
compile (well: I know, it does...) it should find them
using the kde-config binary (i.e.: kde-config --prefix)
So: that is something I supposed I can't fix. Don't
know anything about creating configure- scripts and
this stuff.