From owner-freebsd-newbies Tue Feb 18 10:35:28 2003 Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B14B137B405 for ; Tue, 18 Feb 2003 10:35:27 -0800 (PST) Received: from thor.acuson.com (ac17859.acuson.com [157.226.71.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E9DE43F75 for ; Tue, 18 Feb 2003 10:35:27 -0800 (PST) (envelope-from DavidJohnson@Siemens.com) Received: from mvaexch02.acuson.com (mvaexch02.acuson.com [157.226.230.209]) by thor.acuson.com (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with ESMTP id <0HAI001LJOX0NR@thor.acuson.com> for freebsd-newbies@freebsd.org; Tue, 18 Feb 2003 10:34:12 -0800 (PST) Received: by mvaexch02.acuson.com with Internet Mail Service (5.5.2653.19) id ; Tue, 18 Feb 2003 10:27:30 -0800 Received: from dhcp-46-133.acuson.com ([157.226.46.133]) by mvaexch01.acuson.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id Y2R0PX5T; Tue, 18 Feb 2003 10:29:00 -0800 Content-return: allowed Date: Tue, 18 Feb 2003 10:35:00 -0800 From: Johnson David Subject: Re: trouble building Qt30 port (as a dependency to the kde3 port) In-reply-to: <9A314D0C-41F0-11D7-8E73-0003931CFDEA@comcast.net> To: John Christian , freebsd-newbies@freebsd.org Message-id: <200302181035.00305.DavidJohnson@Siemens.com> Organization: Siemens Medical Systems MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.5 References: <9A314D0C-41F0-11D7-8E73-0003931CFDEA@comcast.net> Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sunday 16 February 2003 12:52 pm, John Christian wrote: > hello, I'm trying to get the port of kde build on my machine (freeBSD > 4.7, i386), but I'm stumped on getting past this error on the Qt > build. I've tried setting various compiler flags so that it should be > referring to the X font libraries properly, to no avail. I've also > looked around a bit for a binary distribution of Qt, with no > immediate luck. Please help? First, qt-3.0 (and kde-3.0) has been replaced with qt-3.1 (kde-3.1). You may want to use the newer ports. Second, qt-3.x requires the XFree86-4 libraries by default, in order to get the Xft support (specifically, the freetype2 dependency). Make sure you're not using XFree86-3.x. Qt should still work with the older X, but since your problem is with Xft, I'm assuming that your problem is related to this. Third, binary packages for Qt and KDE are available at . These are for KDE 3.1. Additional Qt/KDE information for FreeBSD is available here as well. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message