Forum Moderators: bakedjake
I've installed all kde* packages I found on my slackware mirror ftp.
Please, what have i missed to install?
If it is a package, please send me the url.
Thanks in advance,
Magnus - Sweden
2. Even with all packages installed sometimes, depending on the configuration, it's needed to set $QTDIR and $KDEDIR and set $PATH to include them, and $LD_LIBRARY_PATH to include $QTDIR/lib. It depends on how was KDE installed.
The last rows in config.log is:
configure:4207: checking for KDE headers installed
configure:4240: g++ -c -O2 -Wall -I/opt/kde/include -I/usr/lib/qt-3.2.1/include
conftest.C
conftest.C: In function `int main()':
conftest.C:6: no method `KApplication::kde_htmldir'
conftest.C:7: no method `KApplication::kde_appsdir'
conftest.C:8: no method `KApplication::kde_icondir'
conftest.C:9: no method `KApplication::kde_sounddir'
conftest.C:10: no method `KApplication::kde_datadir'
conftest.C:11: no method `KApplication::kde_localedir'
conftest.C:12: no method `KApplication::kde_cgidir'
conftest.C:13: no method `KApplication::kde_configdir'
conftest.C:14: no method `KApplication::kde_mimedir'
conftest.C:15: no method `KApplication::kde_toolbardir'
conftest.C:17: no method `KApplication::kde_wallpaperdir'
conftest.C:18: no method `KApplication::kde_bindir'
conftest.C:19: no method `KApplication::kde_partsdir'
I not sure but, "Checking for KDE headers installed", are they looking for QT headers?
Thanks in advance.
I checked my installation and these methods do not exist in my whole KDE 3.2beta2 source tree. Also, I couldn't find any hint of an application called kxic. apps.kde.com is AWOL and I can't check directly there either. I suspect the app is at fault, but can't prove it. Probably it's the wrong KDE version, probably the admin/ directory of the app is out of sync or something.
But it resulted in error as well...
/Magnus
It failed to me too, with
checking for Qt... configure: error: Qt >= 1.42 (libraries) not found. Please check your installation!
and my Qt and KDE are perfectly well installed from source.
The application is wrong, complain to the developer. There's a reason to have a 700k ./configure automatically generated from the admin/ directory scripts; avoiding these silly errors.
<added>In a closer look, kicq has an admin/ directory, but it's very old. The test is for
#if! (QT_VERSION >= 142 && QT_VERSION < 200)
which is obviously way older than the current Qt 3.2.1
<added again>
Generic tar.gz (glibc2, Qt-1.40, KDE 1.0)
Yep, very old, probably unmaintained, KDE 1.0 code is not really known to be compatible with 3.x
Let me suggest kopete [kopete.kde.org] as a substitute.