From owner-freebsd-ports@FreeBSD.ORG Sat Sep 20 05:55:29 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E575716A4BF for ; Sat, 20 Sep 2003 05:55:29 -0700 (PDT) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id D1F5243FDD for ; Sat, 20 Sep 2003 05:55:27 -0700 (PDT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 31671 invoked by uid 85); 20 Sep 2003 12:55:33 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.20rc1 (uvscan: v4.2.40/v4288. Clear:RC:1:. Processed in 0.114065 secs); 20 Sep 2003 12:55:33 -0000 Received: from unknown (HELO 192.168.0.109) (192.168.0.109) by 0 with SMTP; 20 Sep 2003 12:55:32 -0000 From: Arjan van Leeuwen To: Rob Lahaye , freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Date: Sat, 20 Sep 2003 14:55:25 +0200 User-Agent: KMail/1.5.3 References: <200309191515.01725.steven.lake@corecomm.com> <5.2.0.9.2.20030920071121.02115080@pop.voyager.net> <3F6C4406.3020904@snu.ac.kr> In-Reply-To: <3F6C4406.3020904@snu.ac.kr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309201455.25754.avleeuwen@piwebs.com> Subject: Re: Problem installing/upgrading QT3.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 12:55:30 -0000 On Saturday 20 September 2003 14:11, Rob Lahaye wrote: > Dragoncrest wrote: > >> > gmake[2]: *** No rule to make target > >> > >> `/usr/X11R6/include/qwindowsxpstyle.h', needed by > >> `.obj/release-shared-mt/qstylefactory.o'. Stop. > > > > My guess would be that there's an error in the make file or > > build scripts for this. Since this is happening on the "make install" > > part of the process I'm not sure what can be done for this short of > > waiting on the maintainer to update the port with a corrected make file > > or make script. Aside from that, you're stuck for now. > > Bad philosophy! > In that case, revert the Qt port back to the previous working Qt 3.1 port > ASAP and fix it in the meantime. > > Rob. I had this error too. It looks like this can be fixed by deinstalling Qt before compiling the new version (or rather, before doing 'make configure' in the new version). Arjan