Click to See Complete Forum and Search --> : Replacing headers in config files


TallGuy
10-28-2003, 12:37 PM
I am using the Suse 8.2 and the commonest problem I have with compiling stuff is the message
"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!"
Now I've checked the help which says that there is a problem with the location of my KDE files ; I understand suse has put KDE in a custom place /opt/kde3 . So I type the following:
./configure --prefix=/opt/kde3
Which should work right? Well it doesnt nor does
./configure --prefix=/opt/kde3/ do.
what the heck :confused: