Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Dec 2006 14:34:55 -0800
From:      Vizion <vizion@vizion.occoxmail.com>
To:        <freebsd-questions@freebsd.org>
Subject:   kdebase compile failure
Message-ID:  <20061229223456.RGAN60.dukecmmtao03.coxmail.com@dukecmmtao03>

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


here is the output:

gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdesu/kdesud'
gmake[3]: Entering directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdesu'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdesu'
gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdesu'
Making all in kdialog
gmake[2]: Entering directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdialog'
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  -I/usr/local/include  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   -I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -MT kdialog.o -MD -MP -MF ".deps/kdialog.Tpo" -c -o kdialog.o kdialog.cpp; \
        then mv -f ".deps/kdialog.Tpo" ".deps/kdialog.Po"; else rm -f ".deps/kdialog.Tpo"; exit 1; fi
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  -I/usr/local/include  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   -I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -MT widgets.o -MD -MP -MF ".deps/widgets.Tpo" -c -o widgets.o widgets.cpp; \
        then mv -f ".deps/widgets.Tpo" ".deps/widgets.Po"; else rm -f ".deps/widgets.Tpo"; exit 1; fi
/usr/X11R6/bin/moc ./klistboxdialog.h -o klistboxdialog.moc
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  -I/usr/local/include  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   -I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -MT klistboxdialog.o -MD -MP -MF ".deps/klistboxdialog.Tpo" -c -o klistboxdialog.o klistboxdialog.cpp; \
        then mv -f ".deps/klistboxdialog.Tpo" ".deps/klistboxdialog.Po"; else rm -f ".deps/klistboxdialog.Tpo"; exit 1; fi
/usr/X11R6/bin/moc ./progressdialog.h -o progressdialog.moc
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  -I/usr/local/include  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   -I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -MT progressdialog.o -MD -MP -MF ".deps/progressdialog.Tpo" -c -o progressdialog.o progressdialog.cpp; \
        then mv -f ".deps/progressdialog.Tpo" ".deps/progressdialog.Po"; else rm -f ".deps/progressdialog.Tpo"; exit 1; fi
progressdialog.cpp: In member function `virtual void ProgressDialog::ignoreCancel()':
progressdialog.cpp:90: error: `ignoreCancel' is not a member of `KProgressDialog'
gmake[2]: *** [progressdialog.o] Error 1
gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdialog'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11/kdebase3.

**********

Any suggestions??

David





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061229223456.RGAN60.dukecmmtao03.coxmail.com>