Well I have got past the configure problem, it did not REALLY need kde devel libs, that part of the README appears to be a fossil from a very old version!!!!
Now of course the compile fails --- ( what else!)
The problem with the configure, was that it was not checking the installed file structures correctly!
I finally had to give this command:
- Code: Select all
>./configure --enable-kde --with-kdedir=/usr/kde/3.5/ --prefix=/usr --with-qt-dir=/usr/qt/3/ --with-kdeversion=3
Configure now produces the MAKEFILES OK, but when the KIOslave part of the kde app is compiling it bombs with
- Code: Select all
g++ -shared -nostdlib /usr/lib/gcc/i586-pc-linux-gnu/4.1.2/../../../crti.o /usr/lib/gcc/i586-pc-linux-gnu/4.1.2/crtbeginS.o .libs/plpprops.o .libs/plppropsFactory.o .libs/pie3dpiece.o .libs/pie3dwidget.o .libs/libplpprops_la_meta_unload.o -Wl,--rpath -Wl,/home/patrick/plptools-0.18/lib/.libs -Wl,--rpath -Wl,/usr/kde/3.5/lib -Wl,--rpath -Wl,/usr/qt/3/lib -L/home/patrick/plptools-0.18/lib/.libs -L/usr/kde/3.5//lib ../../lib/.libs/libplp.so /usr/kde/3.5/lib/libkio.so -lkfile -lnsl -L/usr/lib/gcc/i586-pc-linux-gnu/4.1.2 -L/usr/lib/gcc/i586-pc-linux-gnu/4.1.2/../../../../i586-pc-linux-gnu/lib -L/usr/lib/gcc/i586-pc-linux-gnu/4.1.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-pc-linux-gnu/4.1.2/crtendS.o /usr/lib/gcc/i586-pc-linux-gnu/4.1.2/../../../crtn.o -Wl,-soname -Wl,libplpprops.so -o .libs/libplpprops.so
/usr/lib/gcc/i586-pc-linux-gnu/4.1.2/../../../../i586-pc-linux-gnu/bin/ld: cannot find -lkfile
collect2: ld returned 1 exit status
make[2]: *** [libplpprops.la] Error 1
make[2]: Leaving directory `/home/patrick/plptools-0.18/kde2/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/patrick/plptools-0.18/kde2'
make: *** [all-recursive] Error 1
What is the missing "-lkfile" ?
How do I fix this?
regards
Patrick