On Friday 07 June 2002 10.18, Gr�goire Cachet wrote: > hi > > please sorry for my bad english ... > > I just have installed kde 3.0.1 from unofficials debs packages > (kde.debian.co.nz) > > I try to compile kxicq2 from the CVS version. It works fine on KDE 2.2.2 > and It should work on KDE 3.0 > > I received this error : > > c++ -g -O2 -Wall -o kxicq main.o kxmainwindow.o kxpaneldock.o > xautolock.o kxmainwindow.moc.o kxpaneldock.moc.o kxicq_meta_unload.o > -Wl,--export-dynamic -L/usr/X11R6/lib -L/usr/lib > ../kxicq/widgets/libwidgets.a > ../kxicq/widgets/checklistbox/libchecklistbox.a > ../kxicq/widgets/config/libconfig.a ../kxicq/widgets/info/libinfo.a > ../kxicq/engine/libengine.a ../kxicq/ui/libui.a ../kxicq/wm/libwm.a > ../kxicq/plugin/libplugin.a -lqt /usr/lib/libjpeg.so -lX11 -lresolv > -L/usr/lib/gcc-lib/i386-linux/2.95.4 -lX11 -lresolv /usr/lib/libkdeui.so > /usr/lib/libkdecore.so /usr/lib/libDCOP.so -ldl -lXinerama > /usr/lib/libkdefx.so -lqt-mt -lpng -lz -lXext -lX11 -lresolv -lSM -lICE > -lpthread -lXrender -lstdc++ -lm -lc -lgcc -lkfile -lXpm -lX11 -lresolv > /usr/bin/ld: cannot find -lkfile > collect2: ld returned 1 exit status > make[3]: *** [kxicq] Erreur 1 > make[3]: Leaving directory `/home/zwiffer/kxicq/kxicq2/kxicq' > make[2]: *** [all-recursive] Erreur 1 > make[2]: Leaving directory `/home/zwiffer/kxicq/kxicq2/kxicq' > make[1]: *** [all-recursive] Erreur 1 > make[1]: Leaving directory `/home/zwiffer/kxicq/kxicq2' > make: *** [all] Erreur 2 > > > I searched kfile in the unofficials debs and I found > > kfile-audio-plugins_3.0.1-0.1_i386.deb > kfile-graphics-plugins_3.0.1-0.1_i386.deb > > but, even though these packages are installed, there is the same problem > > How can I find kfile ? Did I forget something ? Or can I correct the > sources ? > > In the Makefile, there is : > LIB_KFILE = -lkfile > > thanx for reading > > gregoire
Correct me if I'm wrong, but I think kfile has moved to kio. Try editing the Makefiles and change the LIB_KFILE = -lkfile to LIB_KFILE = -lkio and remake. -- This message has been ROT-13 encrypted twice for extra security. Erik Johansson <[EMAIL PROTECTED]> http://come.to/erre -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

