Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 33.43 KB | None | 0 0
  1. james@Jimmy:~/corsix-th-read-only$ cmake .
  2. Note: Using OpenGL as renderer
  3. Note: SDL audio is enabled (default)
  4.  
  5. Building CorsixTH
  6.   SDL found
  7.   Lua 5.1 found
  8.   SDL_mixer found
  9.   OpenGL found
  10. Building MapEdit
  11.   SDL found
  12.   SDL_mixer found
  13.   OpenGL found
  14.   Lua 5.1 found
  15.   wxWidgets found
  16. -- Configuring done
  17. -- Generating done
  18. -- Build files have been written to: /home/james/corsix-th-read-only
  19. james@Jimmy:~/corsix-th-read-only$ make
  20. [ 47%] Built target CorsixTH
  21. [ 48%] Building CXX object MapEdit/CMakeFiles/MapEdit.dir/Src/app.cpp.o
  22. In file included from /usr/include/wx-2.9/wx/wxprec.h:13,
  23.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:25,
  24.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  25. /usr/include/wx-2.9/wx/defs.h:49: error: #error "No Target! You should use wx-config program for compilation flags!"
  26. In file included from /home/james/corsix-th-read-only/MapEdit/Src/../../CorsixTH/Src/th_gfx_ogl.h:43,
  27.                  from /home/james/corsix-th-read-only/MapEdit/Src/../../CorsixTH/Src/th_gfx.h:36,
  28.                  from /home/james/corsix-th-read-only/MapEdit/Src/game.h:28,
  29.                  from /home/james/corsix-th-read-only/MapEdit/Src/embedded_game.h:38,
  30.                  from /home/james/corsix-th-read-only/MapEdit/Src/scrollable_game.h:37,
  31.                  from /home/james/corsix-th-read-only/MapEdit/Src/frmMain.h:37,
  32.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:24:
  33. /usr/include/SDL/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  34. /usr/include/GL/glext.h:34: note: this is the location of the previous definition
  35. In file included from /usr/include/wx-2.9/wx/cursor.h:48,
  36.                  from /usr/include/wx-2.9/wx/event.h:22,
  37.                  from /usr/include/wx-2.9/wx/wx.h:25,
  38.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  39.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  40. /usr/include/wx-2.9/wx/gtk/cursor.h:45: error: ISO C++ forbids declaration of ‘GdkCursor’ with no type
  41. /usr/include/wx-2.9/wx/gtk/cursor.h:45: error: expected ‘;’ before ‘*’ token
  42. In file included from /usr/include/wx-2.9/wx/app.h:702,
  43.                  from /usr/include/wx-2.9/wx/wx.h:26,
  44.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  45.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  46. /usr/include/wx-2.9/wx/gtk/app.h:78: error: ‘guint’ does not name a type
  47. In file included from /usr/include/wx-2.9/wx/colour.h:222,
  48.                  from /usr/include/wx-2.9/wx/window.h:25,
  49.                  from /usr/include/wx-2.9/wx/wx.h:39,
  50.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  51.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  52. /usr/include/wx-2.9/wx/gtk/colour.h:23: error: ISO C++ forbids declaration of ‘GdkColor’ with no type
  53. /usr/include/wx-2.9/wx/gtk/colour.h:23: error: expected ‘,’ or ‘...’ before ‘&’ token
  54. /usr/include/wx-2.9/wx/gtk/colour.h:36: error: ‘GdkColormap’ has not been declared
  55. /usr/include/wx-2.9/wx/gtk/colour.h:38: error: ISO C++ forbids declaration of ‘GdkColor’ with no type
  56. /usr/include/wx-2.9/wx/gtk/colour.h:38: error: expected ‘;’ before ‘*’ token
  57. In file included from /usr/include/wx-2.9/wx/region.h:221,
  58.                  from /usr/include/wx-2.9/wx/window.h:26,
  59.                  from /usr/include/wx-2.9/wx/wx.h:39,
  60.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  61.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  62. /usr/include/wx-2.9/wx/gtk/region.h:62: error: expected ‘)’ before ‘*’ token
  63. /usr/include/wx-2.9/wx/gtk/region.h:64: error: ISO C++ forbids declaration of ‘GdkRegion’ with no type
  64. /usr/include/wx-2.9/wx/gtk/region.h:64: error: expected ‘;’ before ‘*’ token
  65. In file included from /usr/include/wx-2.9/wx/wx.h:39,
  66.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  67.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  68. /usr/include/wx-2.9/wx/window.h:1381: error: ‘WXWidget’ does not name a type
  69. /usr/include/wx-2.9/wx/window.h:1383: error: ‘WXWidget’ has not been declared
  70. /usr/include/wx-2.9/wx/window.h:1581: error: field ‘m_palette’ has incomplete type
  71. /usr/include/wx-2.9/wx/window.h: In member function ‘wxPalette wxWindowBase::GetPalette() const’:
  72. /usr/include/wx-2.9/wx/window.h:1390: error: return type ‘struct wxPalette’ is incomplete
  73. /usr/include/wx-2.9/wx/window.h:1390: error: ‘m_palette’ was not declared in this scope
  74. In file included from /usr/include/wx-2.9/wx/window.h:1823,
  75.                  from /usr/include/wx-2.9/wx/wx.h:39,
  76.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  77.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  78. /usr/include/wx-2.9/wx/gtk/window.h: At global scope:
  79. /usr/include/wx-2.9/wx/gtk/window.h:19: error: expected initializer before ‘*’ token
  80. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ‘_wxArraywxArrayGdkWindows’ was not declared in this scope
  81. /usr/include/wx-2.9/wx/gtk/window.h:19: error: typedef ‘CMPFUNC_wxArraywxArrayGdkWindows’ is initialized (use decltype instead)
  82. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ‘_wxArraywxArrayGdkWindows’ was not declared in this scope
  83. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ‘pItem1’ was not declared in this scope
  84. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ‘_wxArraywxArrayGdkWindows’ was not declared in this scope
  85. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ‘pItem2’ was not declared in this scope
  86. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ISO C++ forbids declaration of ‘_wxArraywxArrayGdkWindows’ with no type
  87. /usr/include/wx-2.9/wx/gtk/window.h:19: error: expected ‘;’ before ‘&’ token
  88. /usr/include/wx-2.9/wx/gtk/window.h:19: error: expected ‘;’ before ‘_wxArraywxArrayGdkWindows’
  89. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ISO C++ forbids declaration of ‘_wxArraywxArrayGdkWindows’ with no type
  90. /usr/include/wx-2.9/wx/gtk/window.h:19: error: expected ‘;’ before ‘&’ token
  91. /usr/include/wx-2.9/wx/gtk/window.h:19: error: expected ‘;’ before ‘_wxArraywxArrayGdkWindows’
  92. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ISO C++ forbids declaration of ‘_wxArraywxArrayGdkWindows’ with no type
  93. /usr/include/wx-2.9/wx/gtk/window.h:19: error: expected ‘;’ before ‘&’ token
  94. /usr/include/wx-2.9/wx/gtk/window.h:19: error: expected ‘;’ before ‘int’
  95. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ‘_wxArraywxArrayGdkWindows’ has not been declared
  96. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ‘_wxArraywxArrayGdkWindows’ has not been declared
  97. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ‘_wxArraywxArrayGdkWindows’ has not been declared
  98. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ‘_wxArraywxArrayGdkWindows’ has not been declared
  99. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ‘CMPFUNC_wxArraywxArrayGdkWindows’ has not been declared
  100. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ‘_wxArraywxArrayGdkWindows’ does not name a type
  101. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ‘_wxArraywxArrayGdkWindows’ does not name a type
  102. /usr/include/wx-2.9/wx/gtk/window.h:19: error: ‘_wxArraywxArrayGdkWindows’ does not name a type
  103. /usr/include/wx-2.9/wx/gtk/window.h:121: error: ‘WXWidget’ does not name a type
  104. /usr/include/wx-2.9/wx/gtk/window.h:150: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  105. /usr/include/wx-2.9/wx/gtk/window.h:150: error: ‘GtkWidget’ declared as a ‘virtual’ field
  106. /usr/include/wx-2.9/wx/gtk/window.h:150: error: expected ‘;’ before ‘*’ token
  107. /usr/include/wx-2.9/wx/gtk/window.h:151: error: ‘GtkWidget’ has not been declared
  108. /usr/include/wx-2.9/wx/gtk/window.h:171: error: ‘GtkWidget’ has not been declared
  109. /usr/include/wx-2.9/wx/gtk/window.h:172: error: ‘GtkWidget’ has not been declared
  110. /usr/include/wx-2.9/wx/gtk/window.h:183: error: ISO C++ forbids declaration of ‘GdkWindow’ with no type
  111. /usr/include/wx-2.9/wx/gtk/window.h:183: error: expected ‘;’ before ‘*’ token
  112. /usr/include/wx-2.9/wx/gtk/window.h:201: error: ‘GtkWidget’ has not been declared
  113. /usr/include/wx-2.9/wx/gtk/window.h:210: error: ISO C++ forbids declaration of ‘GdkWindow’ with no type
  114. /usr/include/wx-2.9/wx/gtk/window.h:210: error: ‘GdkWindow’ declared as a ‘virtual’ field
  115. /usr/include/wx-2.9/wx/gtk/window.h:210: error: expected ‘;’ before ‘*’ token
  116. /usr/include/wx-2.9/wx/gtk/window.h:213: error: ‘GdkWindow’ has not been declared
  117. /usr/include/wx-2.9/wx/gtk/window.h:221: error: ‘GtkTooltips’ has not been declared
  118. /usr/include/wx-2.9/wx/gtk/window.h:221: error: ISO C++ forbids declaration of ‘gchar’ with no type
  119. /usr/include/wx-2.9/wx/gtk/window.h:221: error: expected ‘,’ or ‘...’ before ‘*’ token
  120. /usr/include/wx-2.9/wx/gtk/window.h:235: error: ‘GtkRange’ has not been declared
  121. /usr/include/wx-2.9/wx/gtk/window.h:243: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  122. /usr/include/wx-2.9/wx/gtk/window.h:243: error: expected ‘;’ before ‘*’ token
  123. /usr/include/wx-2.9/wx/gtk/window.h:244: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  124. /usr/include/wx-2.9/wx/gtk/window.h:244: error: expected ‘;’ before ‘*’ token
  125. /usr/include/wx-2.9/wx/gtk/window.h:253: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  126. /usr/include/wx-2.9/wx/gtk/window.h:253: error: expected ‘;’ before ‘*’ token
  127. /usr/include/wx-2.9/wx/gtk/window.h:265: error: ISO C++ forbids declaration of ‘GtkRange’ with no type
  128. /usr/include/wx-2.9/wx/gtk/window.h:265: error: expected ‘;’ before ‘*’ token
  129. /usr/include/wx-2.9/wx/gtk/window.h:284: error: ‘GtkRange’ has not been declared
  130. /usr/include/wx-2.9/wx/gtk/window.h:335: error: ‘GtkWidget’ has not been declared
  131. /usr/include/wx-2.9/wx/gtk/window.h:336: error: ‘GtkWidget’ has not been declared
  132. /usr/include/wx-2.9/wx/gtk/window.h:357: error: ISO C++ forbids declaration of ‘GtkRcStyle’ with no type
  133. /usr/include/wx-2.9/wx/gtk/window.h:357: error: expected ‘;’ before ‘*’ token
  134. /usr/include/wx-2.9/wx/gtk/window.h:364: error: ‘GtkRcStyle’ has not been declared
  135. /usr/include/wx-2.9/wx/gtk/window.h:367: error: ‘GtkWidget’ has not been declared
  136. /usr/include/wx-2.9/wx/gtk/window.h:373: error: ‘gulong’ does not name a type
  137. /usr/include/wx-2.9/wx/gtk/window.h: In member function ‘bool wxWindow::IsOfStandardClass() const’:
  138. /usr/include/wx-2.9/wx/gtk/window.h:250: error: ‘m_wxwindow’ was not declared in this scope
  139. In file included from /usr/include/wx-2.9/wx/bitmap.h:251,
  140.                  from /usr/include/wx-2.9/wx/generic/icon.h:15,
  141.                  from /usr/include/wx-2.9/wx/icon.h:37,
  142.                  from /usr/include/wx-2.9/wx/iconbndl.h:17,
  143.                  from /usr/include/wx-2.9/wx/toplevel.h:22,
  144.                  from /usr/include/wx-2.9/wx/wx.h:42,
  145.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  146.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  147. /usr/include/wx-2.9/wx/gtk/bitmap.h: At global scope:
  148. /usr/include/wx-2.9/wx/gtk/bitmap.h:33: error: ISO C++ forbids declaration of ‘GdkBitmap’ with no type
  149. /usr/include/wx-2.9/wx/gtk/bitmap.h:33: error: expected ‘;’ before ‘*’ token
  150. /usr/include/wx-2.9/wx/gtk/bitmap.h:34: error: ISO C++ forbids declaration of ‘GdkBitmap’ with no type
  151. /usr/include/wx-2.9/wx/gtk/bitmap.h:34: error: expected ‘;’ before ‘*’ token
  152. /usr/include/wx-2.9/wx/gtk/bitmap.h:49: error: expected class-name before ‘{’ token
  153. /usr/include/wx-2.9/wx/gtk/bitmap.h:110: error: ISO C++ forbids declaration of ‘GdkPixmap’ with no type
  154. /usr/include/wx-2.9/wx/gtk/bitmap.h:110: error: expected ‘;’ before ‘*’ token
  155. /usr/include/wx-2.9/wx/gtk/bitmap.h:130: error: ‘GdkPixmap’ has not been declared
  156. In file included from /usr/include/wx-2.9/wx/generic/icon.h:15,
  157.                  from /usr/include/wx-2.9/wx/icon.h:37,
  158.                  from /usr/include/wx-2.9/wx/iconbndl.h:17,
  159.                  from /usr/include/wx-2.9/wx/toplevel.h:22,
  160.                  from /usr/include/wx-2.9/wx/wx.h:42,
  161.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  162.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  163. /usr/include/wx-2.9/wx/bitmap.h:283: error: no ‘wxBitmap wxBitmap::ConvertToDisabled(unsigned char) const’ member function declared in class ‘wxBitmap’
  164. In file included from /usr/include/wx-2.9/wx/toplevel.h:367,
  165.                  from /usr/include/wx-2.9/wx/wx.h:42,
  166.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  167.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  168. /usr/include/wx-2.9/wx/gtk/toplevel.h:101: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  169. /usr/include/wx-2.9/wx/gtk/toplevel.h:101: error: expected ‘;’ before ‘*’ token
  170. In file included from /usr/include/wx-2.9/wx/pen.h:109,
  171.                  from /usr/include/wx-2.9/wx/generic/statusbr.h:19,
  172.                  from /usr/include/wx-2.9/wx/statusbr.h:248,
  173.                  from /usr/include/wx-2.9/wx/frame.h:20,
  174.                  from /usr/include/wx-2.9/wx/wx.h:43,
  175.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  176.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  177. /usr/include/wx-2.9/wx/gtk/pen.h:13: error: ‘gint8’ does not name a type
  178. In file included from /usr/include/wx-2.9/wx/wx.h:51,
  179.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  180.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  181. /usr/include/wx-2.9/wx/dc.h:693: error: field ‘m_palette’ has incomplete type
  182. In file included from /usr/include/wx-2.9/wx/control.h:193,
  183.                  from /usr/include/wx-2.9/wx/button.h:54,
  184.                  from /usr/include/wx-2.9/wx/wx.h:56,
  185.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  186.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  187. /usr/include/wx-2.9/wx/gtk/control.h:22: error: expected initializer before ‘*’ token
  188. /usr/include/wx-2.9/wx/gtk/control.h:23: error: expected initializer before ‘*’ token
  189. /usr/include/wx-2.9/wx/gtk/control.h:24: error: expected initializer before ‘*’ token
  190. /usr/include/wx-2.9/wx/gtk/control.h:60: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  191. /usr/include/wx-2.9/wx/gtk/control.h:60: error: expected ‘;’ before ‘*’ token
  192. /usr/include/wx-2.9/wx/gtk/control.h:62: error: ‘GtkRcStyle’ has not been declared
  193. /usr/include/wx-2.9/wx/gtk/control.h:63: error: ‘GtkWidget’ has not been declared
  194. /usr/include/wx-2.9/wx/gtk/control.h:76: error: ‘GtkWidget’ has not been declared
  195. /usr/include/wx-2.9/wx/gtk/control.h:80: error: ‘wxGtkWidgetNew_t’ has not been declared
  196. /usr/include/wx-2.9/wx/gtk/control.h:84: error: ‘wxGtkWidgetNewFromStr_t’ has not been declared
  197. /usr/include/wx-2.9/wx/gtk/control.h:84: error: ‘static wxVisualAttributes wxControl::GetDefaultAttributesFromGTKWidget(int, bool, int)’ cannot be overloaded
  198. /usr/include/wx-2.9/wx/gtk/control.h:80: error: with ‘static wxVisualAttributes wxControl::GetDefaultAttributesFromGTKWidget(int, bool, int)
  199. /usr/include/wx-2.9/wx/gtk/control.h:89: error: ‘wxGtkWidgetNewFromAdj_t’ has not been declared
  200. /usr/include/wx-2.9/wx/gtk/control.h:89: error: ‘static wxVisualAttributes wxControl::GetDefaultAttributesFromGTKWidget(int, bool, int)’ cannot be overloaded
  201. /usr/include/wx-2.9/wx/gtk/control.h:80: error: with ‘static wxVisualAttributes wxControl::GetDefaultAttributesFromGTKWidget(int, bool, int)
  202. In file included from /usr/include/wx-2.9/wx/button.h:209,
  203.                  from /usr/include/wx-2.9/wx/wx.h:56,
  204.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  205.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  206. /usr/include/wx-2.9/wx/gtk/button.h:62: error: ‘GtkRcStyle’ has not been declared
  207. /usr/include/wx-2.9/wx/gtk/button.h:64: error: ISO C++ forbids declaration of ‘GdkWindow’ with no type
  208. /usr/include/wx-2.9/wx/gtk/button.h:64: error: ‘GdkWindow’ declared as a ‘virtual’ field
  209. /usr/include/wx-2.9/wx/gtk/button.h:64: error: expected ‘;’ before ‘*’ token
  210. In file included from /usr/include/wx-2.9/wx/menuitem.h:199,
  211.                  from /usr/include/wx-2.9/wx/wx.h:57,
  212.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  213.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  214. /usr/include/wx-2.9/wx/gtk/menuitem.h:39: error: ‘GtkWidget’ has not been declared
  215. /usr/include/wx-2.9/wx/gtk/menuitem.h:40: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  216. /usr/include/wx-2.9/wx/gtk/menuitem.h:40: error: expected ‘;’ before ‘*’ token
  217. /usr/include/wx-2.9/wx/gtk/menuitem.h:41: error: expected ‘;’ before ‘void’
  218. /usr/include/wx-2.9/wx/gtk/menuitem.h:58: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  219. /usr/include/wx-2.9/wx/gtk/menuitem.h:58: error: expected ‘;’ before ‘*’ token
  220. /usr/include/wx-2.9/wx/gtk/menuitem.h: In member function ‘void wxMenuItem::SetMenuItem(int*)’:
  221. /usr/include/wx-2.9/wx/gtk/menuitem.h:39: error: ‘m_menuItem’ was not declared in this scope
  222. In file included from /usr/include/wx-2.9/wx/menu.h:545,
  223.                  from /usr/include/wx-2.9/wx/wx.h:58,
  224.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  225.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  226. /usr/include/wx-2.9/wx/gtk/menu.h: At global scope:
  227. /usr/include/wx-2.9/wx/gtk/menu.h:50: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  228. /usr/include/wx-2.9/wx/gtk/menu.h:50: error: expected ‘;’ before ‘*’ token
  229. /usr/include/wx-2.9/wx/gtk/menu.h:84: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  230. /usr/include/wx-2.9/wx/gtk/menu.h:84: error: expected ‘;’ before ‘*’ token
  231. /usr/include/wx-2.9/wx/gtk/menu.h:85: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  232. /usr/include/wx-2.9/wx/gtk/menu.h:85: error: expected ‘;’ before ‘*’ token
  233. /usr/include/wx-2.9/wx/gtk/menu.h:86: error: ISO C++ forbids declaration of ‘GtkAccelGroup’ with no type
  234. /usr/include/wx-2.9/wx/gtk/menu.h:86: error: expected ‘;’ before ‘*’ token
  235. /usr/include/wx-2.9/wx/gtk/menu.h:101: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  236. /usr/include/wx-2.9/wx/gtk/menu.h:101: error: expected ‘;’ before ‘*’ token
  237. In file included from /usr/include/wx-2.9/wx/dataobj.h:80,
  238.                  from /usr/include/wx-2.9/wx/wx.h:68,
  239.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  240.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  241. /usr/include/wx-2.9/wx/gtk/dataform.h:19: error: ‘GdkAtom’ does not name a type
  242. /usr/include/wx-2.9/wx/gtk/dataform.h:23: error: expected ‘)’ before ‘format’
  243. /usr/include/wx-2.9/wx/gtk/dataform.h:41: error: declaration of ‘operator=’ as non-function
  244. /usr/include/wx-2.9/wx/gtk/dataform.h:41: error: expected ‘;’ before ‘(’ token
  245. /usr/include/wx-2.9/wx/gtk/dataform.h:45: error: expected ‘;’ before ‘bool’
  246. /usr/include/wx-2.9/wx/gtk/dataform.h:45: error: ‘NativeFormat’ has not been declared
  247. /usr/include/wx-2.9/wx/gtk/dataform.h:47: error: ‘NativeFormat’ has not been declared
  248. /usr/include/wx-2.9/wx/gtk/dataform.h:57: error: ‘NativeFormat’ does not name a type
  249. /usr/include/wx-2.9/wx/gtk/dataform.h:58: error: expected type-specifier before ‘NativeFormat’
  250. /usr/include/wx-2.9/wx/gtk/dataform.h:60: error: ‘NativeFormat’ has not been declared
  251. /usr/include/wx-2.9/wx/gtk/dataform.h:76: error: ‘NativeFormat’ does not name a type
  252. /usr/include/wx-2.9/wx/gtk/dataform.h: In member function ‘wxDataFormat& wxDataFormat::operator=(const wxDataFormat&)’:
  253. /usr/include/wx-2.9/wx/gtk/dataform.h:37: error: ‘m_format’ was not declared in this scope
  254. /usr/include/wx-2.9/wx/gtk/dataform.h:37: error: ‘const class wxDataFormat’ has no member named ‘m_format’
  255. /usr/include/wx-2.9/wx/gtk/dataform.h: In member function ‘bool wxDataFormat::operator==(int) const’:
  256. /usr/include/wx-2.9/wx/gtk/dataform.h:46: error: ‘m_format’ was not declared in this scope
  257. /usr/include/wx-2.9/wx/gtk/dataform.h:46: error: ‘NativeFormat’ was not declared in this scope
  258. /usr/include/wx-2.9/wx/gtk/dataform.h:46: error: expected ‘;’ before ‘format’
  259. /usr/include/wx-2.9/wx/gtk/dataform.h: In member function ‘bool wxDataFormat::operator!=(int) const’:
  260. /usr/include/wx-2.9/wx/gtk/dataform.h:48: error: ‘m_format’ was not declared in this scope
  261. /usr/include/wx-2.9/wx/gtk/dataform.h:48: error: ‘NativeFormat’ was not declared in this scope
  262. /usr/include/wx-2.9/wx/gtk/dataform.h:48: error: expected ‘;’ before ‘format’
  263. In file included from /usr/include/wx-2.9/wx/checkbox.h:188,
  264.                  from /usr/include/wx-2.9/wx/wx.h:73,
  265.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  266.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  267. /usr/include/wx-2.9/wx/gtk/checkbox.h: At global scope:
  268. /usr/include/wx-2.9/wx/gtk/checkbox.h:52: error: ‘GtkRcStyle’ has not been declared
  269. /usr/include/wx-2.9/wx/gtk/checkbox.h:53: error: ISO C++ forbids declaration of ‘GdkWindow’ with no type
  270. /usr/include/wx-2.9/wx/gtk/checkbox.h:53: error: ‘GdkWindow’ declared as a ‘virtual’ field
  271. /usr/include/wx-2.9/wx/gtk/checkbox.h:53: error: expected ‘;’ before ‘*’ token
  272. /usr/include/wx-2.9/wx/gtk/checkbox.h:61: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  273. /usr/include/wx-2.9/wx/gtk/checkbox.h:61: error: expected ‘;’ before ‘*’ token
  274. /usr/include/wx-2.9/wx/gtk/checkbox.h:62: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  275. /usr/include/wx-2.9/wx/gtk/checkbox.h:62: error: expected ‘;’ before ‘*’ token
  276. In file included from /usr/include/wx-2.9/wx/listbox.h:152,
  277.                  from /usr/include/wx-2.9/wx/checklst.h:19,
  278.                  from /usr/include/wx-2.9/wx/wx.h:74,
  279.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  280.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  281. /usr/include/wx-2.9/wx/gtk/listbox.h:85: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  282. /usr/include/wx-2.9/wx/gtk/listbox.h:85: error: expected ‘;’ before ‘*’ token
  283. /usr/include/wx-2.9/wx/gtk/listbox.h:88: error: ‘GtkTooltips’ has not been declared
  284. /usr/include/wx-2.9/wx/gtk/listbox.h:88: error: ISO C++ forbids declaration of ‘gchar’ with no type
  285. /usr/include/wx-2.9/wx/gtk/listbox.h:88: error: expected ‘,’ or ‘...’ before ‘*’ token
  286. /usr/include/wx-2.9/wx/gtk/listbox.h:110: error: ‘GtkRcStyle’ has not been declared
  287. /usr/include/wx-2.9/wx/gtk/listbox.h:111: error: ISO C++ forbids declaration of ‘GdkWindow’ with no type
  288. /usr/include/wx-2.9/wx/gtk/listbox.h:111: error: ‘GdkWindow’ declared as a ‘virtual’ field
  289. /usr/include/wx-2.9/wx/gtk/listbox.h:111: error: expected ‘;’ before ‘*’ token
  290. In file included from /usr/include/wx-2.9/wx/choice.h:78,
  291.                  from /usr/include/wx-2.9/wx/wx.h:75,
  292.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  293.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  294. /usr/include/wx-2.9/wx/gtk/choice.h:106: error: ISO C++ forbids declaration of ‘GdkWindow’ with no type
  295. /usr/include/wx-2.9/wx/gtk/choice.h:106: error: ‘GdkWindow’ declared as a ‘virtual’ field
  296. /usr/include/wx-2.9/wx/gtk/choice.h:106: error: expected ‘;’ before ‘*’ token
  297. /usr/include/wx-2.9/wx/gtk/choice.h:107: error: ‘GtkRcStyle’ has not been declared
  298. In file included from /usr/include/wx-2.9/wx/scrolbar.h:69,
  299.                  from /usr/include/wx-2.9/wx/wx.h:76,
  300.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  301.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  302. /usr/include/wx-2.9/wx/gtk/scrolbar.h:61: error: ISO C++ forbids declaration of ‘GdkWindow’ with no type
  303. /usr/include/wx-2.9/wx/gtk/scrolbar.h:61: error: ‘GdkWindow’ declared as a ‘virtual’ field
  304. /usr/include/wx-2.9/wx/gtk/scrolbar.h:61: error: expected ‘;’ before ‘*’ token
  305. In file included from /usr/include/wx-2.9/wx/stattext.h:126,
  306.                  from /usr/include/wx-2.9/wx/wx.h:77,
  307.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  308.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  309. /usr/include/wx-2.9/wx/gtk/stattext.h:49: error: ‘GtkWidget’ has not been declared
  310. In file included from /usr/include/wx-2.9/wx/statbox.h:63,
  311.                  from /usr/include/wx-2.9/wx/wx.h:79,
  312.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  313.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  314. /usr/include/wx-2.9/wx/gtk/statbox.h:51: error: ‘GtkWidget’ has not been declared
  315. /usr/include/wx-2.9/wx/gtk/statbox.h:53: error: ‘GtkRcStyle’ has not been declared
  316. In file included from /usr/include/wx-2.9/wx/radiobox.h:162,
  317.                  from /usr/include/wx-2.9/wx/wx.h:81,
  318.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  319.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  320. /usr/include/wx-2.9/wx/gtk/radiobox.h:134: error: ‘GtkTooltips’ has not been declared
  321. /usr/include/wx-2.9/wx/gtk/radiobox.h:134: error: ISO C++ forbids declaration of ‘gchar’ with no type
  322. /usr/include/wx-2.9/wx/gtk/radiobox.h:134: error: expected ‘,’ or ‘...’ before ‘*’ token
  323. /usr/include/wx-2.9/wx/gtk/radiobox.h:146: error: ‘GtkRcStyle’ has not been declared
  324. /usr/include/wx-2.9/wx/gtk/radiobox.h:147: error: ISO C++ forbids declaration of ‘GdkWindow’ with no type
  325. /usr/include/wx-2.9/wx/gtk/radiobox.h:147: error: ‘GdkWindow’ declared as a ‘virtual’ field
  326. /usr/include/wx-2.9/wx/gtk/radiobox.h:147: error: expected ‘;’ before ‘*’ token
  327. /usr/include/wx-2.9/wx/gtk/radiobox.h:152: error: ‘GtkWidget’ has not been declared
  328. In file included from /usr/include/wx-2.9/wx/radiobut.h:45,
  329.                  from /usr/include/wx-2.9/wx/wx.h:82,
  330.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  331.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  332. /usr/include/wx-2.9/wx/gtk/radiobut.h:53: error: ‘GtkRcStyle’ has not been declared
  333. /usr/include/wx-2.9/wx/gtk/radiobut.h:54: error: ISO C++ forbids declaration of ‘GdkWindow’ with no type
  334. /usr/include/wx-2.9/wx/gtk/radiobut.h:54: error: ‘GdkWindow’ declared as a ‘virtual’ field
  335. /usr/include/wx-2.9/wx/gtk/radiobut.h:54: error: expected ‘;’ before ‘*’ token
  336. In file included from /usr/include/wx-2.9/wx/textctrl.h:748,
  337.                  from /usr/include/wx-2.9/wx/wx.h:83,
  338.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  339.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  340. /usr/include/wx-2.9/wx/gtk/textctrl.h:121: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  341. /usr/include/wx-2.9/wx/gtk/textctrl.h:121: error: expected ‘;’ before ‘*’ token
  342. /usr/include/wx-2.9/wx/gtk/textctrl.h:155: error: ‘GtkRcStyle’ has not been declared
  343. /usr/include/wx-2.9/wx/gtk/textctrl.h:156: error: ISO C++ forbids declaration of ‘GdkWindow’ with no type
  344. /usr/include/wx-2.9/wx/gtk/textctrl.h:156: error: ‘GdkWindow’ declared as a ‘virtual’ field
  345. /usr/include/wx-2.9/wx/gtk/textctrl.h:156: error: expected ‘;’ before ‘*’ token
  346. /usr/include/wx-2.9/wx/gtk/textctrl.h:205: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  347. /usr/include/wx-2.9/wx/gtk/textctrl.h:205: error: expected ‘;’ before ‘*’ token
  348. /usr/include/wx-2.9/wx/gtk/textctrl.h:214: error: ISO C++ forbids declaration of ‘GtkTextBuffer’ with no type
  349. /usr/include/wx-2.9/wx/gtk/textctrl.h:214: error: expected ‘;’ before ‘*’ token
  350. /usr/include/wx-2.9/wx/gtk/textctrl.h: In member function ‘void* wxTextCtrl::GetTextObject() const’:
  351. /usr/include/wx-2.9/wx/gtk/textctrl.h:199: error: ‘m_buffer’ was not declared in this scope
  352. /usr/include/wx-2.9/wx/gtk/textctrl.h:200: error: ‘m_text’ was not declared in this scope
  353. In file included from /usr/include/wx-2.9/wx/slider.h:137,
  354.                  from /usr/include/wx-2.9/wx/wx.h:84,
  355.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  356.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  357. /usr/include/wx-2.9/wx/gtk/slider.h: At global scope:
  358. /usr/include/wx-2.9/wx/gtk/slider.h:70: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  359. /usr/include/wx-2.9/wx/gtk/slider.h:70: error: expected ‘;’ before ‘*’ token
  360. /usr/include/wx-2.9/wx/gtk/slider.h:73: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  361. /usr/include/wx-2.9/wx/gtk/slider.h:73: error: expected ‘;’ before ‘*’ token
  362. /usr/include/wx-2.9/wx/gtk/slider.h:76: error: ISO C++ forbids declaration of ‘GdkWindow’ with no type
  363. /usr/include/wx-2.9/wx/gtk/slider.h:76: error: ‘GdkWindow’ declared as a ‘virtual’ field
  364. /usr/include/wx-2.9/wx/gtk/slider.h:76: error: expected ‘;’ before ‘*’ token
  365. In file included from /usr/include/wx-2.9/wx/scrolwin.h:322,
  366.                  from /usr/include/wx-2.9/wx/wx.h:86,
  367.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  368.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  369. /usr/include/wx-2.9/wx/gtk/scrolwin.h:40: error: ‘GtkRange’ has not been declared
  370. /usr/include/wx-2.9/wx/gtk/scrolwin.h: In member function ‘void wxScrollHelper::DoAdjustHScrollbar(int, int)’:
  371. /usr/include/wx-2.9/wx/gtk/scrolwin.h:52: error: ‘class wxWindow’ has no member named ‘m_scrollBar’
  372. /usr/include/wx-2.9/wx/gtk/scrolwin.h: In member function ‘void wxScrollHelper::DoAdjustVScrollbar(int, int)’:
  373. /usr/include/wx-2.9/wx/gtk/scrolwin.h:62: error: ‘class wxWindow’ has no member named ‘m_scrollBar’
  374. In file included from /usr/include/wx-2.9/wx/toolbar.h:80,
  375.                  from /usr/include/wx-2.9/wx/wx.h:88,
  376.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  377.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  378. /usr/include/wx-2.9/wx/gtk/toolbar.h: At global scope:
  379. /usr/include/wx-2.9/wx/gtk/toolbar.h:66: error: ISO C++ forbids declaration of ‘GdkWindow’ with no type
  380. /usr/include/wx-2.9/wx/gtk/toolbar.h:66: error: ‘GdkWindow’ declared as a ‘virtual’ field
  381. /usr/include/wx-2.9/wx/gtk/toolbar.h:66: error: expected ‘;’ before ‘*’ token
  382. /usr/include/wx-2.9/wx/gtk/toolbar.h:90: error: ISO C++ forbids declaration of ‘GSList’ with no type
  383. /usr/include/wx-2.9/wx/gtk/toolbar.h:90: error: expected ‘;’ before ‘*’ token
  384. /usr/include/wx-2.9/wx/gtk/toolbar.h:93: error: ISO C++ forbids declaration of ‘GtkToolbar’ with no type
  385. /usr/include/wx-2.9/wx/gtk/toolbar.h:93: error: expected ‘;’ before ‘*’ token
  386. /usr/include/wx-2.9/wx/gtk/toolbar.h:94: error: ISO C++ forbids declaration of ‘GtkTooltips’ with no type
  387. /usr/include/wx-2.9/wx/gtk/toolbar.h:94: error: expected ‘;’ before ‘*’ token
  388. In file included from /usr/include/wx-2.9/wx/combobox.h:70,
  389.                  from /usr/include/wx-2.9/wx/wx.h:89,
  390.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  391.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  392. /usr/include/wx-2.9/wx/gtk/combobox.h:125: error: ISO C++ forbids declaration of ‘GtkWidget’ with no type
  393. /usr/include/wx-2.9/wx/gtk/combobox.h:125: error: expected ‘;’ before ‘*’ token
  394. /usr/include/wx-2.9/wx/gtk/combobox.h:132: error: ISO C++ forbids declaration of ‘GdkWindow’ with no type
  395. /usr/include/wx-2.9/wx/gtk/combobox.h:132: error: ‘GdkWindow’ declared as a ‘virtual’ field
  396. /usr/include/wx-2.9/wx/gtk/combobox.h:132: error: expected ‘;’ before ‘*’ token
  397. In file included from /usr/include/wx-2.9/wx/mdi.h:348,
  398.                  from /usr/include/wx-2.9/wx/wx.h:102,
  399.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.h:34,
  400.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  401. /usr/include/wx-2.9/wx/gtk/mdi.h:123: error: ISO C++ forbids declaration of ‘GtkNotebookPage’ with no type
  402. /usr/include/wx-2.9/wx/gtk/mdi.h:123: error: expected ‘;’ before ‘*’ token
  403. In file included from /home/james/corsix-th-read-only/MapEdit/Src/app.h:37,
  404.                  from /home/james/corsix-th-read-only/MapEdit/Src/app.cpp:23:
  405. /usr/include/wx-2.9/wx/glcanvas.h:164: error: field ‘m_palette’ has incomplete type
  406. /usr/include/wx-2.9/wx/glcanvas.h: In member function ‘const wxPalette* wxGLCanvasBase::GetPalette() const’:
  407. /usr/include/wx-2.9/wx/glcanvas.h:117: error: ‘m_palette’ was not declared in this scope
  408. /usr/include/wx-2.9/wx/glcanvas.h: In member function ‘virtual wxPalette wxGLCanvasBase::CreateDefaultPalette()’:
  409. /usr/include/wx-2.9/wx/glcanvas.h:162: error: return type ‘struct wxPalette’ is incomplete
  410. make[2]: *** [MapEdit/CMakeFiles/MapEdit.dir/Src/app.cpp.o] Error 1
  411. make[1]: *** [MapEdit/CMakeFiles/MapEdit.dir/all] Error 2
  412. make: *** [all] Error 2
  413. james@Jimmy:~/corsix-th-read-only$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement