-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Freitag, 24. Januar 2003 00:32, Albert Cervera Areny wrote: > Hi! > I'm trying to compile kdenlive and it asks me for the lib on the subject: > > /usr/bin/ld: cannot find -lkfile > > Is it in any package I've got almost everything installed and I can't find > it....
kdenlive is probably a KDE 2 application. If you are porting the sourcecode, have a look at the file KDE3PORTING.html which comes with kdelibs-3.1 (one of them I guess :-) Here's what it says about kfile: The library is now built as part of libkio library (there's no need to modify Makefiles which use $LIB_KFILE instead of hardcoding -lkfile). so replace -lkfile with $(LIB_KFILE) and if the code barfs on the compile, read the KDE3PORTING for more info about API changes. Ralf - -- We're not a company, we just produce better code at less costs. - -------------------------------------------------------------------- Ralf Nolden [EMAIL PROTECTED] The K Desktop Environment The KDevelop Project http://www.kde.org http://www.kdevelop.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+MLOEu0nKi+w1Ky8RAo19AJ49hv5szg1K7O6oYNJO+Ez0oLYZFACeP3SJ wj3g+Ob251dhYQDoQICUcXA= =RJdV -----END PGP SIGNATURE-----

