Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.32 KB | None | 0 0
  1. In file included from wx-main.cc:1:0:
  2. wx-app.h:57:29: error: invalid use of incomplete type ‘class wxCommandEvent’
  3. class CallbackEvent: public wxCommandEvent
  4. ^~~~~~~~~~~~~~
  5. In file included from /usr/include/wx-3.0/wx/wx.h:24:0,
  6. from wx-app.h:6,
  7. from wx-main.cc:1:
  8. /usr/include/wx-3.0/wx/event.h:632:28: note: forward declaration of ‘class wxCommandEvent’
  9. class WXDLLIMPEXP_FWD_CORE wxCommandEvent;
  10. ^~~~~~~~~~~~~~
  11. In file included from wx-main.cc:1:0:
  12. wx-app.h: In constructor ‘CallbackEvent::CallbackEvent(WX_CALLBACK, void*)’:
  13. wx-app.h:60:59: error: type ‘wxCommandEvent’ is not a direct base of ‘CallbackEvent’
  14. CallbackEvent(WX_CALLBACK callback, void* data) : wxCommandEvent(WX_CALLBACK_EVENT)
  15. ^~~~~~~~~~~~~~
  16. wx-app.h: In copy constructor ‘CallbackEvent::CallbackEvent(const CallbackEvent&)’:
  17. wx-app.h:65:53: error: type ‘wxCommandEvent’ is not a direct base of ‘CallbackEvent’
  18. CallbackEvent(const CallbackEvent& event) : wxCommandEvent(event)
  19. ^~~~~~~~~~~~~~
  20. wx-app.h: In member function ‘wxEvent* CallbackEvent::Clone() const’:
  21. wx-app.h:71:64: error: cannot convert ‘CallbackEvent*’ to ‘wxEvent*’ in return
  22. wxEvent* Clone() const { return new CallbackEvent(*this); }
  23. ^
  24. wx-app.h: At global scope:
  25. wx-app.h:83:30: error: invalid use of incomplete type ‘class wxCommandEvent’
  26. class PopupMenuEvent: public wxCommandEvent
  27. ^~~~~~~~~~~~~~
  28. In file included from /usr/include/wx-3.0/wx/wx.h:24:0,
  29. from wx-app.h:6,
  30. from wx-main.cc:1:
  31. /usr/include/wx-3.0/wx/event.h:632:28: note: forward declaration of ‘class wxCommandEvent’
  32. class WXDLLIMPEXP_FWD_CORE wxCommandEvent;
  33. ^~~~~~~~~~~~~~
  34. In file included from wx-main.cc:1:0:
  35. wx-app.h:86:42: error: ‘wxMenu’ has not been declared
  36. PopupMenuEvent(wxWindow* window, wxMenu* menu, int* x, int* y) : wxCommandEvent(WX_POPUP_MENU_EVENT)
  37. ^~~~~~
  38. wx-app.h:104:9: error: ‘wxMenu’ does not name a type
  39. wxMenu* GetMenu() const { return menu; }
  40. ^~~~~~
  41. wx-app.h:111:9: error: ‘wxMenu’ does not name a type
  42. wxMenu* menu;
  43. ^~~~~~
  44. wx-app.h: In constructor ‘PopupMenuEvent::PopupMenuEvent(wxWindow*, int*, int*, int*)’:
  45. wx-app.h:86:74: error: type ‘wxCommandEvent’ is not a direct base of ‘PopupMenuEvent’
  46. PopupMenuEvent(wxWindow* window, wxMenu* menu, int* x, int* y) : wxCommandEvent(WX_POPUP_MENU_EVENT)
  47. ^~~~~~~~~~~~~~
  48. wx-app.h:89:23: error: ‘class PopupMenuEvent’ has no member named ‘menu’
  49. this->menu = menu;
  50. ^~~~
  51. wx-app.h: In copy constructor ‘PopupMenuEvent::PopupMenuEvent(const PopupMenuEvent&)’:
  52. wx-app.h:93:55: error: type ‘wxCommandEvent’ is not a direct base of ‘PopupMenuEvent’
  53. PopupMenuEvent(const PopupMenuEvent& event) : wxCommandEvent(event)
  54. ^~~~~~~~~~~~~~
  55. wx-app.h:96:23: error: ‘class PopupMenuEvent’ has no member named ‘menu’
  56. this->menu = event.GetMenu();
  57. ^~~~
  58. wx-app.h:96:36: error: ‘const class PopupMenuEvent’ has no member named ‘GetMenu’
  59. this->menu = event.GetMenu();
  60. ^~~~~~~
  61. wx-app.h: In member function ‘wxEvent* PopupMenuEvent::Clone() const’:
  62. wx-app.h:101:65: error: cannot convert ‘PopupMenuEvent*’ to ‘wxEvent*’ in return
  63. wxEvent* Clone() const { return new PopupMenuEvent(*this); }
  64. ^
  65. wx-app.h: At global scope:
  66. wx-app.h:141:21: error: invalid use of incomplete type ‘class wxFrame’
  67. class Frame: public wxFrame
  68. ^~~~~~~
  69. In file included from /usr/include/wx-3.0/wx/wx.h:26:0,
  70. from wx-app.h:6,
  71. from wx-main.cc:1:
  72. /usr/include/wx-3.0/wx/utils.h:54:28: note: forward declaration of ‘class wxFrame’
  73. class WXDLLIMPEXP_FWD_CORE wxFrame;
  74. ^~~~~~~
  75. In file included from wx-main.cc:1:0:
  76. wx-app.h:144:54: error: ‘wxPoint’ does not name a type
  77. Frame(App* app, const wxString& title, const wxPoint& pos,
  78. ^~~~~~~
  79. wx-app.h:145:31: error: ‘wxSize’ does not name a type
  80. const wxSize& size);
  81. ^~~~~~
  82. wx-app.h:151:9: error: ‘wxMenu’ does not name a type
  83. wxMenu* GetMenu();
  84. ^~~~~~
  85. wx-app.h:167:9: error: ‘wxMenu’ does not name a type
  86. wxMenu* menu;
  87. ^~~~~~
  88. Makefile:3920: ошибка выполнения рецепта для цели «pcem-wx-main.o»
  89. make[1]: *** [pcem-wx-main.o] Ошибка 1
  90. make[1]: выход из каталога «/home/ne-vlezay80/pcem/src»
  91. Makefile:365: ошибка выполнения рецепта для цели «all-recursive»
  92. make: *** [all-recursive] Ошибка 1
  93. ne-vlezay80@ne-vlezay80:~/pcem$ make
  94. Making all in src
  95. make[1]: вход в каталог «/home/ne-vlezay80/pcem/src»
  96. g++ -DPACKAGE_NAME=\"PCem\" -DPACKAGE_TARNAME=\"pcem\" -DPACKAGE_VERSION=\"v12\" -DPACKAGE_STRING=\"PCem\ v12\" -DPACKAGE_BUGREPORT=\"Sarah\ Walker\ \<pcem@pcem-emulator.co.uk\>\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pcem\" -DVERSION=\"v12\" -DHAVE_LIBPTHREAD=1 -DHAVE_LIBGL=1 -DHAVE_LIBOPENAL=1 -I. -I/usr/lib/x86_64-linux-gnu/wx/include/base-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -pthread -I/usr/include/SDL2 -D_REENTRANT -g -O2 -MT pcem-wx-main.o -MD -MP -MF .deps/pcem-wx-main.Tpo -c -o pcem-wx-main.o `test -f 'wx-main.cc' || echo './'`wx-main.cc
  97. In file included from wx-main.cc:1:0:
  98. wx-app.h:57:29: error: invalid use of incomplete type ‘class wxCommandEvent’
  99. class CallbackEvent: public wxCommandEvent
  100. ^~~~~~~~~~~~~~
  101. In file included from /usr/include/wx-3.0/wx/wx.h:24:0,
  102. from wx-app.h:6,
  103. from wx-main.cc:1:
  104. /usr/include/wx-3.0/wx/event.h:632:28: note: forward declaration of ‘class wxCommandEvent’
  105. class WXDLLIMPEXP_FWD_CORE wxCommandEvent;
  106. ^~~~~~~~~~~~~~
  107. In file included from wx-main.cc:1:0:
  108. wx-app.h: In constructor ‘CallbackEvent::CallbackEvent(WX_CALLBACK, void*)’:
  109. wx-app.h:60:59: error: type ‘wxCommandEvent’ is not a direct base of ‘CallbackEvent’
  110. CallbackEvent(WX_CALLBACK callback, void* data) : wxCommandEvent(WX_CALLBACK_EVENT)
  111. ^~~~~~~~~~~~~~
  112. wx-app.h: In copy constructor ‘CallbackEvent::CallbackEvent(const CallbackEvent&)’:
  113. wx-app.h:65:53: error: type ‘wxCommandEvent’ is not a direct base of ‘CallbackEvent’
  114. CallbackEvent(const CallbackEvent& event) : wxCommandEvent(event)
  115. ^~~~~~~~~~~~~~
  116. wx-app.h: In member function ‘wxEvent* CallbackEvent::Clone() const’:
  117. wx-app.h:71:64: error: cannot convert ‘CallbackEvent*’ to ‘wxEvent*’ in return
  118. wxEvent* Clone() const { return new CallbackEvent(*this); }
  119. ^
  120. wx-app.h: At global scope:
  121. wx-app.h:83:30: error: invalid use of incomplete type ‘class wxCommandEvent’
  122. class PopupMenuEvent: public wxCommandEvent
  123. ^~~~~~~~~~~~~~
  124. In file included from /usr/include/wx-3.0/wx/wx.h:24:0,
  125. from wx-app.h:6,
  126. from wx-main.cc:1:
  127. /usr/include/wx-3.0/wx/event.h:632:28: note: forward declaration of ‘class wxCommandEvent’
  128. class WXDLLIMPEXP_FWD_CORE wxCommandEvent;
  129. ^~~~~~~~~~~~~~
  130. In file included from wx-main.cc:1:0:
  131. wx-app.h:86:42: error: ‘wxMenu’ has not been declared
  132. PopupMenuEvent(wxWindow* window, wxMenu* menu, int* x, int* y) : wxCommandEvent(WX_POPUP_MENU_EVENT)
  133. ^~~~~~
  134. wx-app.h:104:9: error: ‘wxMenu’ does not name a type
  135. wxMenu* GetMenu() const { return menu; }
  136. ^~~~~~
  137. wx-app.h:111:9: error: ‘wxMenu’ does not name a type
  138. wxMenu* menu;
  139. ^~~~~~
  140. wx-app.h: In constructor ‘PopupMenuEvent::PopupMenuEvent(wxWindow*, int*, int*, int*)’:
  141. wx-app.h:86:74: error: type ‘wxCommandEvent’ is not a direct base of ‘PopupMenuEvent’
  142. PopupMenuEvent(wxWindow* window, wxMenu* menu, int* x, int* y) : wxCommandEvent(WX_POPUP_MENU_EVENT)
  143. ^~~~~~~~~~~~~~
  144. wx-app.h:89:23: error: ‘class PopupMenuEvent’ has no member named ‘menu’
  145. this->menu = menu;
  146. ^~~~
  147. wx-app.h: In copy constructor ‘PopupMenuEvent::PopupMenuEvent(const PopupMenuEvent&)’:
  148. wx-app.h:93:55: error: type ‘wxCommandEvent’ is not a direct base of ‘PopupMenuEvent’
  149. PopupMenuEvent(const PopupMenuEvent& event) : wxCommandEvent(event)
  150. ^~~~~~~~~~~~~~
  151. wx-app.h:96:23: error: ‘class PopupMenuEvent’ has no member named ‘menu’
  152. this->menu = event.GetMenu();
  153. ^~~~
  154. wx-app.h:96:36: error: ‘const class PopupMenuEvent’ has no member named ‘GetMenu’
  155. this->menu = event.GetMenu();
  156. ^~~~~~~
  157. wx-app.h: In member function ‘wxEvent* PopupMenuEvent::Clone() const’:
  158. wx-app.h:101:65: error: cannot convert ‘PopupMenuEvent*’ to ‘wxEvent*’ in return
  159. wxEvent* Clone() const { return new PopupMenuEvent(*this); }
  160. ^
  161. wx-app.h: At global scope:
  162. wx-app.h:141:21: error: invalid use of incomplete type ‘class wxFrame’
  163. class Frame: public wxFrame
  164. ^~~~~~~
  165. In file included from /usr/include/wx-3.0/wx/wx.h:26:0,
  166. from wx-app.h:6,
  167. from wx-main.cc:1:
  168. /usr/include/wx-3.0/wx/utils.h:54:28: note: forward declaration of ‘class wxFrame’
  169. class WXDLLIMPEXP_FWD_CORE wxFrame;
  170. ^~~~~~~
  171. In file included from wx-main.cc:1:0:
  172. wx-app.h:144:54: error: ‘wxPoint’ does not name a type
  173. Frame(App* app, const wxString& title, const wxPoint& pos,
  174. ^~~~~~~
  175. wx-app.h:145:31: error: ‘wxSize’ does not name a type
  176. const wxSize& size);
  177. ^~~~~~
  178. wx-app.h:151:9: error: ‘wxMenu’ does not name a type
  179. wxMenu* GetMenu();
  180. ^~~~~~
  181. wx-app.h:167:9: error: ‘wxMenu’ does not name a type
  182. wxMenu* menu;
  183. ^~~~~~
  184. Makefile:3920: ошибка выполнения рецепта для цели «pcem-wx-main.o»
  185. make[1]: *** [pcem-wx-main.o] Ошибка 1
  186. make[1]: выход из каталога «/home/ne-vlezay80/pcem/src»
  187. Makefile:365: ошибка выполнения рецепта для цели «all-recursive»
  188. make: *** [all-recursive] Ошибка 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement