I'm trying to compile KDE on solaris. I have successfully compiled
and installed Qt, libarts and kdelibs. When I try run run configure
on kdebase, I get this error:
$ ./configure --prefix=/site/kde-3.1.2 --with-qt-dir=/site/qt-3.1.2
--x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib
[...]
checking for KDE... libraries /site/kde-3.1.2/lib, headers
/site/kde-3.1.2/include
checking if UIC has KDE plugins available... configure: error: not
found - you need to install kdelibs first.
The relevant part on config.log:
configure:22931: checking for KDE
configure: 22979: /site/kde-3.1.2/include/ksharedptr.h
taking that
configure: 23009: /site/kde-3.1.2/lib/libkio.la
taking that
configure: 23027:
/site/kde-3.1.2/lib/kde3/plugins/designer/kdewidgets.la
taking that
configure:23100: result: libraries /site/kde-3.1.2/lib, headers
/site/kde-3.1.2/include
configure:23137: checking if UIC has KDE plugins available
configure:23164: /site/qt-3.1.2/bin/uic -L
/site/kde-3.1.2/lib/kde3/plugins/designer -nounload -impl actest.h
actest.ui > actest.cpp
configure:23167: $? = 0
configure:23182: error: not found - you need to install kdelibs
first.
The directory /site/kde-3.1.2/lib/kde3/plugins/designer:
$ ls -l /site/kde-3.1.2/lib/kde3/plugins/designer
total 69
-rwxr-xr-x 1 root other 1350 Jul 1 23:51 kdewidgets.la
-rwxr-xr-x 1 root other 68088 Jul 1 23:51 kdewidgets.so
What might be the problem? I'm using gcc 2.95.3, by the way.
--
H?kon