tushar_mehta

error log for make on rate controller program

Jul 5th, 2011
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. [mehta@localhost qq17-ratecontrol]$ make
  2. /usr/lib64/qt-3.3/bin/moc main.cpp -o main.moc
  3. 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
  4. In file included from main.cpp:61:0:
  5. main.moc:15:2: error: #error "This file was generated using the moc from 3.3.8b. It"
  6. main.moc:16:2: error: #error "cannot be used with the include files from this version of Qt."
  7. main.moc:17:2: error: #error "(The moc has changed too much.)"
  8. In file included from /usr/lib64/qt-3.3/include/qmetaobject.h:45:0,
  9. from main.moc:10,
  10. from main.cpp:61:
  11. /usr/lib64/qt-3.3/include/qconnection.h:48:16: error: variable ‘Q_EXPORT QConnection’ has initializer but incomplete type
  12. /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]
  13. /usr/lib64/qt-3.3/include/qconnection.h:50:1: error: expected primary-expression before ‘public’
  14. /usr/lib64/qt-3.3/include/qconnection.h:50:1: error: expected ‘}’ before ‘public’
  15. /usr/lib64/qt-3.3/include/qconnection.h:50:1: error: expected ‘,’ or ‘;’ before ‘public’
  16. /usr/lib64/qt-3.3/include/qconnection.h:52:16: error: expected class-name before ‘(’ token
  17. /usr/lib64/qt-3.3/include/qconnection.h:54:28: error: non-member function ‘bool isConnected()’ cannot have cv-qualifier
  18. /usr/lib64/qt-3.3/include/qconnection.h: In function ‘bool isConnected()’:
  19. /usr/lib64/qt-3.3/include/qconnection.h:54:43: error: ‘obj’ was not declared in this scope
  20. /usr/lib64/qt-3.3/include/qconnection.h: At global scope:
  21. /usr/lib64/qt-3.3/include/qconnection.h:56:23: error: non-member function ‘QObject* object()’ cannot have cv-qualifier
  22. /usr/lib64/qt-3.3/include/qconnection.h: In function ‘QObject* object()’:
  23. /usr/lib64/qt-3.3/include/qconnection.h:56:39: error: ‘obj’ was not declared in this scope
  24. /usr/lib64/qt-3.3/include/qconnection.h: At global scope:
  25. /usr/lib64/qt-3.3/include/qconnection.h:57:19: error: non-member function ‘int member()’ cannot have cv-qualifier
  26. /usr/lib64/qt-3.3/include/qconnection.h: In function ‘int member()’:
  27. /usr/lib64/qt-3.3/include/qconnection.h:57:35: error: ‘mbr’ was not declared in this scope
  28. /usr/lib64/qt-3.3/include/qconnection.h: At global scope:
  29. /usr/lib64/qt-3.3/include/qconnection.h:58:30: error: non-member function ‘const char* memberName()’ cannot have cv-qualifier
  30. /usr/lib64/qt-3.3/include/qconnection.h: In function ‘const char* memberName()’:
  31. /usr/lib64/qt-3.3/include/qconnection.h:58:45: error: ‘mbr_name’ was not declared in this scope
  32. /usr/lib64/qt-3.3/include/qconnection.h: At global scope:
  33. /usr/lib64/qt-3.3/include/qconnection.h:59:23: error: non-member function ‘int memberType()’ cannot have cv-qualifier
  34. /usr/lib64/qt-3.3/include/qconnection.h: In function ‘int memberType()’:
  35. /usr/lib64/qt-3.3/include/qconnection.h:59:39: error: ‘mbr_type’ was not declared in this scope
  36. /usr/lib64/qt-3.3/include/qconnection.h: At global scope:
  37. /usr/lib64/qt-3.3/include/qconnection.h:60:24: error: non-member function ‘int numArgs()’ cannot have cv-qualifier
  38. /usr/lib64/qt-3.3/include/qconnection.h: In function ‘int numArgs()’:
  39. /usr/lib64/qt-3.3/include/qconnection.h:60:39: error: ‘nargs’ was not declared in this scope
  40. /usr/lib64/qt-3.3/include/qconnection.h: At global scope:
  41. /usr/lib64/qt-3.3/include/qconnection.h:62:1: error: expected unqualified-id before ‘private’
  42. /usr/lib64/qt-3.3/include/qconnection.h:69:1: error: expected unqualified-id before ‘private’
  43. /usr/lib64/qt-3.3/include/qconnection.h:72:5: error: ‘QConnection’ does not name a type
  44. /usr/lib64/qt-3.3/include/qconnection.h:74:1: error: expected declaration before ‘}’ token
  45. /usr/lib64/qt-3.3/include/qconnection.h: In function ‘int numArgs()’:
  46. /usr/lib64/qt-3.3/include/qconnection.h:60:46: warning: control reaches end of non-void function [-Wreturn-type]
  47. /usr/lib64/qt-3.3/include/qconnection.h: In function ‘int memberType()’:
  48. /usr/lib64/qt-3.3/include/qconnection.h:59:49: warning: control reaches end of non-void function [-Wreturn-type]
  49. /usr/lib64/qt-3.3/include/qconnection.h: In function ‘const char* memberName()’:
  50. /usr/lib64/qt-3.3/include/qconnection.h:58:55: warning: control reaches end of non-void function [-Wreturn-type]
  51. /usr/lib64/qt-3.3/include/qconnection.h: In function ‘int member()’:
  52. /usr/lib64/qt-3.3/include/qconnection.h:57:40: warning: control reaches end of non-void function [-Wreturn-type]
  53. /usr/lib64/qt-3.3/include/qconnection.h: In function ‘QObject* object()’:
  54. /usr/lib64/qt-3.3/include/qconnection.h:56:44: warning: control reaches end of non-void function [-Wreturn-type]
  55. /usr/lib64/qt-3.3/include/qconnection.h: In function ‘bool isConnected()’:
  56. /usr/lib64/qt-3.3/include/qconnection.h:54:53: warning: control reaches end of non-void function [-Wreturn-type]
  57. make: *** [main.o] Error 1
Add Comment
Please, Sign In to add comment