Date: Tue, 28 Jan 2003 00:27:55 -0700 From: Christopher Rosado <rbg@gayteenresource.org> To: freebsd-ports@FreeBSD.ORG Subject: QT 3.1 compile error Message-ID: <20030128002755.6366bc02.rbg@gayteenresource.org>
next in thread | raw e-mail | index | archive | help
I can't seem to get qt31 to compile - this is what I get: Qt is now configured for building. Just run gmake. To reconfigure, run gmake confclean and configure. ===> Building for qt-3.1.1 cd qmake && gmake gmake[1]: Entering directory `/usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/qmake' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/qmake' cd src/moc && gmake gmake[1]: Entering directory `/usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/src/moc' g++ -c -pipe -fno-exceptions -I/usr/local/include -O2 -DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/mkspecs/freebsd-g++ -I. -I/usr/local/include/freetype2 -I../../include -I../tools -I. -I/usr/local/include -o ./qbuffer.o ../tools/qbuffer.cpp g++ -c -pipe -fno-exceptions -I/usr/local/include -O2 -DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/mkspecs/freebsd-g++ -I. -I/usr/local/include/freetype2 -I../../include -I../tools -I. -I/usr/local/include -o ./qptrcollection.o ../tools/qptrcollection.cpp g++ -c -pipe -fno-exceptions -I/usr/local/include -O2 -DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/mkspecs/freebsd-g++ -I. -I/usr/local/include/freetype2 -I../../include -I../tools -I. -I/usr/local/include -o ./qcstring.o ../tools/qcstring.cpp g++ -c -pipe -fno-exceptions -I/usr/local/include -O2 -DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/mkspecs/freebsd-g++ -I. -I/usr/local/include/freetype2 -I../../include -I../tools -I. -I/usr/local/include -o ./qdatastream.o ../tools/qdatastream.cpp g++ -c -pipe -fno-exceptions -I/usr/local/include -O2 -DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/mkspecs/freebsd-g++ -I. -I/usr/local/include/freetype2 -I../../include -I../tools -I. -I/usr/local/include -o ./qdatetime.o ../tools/qdatetime.cpp g++ -c -pipe -fno-exceptions -I/usr/local/include -O2 -DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/mkspecs/freebsd-g++ -I. -I/usr/local/include/freetype2 -I../../include -I../tools -I. -I/usr/local/include -o ./qfile.o ../tools/qfile.cpp g++ -c -pipe -fno-exceptions -I/usr/local/include -O2 -DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/mkspecs/freebsd-g++ -I. -I/usr/local/include/freetype2 -I../../include -I../tools -I. -I/usr/local/include -o ./qdir.o ../tools/qdir.cpp../tools/qdir.cpp: In function `class QValueList<QRegExp> qt_makeFilterList(const QString &)':../tools/qdir.cpp:1129: new declaration `class QValueList<QRegExp> qt_makeFilterList(const QString &)'/usr/local/include/private/qdir_p.h:58: ambiguates old declaration `class QStringList qt_makeFilterList(const QString &)' gmake[1]: *** [qdir.o] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/src/moc' gmake: *** [src-moc] Error 2*** Error code 2 What can/should I do to get this to compile? ("4.7-STABLE FreeBSD 4.7-STABLE #11: Sun Jan 26 21:18:00 MST 2003" with sources pulled down that same day) -- Christopher Rosado "Liberalism leads to loss of liberty." - Me http://groups.yahoo.com/group/logcabinyouth/ 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?20030128002755.6366bc02.rbg>