|

楼主 |
发表于 2003-5-21 21:55:58
|
显示全部楼层
In file included from /usr/include/c++/3.2/backward/iostream.h:31,
from defs.h:29,
from xwindow.cpp:9:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
xwindow.cpp: In constructor `xwindow::xwindow(long unsigned int, QWidget*)':
xwindow.cpp:235: invalid use of undefined type `struct QTimer'
/usr/lib/qt3-gcc3.2/include/qwindowdefs.h:81: forward declaration of `struct
QTimer'
xwindow.cpp:237: no matching function for call to `xwindow::connect(QTimer*&,
const char[11], const char[9])'
/usr/lib/qt3-gcc3.2/include/qobject.h:112: candidates are: static bool
QObject::connect(const QObject*, const char*, const QObject*, const char*)
/usr/lib/qt3-gcc3.2/include/qobject.h:208: bool
QObject::connect(const QObject*, const char*, const char*) const
xwindow.cpp: In member function `void xwindow::press_move(QMouseEvent*)':
xwindow.cpp:478: invalid use of undefined type `struct QCursor'
/usr/lib/qt3-gcc3.2/include/qnamespace.h:47: forward declaration of `struct
QCursor'
xwindow.cpp: In member function `void xwindow::press_leftresize(QMouseEvent*)':
xwindow.cpp:512: invalid use of undefined type `struct QCursor'
/usr/lib/qt3-gcc3.2/include/qnamespace.h:47: forward declaration of `struct
QCursor'
xwindow.cpp: In member function `void
xwindow::press_rightresize(QMouseEvent*)':
xwindow.cpp:564: invalid use of undefined type `struct QCursor'
/usr/lib/qt3-gcc3.2/include/qnamespace.h:47: forward declaration of `struct
QCursor'
xwindow.cpp: In member function `void xwindow::press_midresize(QMouseEvent*)':
xwindow.cpp:606: invalid use of undefined type `struct QCursor'
/usr/lib/qt3-gcc3.2/include/qnamespace.h:47: forward declaration of `struct
QCursor'
xwindow.cpp: In member function `void xwindow::stopautofocus()':
xwindow.cpp:912: invalid use of undefined type `struct QTimer'
/usr/lib/qt3-gcc3.2/include/qwindowdefs.h:81: forward declaration of `struct
QTimer'
xwindow.cpp: In member function `void xwindow::startautofocus()':
xwindow.cpp:951: invalid use of undefined type `struct QTimer'
/usr/lib/qt3-gcc3.2/include/qwindowdefs.h:81: forward declaration of `struct
QTimer'
/usr/lib/qt3-gcc3.2/include/qwindowdefs.h: In member function `void
xwindow::get_servericon(long unsigned int, long unsigned int)':
/usr/lib/qt3-gcc3.2/include/qwindowdefs.h:149: too few arguments to function `
_XGC* qt_xget_temp_gc(int, bool)'
xwindow.cpp:1424: at this point in file
/usr/lib/qt3-gcc3.2/include/qwindowdefs.h:149: too few arguments to function `
_XGC* qt_xget_temp_gc(int, bool)'
xwindow.cpp:1429: at this point in file
make: *** [xwindow.o] Error 1 |
|