Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [mehta@localhost qq17-ratecontrol]$ make
- /usr/lib64/qt-3.3/bin/moc main.cpp -o main.moc
- g++ -c -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/lib64/qt-3.3/mkspecs/default -I. -I. -I/usr/lib64/qt-3.3/include -o main.o main.cpp
- In file included from main.cpp:61:0:
- main.moc:15:2: error: #error "This file was generated using the moc from 3.3.8b. It"
- main.moc:16:2: error: #error "cannot be used with the include files from this version of Qt."
- main.moc:17:2: error: #error "(The moc has changed too much.)"
- In file included from /usr/lib64/qt-3.3/include/qmetaobject.h:45:0,
- from main.moc:10,
- from main.cpp:61:
- /usr/lib64/qt-3.3/include/qconnection.h:48:16: error: variable ‘Q_EXPORT QConnection’ has initializer but incomplete type
- /usr/lib64/qt-3.3/include/qconnection.h:48:16: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x [enabled by default]
- /usr/lib64/qt-3.3/include/qconnection.h:50:1: error: expected primary-expression before ‘public’
- /usr/lib64/qt-3.3/include/qconnection.h:50:1: error: expected ‘}’ before ‘public’
- /usr/lib64/qt-3.3/include/qconnection.h:50:1: error: expected ‘,’ or ‘;’ before ‘public’
- /usr/lib64/qt-3.3/include/qconnection.h:52:16: error: expected class-name before ‘(’ token
- /usr/lib64/qt-3.3/include/qconnection.h:54:28: error: non-member function ‘bool isConnected()’ cannot have cv-qualifier
- /usr/lib64/qt-3.3/include/qconnection.h: In function ‘bool isConnected()’:
- /usr/lib64/qt-3.3/include/qconnection.h:54:43: error: ‘obj’ was not declared in this scope
- /usr/lib64/qt-3.3/include/qconnection.h: At global scope:
- /usr/lib64/qt-3.3/include/qconnection.h:56:23: error: non-member function ‘QObject* object()’ cannot have cv-qualifier
- /usr/lib64/qt-3.3/include/qconnection.h: In function ‘QObject* object()’:
- /usr/lib64/qt-3.3/include/qconnection.h:56:39: error: ‘obj’ was not declared in this scope
- /usr/lib64/qt-3.3/include/qconnection.h: At global scope:
- /usr/lib64/qt-3.3/include/qconnection.h:57:19: error: non-member function ‘int member()’ cannot have cv-qualifier
- /usr/lib64/qt-3.3/include/qconnection.h: In function ‘int member()’:
- /usr/lib64/qt-3.3/include/qconnection.h:57:35: error: ‘mbr’ was not declared in this scope
- /usr/lib64/qt-3.3/include/qconnection.h: At global scope:
- /usr/lib64/qt-3.3/include/qconnection.h:58:30: error: non-member function ‘const char* memberName()’ cannot have cv-qualifier
- /usr/lib64/qt-3.3/include/qconnection.h: In function ‘const char* memberName()’:
- /usr/lib64/qt-3.3/include/qconnection.h:58:45: error: ‘mbr_name’ was not declared in this scope
- /usr/lib64/qt-3.3/include/qconnection.h: At global scope:
- /usr/lib64/qt-3.3/include/qconnection.h:59:23: error: non-member function ‘int memberType()’ cannot have cv-qualifier
- /usr/lib64/qt-3.3/include/qconnection.h: In function ‘int memberType()’:
- /usr/lib64/qt-3.3/include/qconnection.h:59:39: error: ‘mbr_type’ was not declared in this scope
- /usr/lib64/qt-3.3/include/qconnection.h: At global scope:
- /usr/lib64/qt-3.3/include/qconnection.h:60:24: error: non-member function ‘int numArgs()’ cannot have cv-qualifier
- /usr/lib64/qt-3.3/include/qconnection.h: In function ‘int numArgs()’:
- /usr/lib64/qt-3.3/include/qconnection.h:60:39: error: ‘nargs’ was not declared in this scope
- /usr/lib64/qt-3.3/include/qconnection.h: At global scope:
- /usr/lib64/qt-3.3/include/qconnection.h:62:1: error: expected unqualified-id before ‘private’
- /usr/lib64/qt-3.3/include/qconnection.h:69:1: error: expected unqualified-id before ‘private’
- /usr/lib64/qt-3.3/include/qconnection.h:72:5: error: ‘QConnection’ does not name a type
- /usr/lib64/qt-3.3/include/qconnection.h:74:1: error: expected declaration before ‘}’ token
- /usr/lib64/qt-3.3/include/qconnection.h: In function ‘int numArgs()’:
- /usr/lib64/qt-3.3/include/qconnection.h:60:46: warning: control reaches end of non-void function [-Wreturn-type]
- /usr/lib64/qt-3.3/include/qconnection.h: In function ‘int memberType()’:
- /usr/lib64/qt-3.3/include/qconnection.h:59:49: warning: control reaches end of non-void function [-Wreturn-type]
- /usr/lib64/qt-3.3/include/qconnection.h: In function ‘const char* memberName()’:
- /usr/lib64/qt-3.3/include/qconnection.h:58:55: warning: control reaches end of non-void function [-Wreturn-type]
- /usr/lib64/qt-3.3/include/qconnection.h: In function ‘int member()’:
- /usr/lib64/qt-3.3/include/qconnection.h:57:40: warning: control reaches end of non-void function [-Wreturn-type]
- /usr/lib64/qt-3.3/include/qconnection.h: In function ‘QObject* object()’:
- /usr/lib64/qt-3.3/include/qconnection.h:56:44: warning: control reaches end of non-void function [-Wreturn-type]
- /usr/lib64/qt-3.3/include/qconnection.h: In function ‘bool isConnected()’:
- /usr/lib64/qt-3.3/include/qconnection.h:54:53: warning: control reaches end of non-void function [-Wreturn-type]
- make: *** [main.o] Error 1
Add Comment
Please, Sign In to add comment