Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2002 21:43:13 +1200
From:      Jonathan Chen <jonc@chen.org.nz>
To:        kde@freebsd.org
Cc:        ports@freebsd.org
Subject:   Building kdebase3
Message-ID:  <20020802094313.GA86720@grimoire.chen.org.nz>

next in thread | raw e-mail | index | archive | help
Hi,

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?

Cheers.
-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
             "A person should be able to do a small bit of everything,
                                        specialisation is for insects"

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?20020802094313.GA86720>