First, some background info. I have recently purchased a new laptop. It came with Vista on it. After some finagling with Vista and a bit of work I now have OpenSuSE 11.1 on it using KDE 4.2. I also have an old laptop which is running OpenSuSE 11.0 and KDE 3.
On the old laptop I was able to successfully compile and install the kio-rar software which allows me to open and browse through rar files through any number of KDE apps, Gwenview being the one most used.
I now want to get it working with my new laptop but have come up against a bit of a wall. During the ./configure script I receive the following error:
checking for Qt... libraries /usr/lib/qt3/lib, headers /usr/lib/qt3/include using -mt
checking for moc... /usr/lib/qt3/bin/moc
checking for uic... /usr/lib/qt3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
So, check this please and use another prefix!
Can anyone tell me what the prefix should be?
I have already tried /usr with no success.