Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2001 22:26:48 -0400
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        "David Leimbach" <leimbacd@bellsouth.net>, <ports@FreeBSD.ORG>
Subject:   Re: Which port?
Message-ID:  <002d01c114b1$42544370$1200a8c0@gsicomp.on.ca>
References:  <20010724205033.A21039@mutt.home.net>

next in thread | previous in thread | raw e-mail | index | archive | help

> Which port do I want to use so I have all the QT/KDE headers in the
"right"
> place so I can build KDE apps...
>
> I am interested in toying with different projects in KDE and the KDE
> port doesn't seem to get everything quite right or at least not in the
> standard places...

It's not really the fault of the KDE port; it puts headers/libraries in
places appropriate for FreeBSD.

What *is* the culprit is that most KDE apps use GNU autoconf to control the
build process, and autoconf doesn't yet have a nice set of KDE macros
(unlike QT, etc) which the end-user can use to point to the KDE includes and
libraries.   This means that configure is left attempting to find them
itself, and looks in all the Linux places but not the FreeBSD places.  I
usually end up editing the configure script to hard-code the location of the
KDE libraries and includes.

--
Matt Emmerton


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002d01c114b1$42544370$1200a8c0>