Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Aug 2002 12:14:18 +0200
From:      Michael Nottebrock <michaelnottebrock@gmx.net>
To:        Jonathan Chen <jonc@chen.org.nz>
Cc:        kde@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   Re: [kde-freebsd] Building kdebase3
Message-ID:  <3D4A5B7A.3050902@gmx.net>
References:  <20020802094313.GA86720@grimoire.chen.org.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
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 
<portsdir>/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 <qvariant.h>
 #include <qwidget.h>
+#include <klistview.h>
 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D4A5B7A.3050902>