From owner-freebsd-ports Tue Jul 24 19:32:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by hub.freebsd.org (Postfix) with ESMTP id F161A37B401 for ; Tue, 24 Jul 2001 19:32:41 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([64.228.155.124]) by tomts5-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010725023159.MPTE16844.tomts5-srv.bellnexxia.net@xena.gsicomp.on.ca>; Tue, 24 Jul 2001 22:31:59 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.1) with SMTP id f6P2TMc91235; Tue, 24 Jul 2001 22:29:22 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <002d01c114b1$42544370$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "David Leimbach" , References: <20010724205033.A21039@mutt.home.net> Subject: Re: Which port? Date: Tue, 24 Jul 2001 22:26:48 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > 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