|
make all-recursive
make[1]: Entering directory `/root/eva/qqhacker'
Making all in doc
make[2]: Entering directory `/root/eva/qqhacker/doc'
Making all in .
make[3]: Entering directory `/root/eva/qqhacker/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/eva/qqhacker/doc'
Making all in en
make[3]: Entering directory `/root/eva/qqhacker/doc/en'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/eva/qqhacker/doc/en'
make[2]: Leaving directory `/root/eva/qqhacker/doc'
Making all in po
make[2]: Entering directory `/root/eva/qqhacker/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/eva/qqhacker/po'
Making all in src
make[2]: Entering directory `/root/eva/qqhacker/src'
Making all in libeva
make[3]: Entering directory `/root/eva/qqhacker/src/libeva'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/eva/qqhacker/src/libeva'
Making all in help
make[3]: Entering directory `/root/eva/qqhacker/src/help'
Making all in in
make[4]: Entering directory `/root/eva/qqhacker/src/help/in'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/eva/qqhacker/src/help/in'
Making all in out
make[4]: Entering directory `/root/eva/qqhacker/src/help/out'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/eva/qqhacker/src/help/out'
make[4]: Entering directory `/root/eva/qqhacker/src/help'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/root/eva/qqhacker/src/help'
make[3]: Leaving directory `/root/eva/qqhacker/src/help'
make[3]: Entering directory `/root/eva/qqhacker/src'
source='qqhacker.cpp' object='qqhacker.o' libtool=no \
depfile='.deps/qqhacker.Po' tmpdepfile='.deps/qqhacker.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt-3.1/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o qqhacker.o `test -f 'qqhacker.cpp' || echo './'`qqhacker.cpp
In file included from qqhacker.cpp:30:
mainwindow.h:27: syntax error before `{' token
mainwindow.h:28: virtual outside class declaration
mainwindow.h:28: non-member function `const char* className()' cannot have `
const' method qualifier
mainwindow.h:28: virtual outside class declaration
mainwindow.h:28: virtual outside class declaration
mainwindow.h:28: virtual outside class declaration
mainwindow.h:28: virtual outside class declaration
mainwindow.h: In function `QObject* qObject()':
mainwindow.h:28: invalid use of `this' in non-member function
mainwindow.h: At global scope:
mainwindow.h:28: syntax error before `private'
mainwindow.h:32: destructors must be member functions
mainwindow.h:35: syntax error before `protected'
mainwindow.h:47: syntax error before `private'
mainwindow.h:74: syntax error before `private'
mainwindow.h:85: syntax error before `}' token
qqhacker.cpp: In constructor `QQHacker::QQHacker()':
qqhacker.cpp:64: syntax error before `(' token
qqhacker.cpp:65: no matching function for call to `QQHacker::setCentralWidget(
MainWindow*&)'
/usr/lib/qt-3.1/include/qmainwindow.h:78: candidates are: virtual void
QMainWindow::setCentralWidget(QWidget*)
qqhacker.cpp:66: no matching function for call to `QObject::connect(
MainWindow*&, const char[25], const char[30])'
/usr/lib/qt-3.1/include/qobject.h:116: candidates are: static bool
QObject::connect(const QObject*, const char*, const QObject*, const char*)
/usr/lib/qt-3.1/include/qobject.h:227: bool
QObject::connect(const QObject*, const char*, const char*) const
/usr/lib/qt-3.1/include/qstringlist.h: At top level:
mainwindow.h:28: warning: `bool qt_static_property(QObject*, int, int,
QVariant*)' declared `static' but never defined
mainwindow.h:28: warning: `QMetaObject* staticMetaObject()' declared `static'
but never defined
mainwindow.h:28: warning: `QString tr(const char*, const char*)' declared
`static' but never defined
mainwindow.h:28: warning: `QString trUtf8(const char*, const char*)' declared
`static' but never defined
make[3]: *** [qqhacker.o] Error 1
make[3]: Leaving directory `/root/eva/qqhacker/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/eva/qqhacker/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/eva/qqhacker'
make: *** [all] Error 2 |
|