This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

qt-1.33 compile failure


When compiling qt-1.33 with a redhat 5.0 system, kernel 2.1.98, glibc-2.0.7, and the last few egcs snapshots I get the following:-

gcc -I/usr/src/redhat/BUILD/qt-1.33/include -c -O2 -fno-strength-reduce -Wall -W -I/usr/X11R6/include -fPIC qtstream.cpp
qbuffer.h: In method `QBuffer::QBuffer(const class QBuffer &)':
In file included from qtstream.cpp:24:
qbuffer.h:64: warning: base class `class QIODevice' should be explicitly initialized in the copy constructor
qfile.h: In method `QFile::QFile(const class QFile &)':
In file included from qtstream.cpp:25:
qfile.h:78: warning: base class `class QIODevice' should be explicitly initialized in the copy constructor
qtstream.cpp: At top level:
qtstream.cpp:152: warning: ANSI C++ does not permit `QTextStream::basefield' to be defined as `QTS::basefield'
qtstream.cpp:153: warning: ANSI C++ does not permit `QTextStream::adjustfield' to be defined as `QTS::adjustfield'
qtstream.cpp:153: Internal compiler error.
qtstream.cpp:153: Please submit a full bug report to `egcs-bugs@cygnus.com'.
make[2]: *** [qtstream.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/qt-1.33/src/tools'
make[1]: *** [tools] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/qt-1.33/src'
make: *** [src] Error 2
Bad exit status
* Package: qt
* Package: qt-devel
I would be grateful for help.

Regards

Peter Dyer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]