Scott Ehrlich wrote:
On Wed, 17 Oct 2007, Lukasz wrote:
Ross S. W. Walker pisze:
Last time I compiled a KDE app from source (knights I believe) I had to specify the Qt development lib path manually with an option to 'configure'.
a) in Red Hat Qt sources are in /usr/lib/qt-3.3 directory, but generally in distributions there is /usr/lib/qt path; all you need is symlink and forget of configure path options:
ln -s /usr/lib/qt-3.3 /usr/lib/qt
b) or
./cnfigure --with-qt-dir=/usr/lib/qt-3.3/
I'll try those.
Next error I get is kdelibs is not installed (which it is), or the version of qt installed doesn't exactly match the one kdelibs was compiled with (everything was yum installed).
Again, the system is running 64-bit C5 as a complete yum install, no individually compiled apps, unless/until I get k3b worked out.
Thanks for any help with kdelibs.
Keep in mind that you need all the relevant *-devel files installed to BUILD things ... not just kdelibs and qt, but kdelibs-devel, kdebase-devel, qt-devel, etc.
Why do you need to build the new k3b ... we have one in centos and there is kde-redhat repo?