On Thursday, February 20, 2003, at 04:45 AM, Rich Warren wrote:

I've downloaded the source code to several non-fink KDE applications, and
tried to compile them by hand.

I've already installed KDE 3.1 from fink unstable. So I should have the QT
libraries. However, on every file I try to compile I am getting the
following errors...

checking for Qt... configure: error: Qt (>= Qt 3.0.2) (headers and
libraries) not found. Please check your installation!

Do I need to set an environment variable so that other files can find the
fink-installed library?
For most KDE apps, you will usually need to:

1. untar the kde-admindir tarball into your app's source directory (if you've built kde from 3.1 in unstable, it should be /sw/src/kde-admindir-20030209.tar.bz2)

2. run "make -f admin/Makefile.common cvs"

3. run configure with the options "--with-qt-dir=/sw --with-qt-includes=/sw/include/qt"

I actually use the following script when I'm doing a new KDE port by hand:

http://ranger.befunk.com/fink/kde-fink-configure.sh




-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Reply via email to