BUg in Qt compilation on alpha
Bertrand.Guiheneuf@inria.fr
Bertrand.Guiheneuf@inria.fr
Wed Feb 18 02:13:00 GMT 1998
Hi,
here is the bug found while compiling Qt-1.32 on dec-osf3.2
cd src/moc; make
cp src/moc/moc bin/moc
cd src; make
cd tools; make
cd kernel; make
cd widgets; make
gcc -I/net/fractales.2/alpha/src/qt-1.32/include -c -O2 -fno-strength-reduce
-Wall -W -D_POSIX_SOURCE -D_OSF_SOURCE -D_AES_SOURCE -fPIC qmenubar.cpp
In file included from /a/fractales.2/alpha/lib/gcc-lib/alpha-dec-osf3.2/egcs-2.
90.23/include/string.h:52,
from /net/fractales.2/alpha/src/qt-1.32/include/qstring.h:28,
from /net/fractales.2/alpha/src/qt-1.32/include/qobject.h:27,
from /net/fractales.2/alpha/src/qt-1.32/include/qwidget.h:27,
from qframe.h:26,
from qtablevw.h:26,
from qpopmenu.h:26,
from qmenubar.h:26,
from qmenubar.cpp:24:
/usr/include/standards.h:89: warning: `_POSIX_SOURCE' redefined
*Initialization*:1: warning: this is the location of the previous definition
/net/fractales.2/alpha/src/qt-1.32/include/qwidget.h: In method
`QWidget::QWidget(const class QWidget &)':
In file included from qframe.h:26,
from qtablevw.h:26,
from qpopmenu.h:26,
from qmenubar.h:26,
from qmenubar.cpp:24:
/net/fractales.2/alpha/src/qt-1.32/include/qwidget.h:341: warning: base class
`class QObject' should be explicitly initialized in the copy constructor
qframe.h: In method `QFrame::QFrame(const class QFrame &)':
In file included from qtablevw.h:26,
from qpopmenu.h:26,
from qmenubar.h:26,
from qmenubar.cpp:24:
qframe.h:85: warning: base class `class QWidget' should be explicitly
initialized in the copy constructor
qtablevw.h: In method `QTableView::QTableView(const class QTableView &)':
In file included from qpopmenu.h:26,
from qmenubar.h:26,
from qmenubar.cpp:24:
qtablevw.h:177: warning: base class `class QFrame' should be explicitly
initialized in the copy constructor
/net/fractales.2/alpha/src/qt-1.32/include/qsignal.h: In method
`QSignal::QSignal(const class QSignal &)':
In file included from qmenudta.h:35,
from qpopmenu.h:27,
from qmenubar.h:26,
from qmenubar.cpp:24:
/net/fractales.2/alpha/src/qt-1.32/include/qsignal.h:50: warning: base class
`class QObject' should be explicitly initialized in the copy constructor
qpopmenu.h: In method `QPopupMenu::QPopupMenu(const class QPopupMenu &)':
In file included from qmenubar.h:26,
from qmenubar.cpp:24:
qpopmenu.h:112: warning: base class `class QTableView' should be explicitly
initialized in the copy constructor
qpopmenu.h:112: warning: base class `class QMenuData' should be explicitly
initialized in the copy constructor
qmenubar.h: In method `QMenuBar::QMenuBar(const class QMenuBar &)':
In file included from qmenubar.cpp:24:
qmenubar.h:94: warning: base class `class QFrame' should be explicitly
initialized in the copy constructor
qmenubar.h:94: warning: base class `class QMenuData' should be explicitly
initialized in the copy constructor
/net/fractales.2/alpha/src/qt-1.32/include/qaccel.h: In method
`QAccel::QAccel(const class QAccel &)':
In file included from qmenubar.cpp:25:
/net/fractales.2/alpha/src/qt-1.32/include/qaccel.h:77: warning: base class
`class QObject' should be explicitly initialized in the copy constructor
/net/fractales.2/alpha/src/qt-1.32/include/qapp.h: In method
`QApplication::QApplication(const class QApplication &)':
In file included from qmenubar.cpp:28:
/net/fractales.2/alpha/src/qt-1.32/include/qapp.h:166: warning: base class
`class QObject' should be explicitly initialized in the copy constructor
qmenubar.cpp: In method `int QMenuBar::calculateRects(int = -1)':
qmenubar.cpp:619: Internal compiler error.
qmenubar.cpp:619: Please submit a full bug report to `egcs-bugs@cygnus.com'.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
More information about the Gcc-bugs
mailing list