Guest User

Untitled

a guest
Oct 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. python_context.h:49: error: ISO C++ forbids declaration of ‘PyObject’ with no type
  2. python_context.h:49: error: expected ‘;’ before ‘*’ token
  3. python_context.h:56: error: expected ‘)’ before ‘*’ token
  4. python_context.h:68: error: declaration of ‘operator=’ as non-function
  5. python_context.h:68: error: expected ‘;’ before ‘(’ token
  6. python_context.h:77: error: expected ‘;’ before ‘operator’
  7. python_context.h:82: error: expected type-specifier before ‘PyObject’
  8. python_context.h:87: error: ISO C++ forbids declaration of ‘PyObject’ with no type
  9. python_context.h:87: error: expected ‘;’ before ‘*’ token
  10. python_context.h:91: error: expected ‘;’ before ‘}’ token
  11. python_context.h: In constructor ‘grt::AutoPyObject::AutoPyObject()’:
  12. python_context.h:52: error: class ‘grt::AutoPyObject’ does not have any field named ‘object’
  13. python_context.h: In destructor ‘grt::AutoPyObject::~AutoPyObject()’:
  14. python_context.h:65: error: ‘object’ was not declared in this scope
  15. python_context.h:65: error: ‘Py_XDECREF’ was not declared in this scope
  16. python_context.h: In member function ‘grt::AutoPyObject::operator bool()’:
  17. python_context.h:79: error: ‘object’ was not declared in this scope
  18. python_context.h: At global scope:
  19. python_context.h:102: error: ISO C++ forbids declaration of ‘PyObject’ with no type
  20. python_context.h:102: error: expected ‘;’ before ‘*’ token
  21. python_context.h:103: error: ‘PyObject’ has not been declared
  22. python_context.h:108: error: ISO C++ forbids declaration of ‘PyObject’ with no type
  23. python_context.h:108: error: expected ‘;’ before ‘*’ token
  24. python_context.h:109: error: ‘PyObject’ has not been declared
  25. python_context.h:110: error: ‘PyObject’ has not been declared
  26. python_context.h:111: error: ‘PyObject’ has not been declared
  27. python_context.h:119: error: ISO C++ forbids declaration of ‘PyObject’ with no type
  28. python_context.h:119: error: expected ‘;’ before ‘*’ token
  29. python_context.h:121: error: ISO C++ forbids declaration of ‘PyObject’ with no type
  30. python_context.h:121: error: expected ‘;’ before ‘*’ token
  31. python_context.h:123: error: ISO C++ forbids declaration of ‘PyObject’ with no type
  32. python_context.h:123: error: expected ‘;’ before ‘*’ token
  33. python_context.h:124: error: ‘PyObject’ has not been declared
  34. python_context.h:161: error: ‘PyObject’ has not been declared
  35. python_context.h:172: error: ISO C++ forbids declaration of ‘PyThreadState’ with no type
  36. python_context.h:172: error: expected ‘;’ before ‘*’ token
  37. python_context.h:179: error: ‘PyGILState_STATE’ does not name a type
  38. python_context.h: In constructor ‘grt::WillEnterPython::WillEnterPython()’:
  39. python_context.h:182: error: class ‘grt::WillEnterPython’ does not have any field named ‘state’
  40. python_context.h:182: error: ‘PyGILState_Ensure’ was not declared in this scope
  41. python_context.h: In destructor ‘grt::WillEnterPython::~WillEnterPython()’:
  42. python_context.h:190: error: ‘state’ was not declared in this scope
  43. python_context.h:190: error: ‘PyGILState_Release’ was not declared in this scope
  44. python_context.h: At global scope:
  45. python_context.h:198: error: ISO C++ forbids declaration of ‘PyThreadState’ with no type
  46. python_context.h:198: error: expected ‘;’ before ‘*’ token
  47. python_context.h: In constructor ‘grt::WillLeavePython::WillLeavePython()’:
  48. python_context.h:201: error: class ‘grt::WillLeavePython’ does not have any field named ‘save’
  49. python_context.h:201: error: ‘PyEval_SaveThread’ was not declared in this scope
  50. python_context.h: In destructor ‘grt::WillLeavePython::~WillLeavePython()’:
  51. python_context.h:207: error: ‘save’ was not declared in this scope
  52. python_context.h:207: error: ‘PyEval_RestoreThread’ was not declared in this scope
  53. In file included from grtpp_util.cpp:23:
  54. grtpp_module_python.h: At global scope:
  55. grtpp_module_python.h:35: error: ‘PyObject’ has not been declared
  56. grtpp_module_python.h:38: error: ‘PyObject’ has not been declared
  57. grtpp_module_python.h:38: error: ‘PyObject’ has not been declared
  58. grtpp_module_python.h:38: error: ‘PyObject’ has not been declared
  59. grtpp_module_python.h:41: error: ISO C++ forbids declaration of ‘PyObject’ with no type
  60. grtpp_module_python.h:41: error: expected ‘;’ before ‘*’ token
  61. grtpp_module_python.h:43: error: ‘PyObject’ has not been declared
  62. make[4]: *** [grtpp_util.lo] Error 1
  63. make[4]: se sale del directorio `/home/bitzor/Descargas/mysql-workbench-gpl-5.2.34-src/library/grt/src'
  64. make[3]: *** [all-recursive] Error 1
  65. make[3]: se sale del directorio `/home/bitzor/Descargas/mysql-workbench-gpl-5.2.34-src/library/grt'
  66. make[2]: *** [all-recursive] Error 1
  67. make[2]: se sale del directorio `/home/bitzor/Descargas/mysql-workbench-gpl-5.2.34-src/library'
  68. make[1]: *** [all-recursive] Error 1
  69. make[1]: se sale del directorio `/home/bitzor/Descargas/mysql-workbench-gpl-5.2.34-src'
  70. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment