From owner-freebsd-stable Wed Mar 12 12:14:48 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20ED737B401 for ; Wed, 12 Mar 2003 12:14:47 -0800 (PST) Received: from pobox.isi.com (unknown-3-134.wrs.com [147.11.3.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6643A43F93 for ; Wed, 12 Mar 2003 12:14:46 -0800 (PST) (envelope-from qli@isi.com) Received: from dimeola.isi.com (dimeola [192.103.54.127]) by pobox.isi.com (Pro-8.9.3/Pro-8.9.3/Pobox 991110 TroyC) with SMTP id MAA17477; Wed, 12 Mar 2003 12:23:41 -0800 (PST) Received: by dimeola.isi.com (SMI-8.6/SMI-SVR4) id LAA11690; Wed, 12 Mar 2003 11:57:42 -0800 From: qli@isi.com (Qing Li) Message-Id: <200303121957.LAA11690@dimeola.isi.com> Subject: Re: building qt31 and kde3 To: thierry@herbelot.com Date: Wed, 12 Mar 103 11:57:41 -0800 (PST) Cc: freebsd-stable@freebsd.org X-Mailer: ELM [version 2.4 PL0] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > I have successfuly upgraded several machines from qt3.0/kde3.0 to > qt3.1/kde3.1 after removing all of qt and kde, then rebuilding in > /usr/ports/x11/kde3 (that is, from a "virgin" state) > My problem seems to be the order of the header file inclusion path. c++ -c -pipe -fno-exceptions -I/usr/local/include -Wall -W -O -pipe ^^^^^^^^^^^^^^^^^^^^ -I/usr/local/include/freetype2 -I/usr/local/include ^^^^^^^^^^^^^^^ The 1st inclusion path caused it to pick up files from /usr/local/freetype first. I temporarily push it out of the way and the build is happening. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message