On Sun, Mar 17, 2002 at 06:51:23PM -0600, Jon Keating wrote: > > Fix KDE2/KDE3 compilation and runtime problems with the file dialog, > > using lkfile for KDE2 and -lkio for KDE3. My system already finds > > -lqt-mt for 3 and -lqt for 2 automatically though, so I didn't touch Qt > > detection. > > There are problems with this. A person that has the libkfile.so file in > their kdelibdir had it linking against kio instead of kfile, so it crashes > on startup. There's also a slew of messages about kde plugin crashing on > licq-main. It may be related to this.
In that case libkfile.so must have been outside of $kde_libraries, so the problem would be in determining $kde_libraries and not this particular part of code. > bash-2.03$ kde-config --version | grep KDE | awk '{print $2}' > 2.1 I'm not sure if that is better. I'll take a look at the initialisation of $kde_libraries tonight, as I think that's the problematic part. > > + if test -f $kde_libraries/libkfile.so ; then > > + KDE_LIBS="-lkfile" > > + else > > + KDE_LIBS="-lkio" Rob -- Rob Kaper | "They that can give up essential liberty to obtain a little [EMAIL PROTECTED] | temporary safety deserve neither liberty nor safety." www.capsi.com | - Benjamin Franklin, Historical Review of Pennsylvania, 1759 _______________________________________________ Licq-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-devel