I am trying to compile kde and run into a problem with kioslave/pop3 from
CVS. To the best of my efforts it keeps on failing but I don't know whether
my explanation makes sense and I am glad for any help.
Below is the dump from compilation. From what I gather it *es about
unresolved references. However one thing I am pretty sure is those
references are not in libkio.so library. At least one of them seems to be
in libkdecore.so library.
I checked the makefile.am which seems to point to -lkio. I am uncertain as
to how anyone managed to compile pop3 with such an obvious problem. The
makefile.am should point to kdecore file. The nastier aspect is I managed
to compile KDE 3.1 Beta2 from sources with no problem. So I am kind of
clueluess at this point. Thanks for any help u might offer.
make[3]: Entering directory `/backup/zero/kde/kdebase/kioslave/pop3'
source='pop3.cc' object='pop3.lo' libtool=yes \
depfile='.deps/pop3.Plo' tmpdepfile='.deps/pop3.TPlo' \
depmode=gcc /bin/sh ../../admin/depcomp \
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H
-I. -I. -I../.. -I./../.. -I./.. -I/opt/kdedevl/include
-I/usr/lib/qt-3.1.1/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT
-D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2
-fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT
-DQT_NO_ASCII_CAST -D_GNU_SOURCE -c -o pop3.lo `test -f pop3.cc || echo
'./'`pop3.cc
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new
-DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -D_GNU_SOURCE -o
kio_pop3.la.closure kio_pop3_la_closure.lo -L/usr/X11R6/lib
-L/usr/lib/qt-3.1.1/lib -L/opt/kdedevl/lib -module -avoid-version -module
-no-undefined -R /opt/kdedevl/lib -R /usr/lib/qt-3.1.1/lib -R
/usr/X11R6/lib pop3.lo -lkdesasl -lkio
/opt/kdedevl/lib/libkio.so: undefined reference to
`KCharsets::resolveEntities(QString const &)'
/opt/kdedevl/lib/libkio.so: undefined reference to
`KURL::fromPathOrURL(QString const &)'