From owner-freebsd-ports Fri Aug 2 3:14:38 2002 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 B7A3B37B449 for ; Fri, 2 Aug 2002 03:14:27 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 28BC543E75 for ; Fri, 2 Aug 2002 03:14:26 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 21761 invoked by uid 0); 2 Aug 2002 10:14:24 -0000 Received: from pd9003280.dip.t-dialin.net (HELO gmx.net) (217.0.50.128) by mail.gmx.net (mp003-rz3) with SMTP; 2 Aug 2002 10:14:24 -0000 Message-ID: <3D4A5B7A.3050902@gmx.net> Date: Fri, 02 Aug 2002 12:14:18 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan Chen Cc: kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 References: <20020802094313.GA86720@grimoire.chen.org.nz> X-Enigmail-Version: 0.61.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig4C0B1DAB9DA6A7F75D06AED8" 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 The following is an OpenPGP/MIME signed message created by Enigmail/Mozilla, following RFC 2440 and RFC 2015 --------------enig4C0B1DAB9DA6A7F75D06AED8 Content-Type: multipart/mixed; boundary="------------030103040501010402080306" This is a multi-part message in MIME format. --------------030103040501010402080306 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Jonathan Chen wrote: > I've recently cvsup'd and am trying to build kdebase3. However it's > failing with: > > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE -DNDEBUG -DNO_DEBUG -O2 -O -pipe -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c -o keyecandypagedlg.o `test -f keyecandypagedlg.cpp || echo './'`keyecandypagedlg.cpp > keyecandypagedlg.cpp: In method `KEyeCandyPageDlg::KEyeCandyPageDlg(QWidget * = 0, const char * = 0, unsigned int = 0)': > keyecandypagedlg.cpp:96: invalid use of undefined type `class KListView' > keyecandypagedlg.h:17: forward declaration of `class KListView' > keyecandypagedlg.cpp:97: invalid use of undefined type `class KListView' > keyecandypagedlg.h:17: forward declaration of `class KListView' > keyecandypagedlg.cpp:98: invalid use of undefined type `class KListView' > keyecandypagedlg.h:17: forward declaration of `class KListView' > keyecandypagedlg.cpp:100: no matching function for call to `QGridLayout::addWidget (KListView *&, int, int)' > /usr/X11R6/include/qlayout.h:323: candidates are: void QGridLayout::addWidget(QWidget *, int, int, int = 0) > gmake[3]: *** [keyecandypagedlg.o] Error 1 > gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.2/kpersonalizer' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.2/kpersonalizer' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.2' > gmake: *** [all] Error 2 > > All my dependancies appear to up to date. Has anyone else seen this? Yes, 10 minutes ago. Here's a patch, ready to go into /x11/kdebase3/files Regards, -- Michael Nottebrock "The circumstance ends uglily in the cruel result." - Babelfish --------------030103040501010402080306 Content-Type: text/plain; name="patch-kpersonalizer-keyecandypagedlg.h" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-kpersonalizer-keyecandypagedlg.h" --- kpersonalizer/keyecandypagedlg.h.orig Fri Aug 2 11:46:07 2002 +++ kpersonalizer/keyecandypagedlg.h Fri Aug 2 11:46:22 2002 @@ -11,6 +11,7 @@ #include #include +#include class QVBoxLayout; class QHBoxLayout; class QGridLayout; --------------030103040501010402080306-- --------------enig4C0B1DAB9DA6A7F75D06AED8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE9Slt9Xhc68WspdLARAofSAJ0V1W13VhTyyFrW9WRU6/W8WqLD+wCglbFa UH9eFrUhAg8c71vPSQTAKh4= =bjie -----END PGP SIGNATURE----- --------------enig4C0B1DAB9DA6A7F75D06AED8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message