Date: Mon, 2 Sep 2002 02:00:25 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: <ports@freebsd.org> Cc: <kde@freebsd.org> Subject: KDE and gcc3.2 (CURRENT) Message-ID: <20020902014224.M12764-100000@levais.imp.ch> In-Reply-To: <20020901233305.GD4252@leviathan.inethouston.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Looks gcc32 does make more c++ checks: This is with a clean install: --------------- ports/devel/fam --------------- Makefile:390: no file name for `-include' c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DCONFIG_ETC_CONFIG_PATH=\"/usr/lo cal/etc/fam.conf\" -O -pipe -mcpu=pentiumpro -c Scheduler.c++ Scheduler.c++:37: uninitialized const member `Scheduler::IOTypeInfo::iotype' Scheduler.c++:38: uninitialized const member `Scheduler::IOTypeInfo::iotype' ---------------- ports/audio/arts ---------------- c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../mcop -I/usr/local/include -I/usr/X11R6/inc lude -I../libltdl -pthread -DQT_THREAD_SUPPORT -L/usr/local/lib -I/usr/local/inc lude -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE -DNDEBUG -DNO_DEBU G -O2 -O -pipe -mcpu=pentiumpro -fno-exceptions -fno-check-new -ftemplate-depth- 99 -c qiomanager.cc -MT qiomanager.lo -MD -MP -MF .deps/qiomanager.TPlo -fPIC - DPIC -o .libs/qiomanager.o In file included from qiomanager.cc:308: qiomanager_p.moc:28: no `void Arts::QIOWatch::initMetaObject()' member function declared in class `Arts::QIOWatch' qiomanager_p.moc: In member function `void Arts::QIOWatch::initMetaObject()': qiomanager_p.moc:32: `badSuperclassWarning' undeclared (first use this function) qiomanager_p.moc:32: (Each undeclared identifier is reported only once for each function it appears in.) qiomanager_p.moc:34: no method `QObject::initMetaObject' qiomanager_p.moc:39: `struct QMetaData' has no member named `ptr' qiomanager_p.moc:39: `QMember' undeclared (first use this function) qiomanager_p.moc:39: syntax error before `)' token qiomanager_p.moc:42: no matching function for call to `QMetaObject::QMetaObject (const char[9], const char[8], QMetaData*&, int, int, int)' /usr/X11R6/include/qmetaobject.h:226: candidates are: QMetaObject::QMetaObject(const QMetaObject&) /usr/X11R6/include/qmetaobject.h:147: QMetaObject::QMetaObject(const char*, QMetaObject*, const QMetaData*, int, const QMetaData*, int, const QMetaProperty*, int, const QMetaEnum*, int, const QClassInfo*, int) In file included from qiomanager.cc:308: qiomanager_p.moc: At global scope: qiomanager_p.moc:54: no `void Arts::QTimeWatch::initMetaObject()' member function declared in class `Arts::QTimeWatch' qiomanager_p.moc: In member function `void Arts::QTimeWatch::initMetaObject()': qiomanager_p.moc:60: no method `QObject::initMetaObject' qiomanager_p.moc:65: `struct QMetaData' has no member named `ptr' qiomanager_p.moc:65: syntax error before `)' token qiomanager_p.moc:68: no matching function for call to `QMetaObject::QMetaObject (const char[11], const char[8], QMetaData*&, int, int, int)' /usr/X11R6/include/qmetaobject.h:226: candidates are: QMetaObject::QMetaObject(const QMetaObject&) /usr/X11R6/include/qmetaobject.h:147: QMetaObject::QMetaObject(const char*, QMetaObject*, const QMetaData*, int, const QMetaData*, int, const QMetaProperty*, int, const QMetaEnum*, int, const QClassInfo*, int) gmake[2]: *** [qiomanager.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/audio/arts/work/arts-1.0.3/qtmcop' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/arts/work/arts-1.0.3' gmake: *** [all-recursive-am] Error 2 *** Error code 2 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?20020902014224.M12764-100000>