Advertisement
Guest User

aaa

a guest
Aug 24th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.61 KB | None | 0 0
  1. shellc0de@linux-f4d3:~/z0la/programming/c++/wxwidgets/wx_window>g++ main.cpp -o main `wx-config --cxxflags --libs`
  2. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  3. }
  4. ^
  5. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  6. from main.cpp:1:
  7. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  8. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  9. ^
  10. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  11. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  12. ^
  13. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  14. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  15. ^
  16. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  17. }
  18. ^
  19. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  20. from main.cpp:1:
  21. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  22. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  23. ^
  24. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  25. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  26. ^
  27. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  28. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  29. ^
  30. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  31. }
  32. ^
  33. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  34. from main.cpp:1:
  35. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  36. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  37. ^
  38. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  39. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  40. ^
  41. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  42. }
  43. ^
  44. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  45. from main.cpp:1:
  46. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  47. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  48. ^
  49. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  50. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  51. ^
  52. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  53. }
  54. ^
  55. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  56. from main.cpp:1:
  57. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  58. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  59. ^
  60. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  61. }
  62. ^
  63. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  64. from main.cpp:1:
  65. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  66. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  67. ^
  68. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  69. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  70. ^
  71. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  72. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  73. ^
  74. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  75. }
  76. ^
  77. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  78. from main.cpp:1:
  79. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  80. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  81. ^
  82. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  83. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  84. ^
  85. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  86. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  87. ^
  88. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  89. }
  90. ^
  91. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  92. from main.cpp:1:
  93. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  94. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  95. ^
  96. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  97. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  98. ^
  99. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  100. }
  101. ^
  102. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  103. from main.cpp:1:
  104. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  105. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  106. ^
  107. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  108. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  109. ^
  110. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  111. }
  112. ^
  113. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  114. from main.cpp:1:
  115. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  116. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  117. ^
  118. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  119. }
  120. ^
  121. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  122. from main.cpp:1:
  123. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  124. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  125. ^
  126. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  127. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  128. ^
  129. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  130. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  131. ^
  132. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  133. }
  134. ^
  135. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  136. from main.cpp:1:
  137. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  138. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  139. ^
  140. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  141. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  142. ^
  143. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  144. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  145. ^
  146. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  147. }
  148. ^
  149. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  150. from main.cpp:1:
  151. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  152. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  153. ^
  154. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  155. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  156. ^
  157. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  158. }
  159. ^
  160. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  161. from main.cpp:1:
  162. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  163. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  164. ^
  165. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  166. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  167. ^
  168. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  169. }
  170. ^
  171. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  172. from main.cpp:1:
  173. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  174. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  175. ^
  176. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  177. }
  178. ^
  179. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  180. from main.cpp:1:
  181. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  182. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  183. ^
  184. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  185. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  186. ^
  187. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  188. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  189. ^
  190. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  191. }
  192. ^
  193. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  194. from main.cpp:1:
  195. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  196. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  197. ^
  198. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  199. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  200. ^
  201. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  202. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  203. ^
  204. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  205. }
  206. ^
  207. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  208. from main.cpp:1:
  209. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  210. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  211. ^
  212. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  213. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  214. ^
  215. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  216. }
  217. ^
  218. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  219. from main.cpp:1:
  220. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  221. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  222. ^
  223. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  224. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  225. ^
  226. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  227. }
  228. ^
  229. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  230. from main.cpp:1:
  231. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  232. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  233. ^
  234. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  235. }
  236. ^
  237. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  238. from main.cpp:1:
  239. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  240. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  241. ^
  242. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  243. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  244. ^
  245. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  246. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  247. ^
  248. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  249. }
  250. ^
  251. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  252. from main.cpp:1:
  253. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  254. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  255. ^
  256. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  257. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  258. ^
  259. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  260. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  261. ^
  262. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  263. }
  264. ^
  265. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  266. from main.cpp:1:
  267. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  268. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  269. ^
  270. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  271. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  272. ^
  273. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  274. }
  275. ^
  276. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  277. from main.cpp:1:
  278. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  279. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  280. ^
  281. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  282. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  283. ^
  284. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  285. }
  286. ^
  287. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  288. from main.cpp:1:
  289. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  290. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  291. ^
  292. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  293. }
  294. ^
  295. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  296. from main.cpp:1:
  297. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  298. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  299. ^
  300. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  301. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  302. ^
  303. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  304. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  305. ^
  306. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  307. }
  308. ^
  309. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  310. from main.cpp:1:
  311. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  312. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  313. ^
  314. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  315. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  316. ^
  317. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  318. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  319. ^
  320. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  321. }
  322. ^
  323. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  324. from main.cpp:1:
  325. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  326. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  327. ^
  328. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  329. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  330. ^
  331. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  332. }
  333. ^
  334. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  335. from main.cpp:1:
  336. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  337. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  338. ^
  339. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  340. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  341. ^
  342. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  343. }
  344. ^
  345. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  346. from main.cpp:1:
  347. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  348. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  349. ^
  350. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  351. }
  352. ^
  353. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  354. from main.cpp:1:
  355. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  356. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  357. ^
  358. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  359. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  360. ^
  361. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  362. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  363. ^
  364. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  365. }
  366. ^
  367. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  368. from main.cpp:1:
  369. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  370. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  371. ^
  372. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  373. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  374. ^
  375. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  376. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  377. ^
  378. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  379. }
  380. ^
  381. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  382. from main.cpp:1:
  383. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  384. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  385. ^
  386. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  387. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  388. ^
  389. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  390. }
  391. ^
  392. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  393. from main.cpp:1:
  394. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  395. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  396. ^
  397. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  398. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  399. ^
  400. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  401. }
  402. ^
  403. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  404. from main.cpp:1:
  405. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  406. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  407. ^
  408. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  409. }
  410. ^
  411. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  412. from main.cpp:1:
  413. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  414. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  415. ^
  416. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  417. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  418. ^
  419. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  420. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  421. ^
  422. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  423. }
  424. ^
  425. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  426. from main.cpp:1:
  427. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  428. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  429. ^
  430. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  431. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  432. ^
  433. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  434. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  435. ^
  436. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  437. }
  438. ^
  439. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  440. from main.cpp:1:
  441. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  442. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  443. ^
  444. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  445. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  446. ^
  447. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  448. }
  449. ^
  450. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  451. from main.cpp:1:
  452. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  453. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  454. ^
  455. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  456. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  457. ^
  458. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  459. }
  460. ^
  461. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  462. from main.cpp:1:
  463. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  464. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  465. ^
  466. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  467. }
  468. ^
  469. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  470. from main.cpp:1:
  471. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  472. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  473. ^
  474. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  475. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  476. ^
  477. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  478. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  479. ^
  480. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  481. }
  482. ^
  483. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  484. from main.cpp:1:
  485. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  486. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  487. ^
  488. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  489. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  490. ^
  491. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  492. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  493. ^
  494. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  495. }
  496. ^
  497. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  498. from main.cpp:1:
  499. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  500. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  501. ^
  502. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  503. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  504. ^
  505. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  506. }
  507. ^
  508. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  509. from main.cpp:1:
  510. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  511. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  512. ^
  513. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  514. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  515. ^
  516. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  517. }
  518. ^
  519. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  520. from main.cpp:1:
  521. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  522. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  523. ^
  524. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  525. }
  526. ^
  527. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  528. from main.cpp:1:
  529. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  530. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  531. ^
  532. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  533. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  534. ^
  535. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  536. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  537. ^
  538. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  539. }
  540. ^
  541. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  542. from main.cpp:1:
  543. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  544. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  545. ^
  546. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  547. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  548. ^
  549. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  550. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  551. ^
  552. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  553. }
  554. ^
  555. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  556. from main.cpp:1:
  557. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  558. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  559. ^
  560. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  561. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  562. ^
  563. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  564. }
  565. ^
  566. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  567. from main.cpp:1:
  568. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  569. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  570. ^
  571. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  572. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  573. ^
  574. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  575. }
  576. ^
  577. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  578. from main.cpp:1:
  579. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  580. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  581. ^
  582. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  583. }
  584. ^
  585. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  586. from main.cpp:1:
  587. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  588. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  589. ^
  590. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  591. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  592. ^
  593. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  594. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  595. ^
  596. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  597. }
  598. ^
  599. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  600. from main.cpp:1:
  601. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  602. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  603. ^
  604. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  605. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  606. ^
  607. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  608. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  609. ^
  610. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  611. }
  612. ^
  613. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  614. from main.cpp:1:
  615. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  616. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  617. ^
  618. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  619. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  620. ^
  621. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  622. }
  623. ^
  624. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  625. from main.cpp:1:
  626. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  627. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  628. ^
  629. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  630. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  631. ^
  632. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  633. }
  634. ^
  635. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  636. from main.cpp:1:
  637. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  638. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  639. ^
  640. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  641. }
  642. ^
  643. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  644. from main.cpp:1:
  645. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  646. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  647. ^
  648. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  649. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  650. ^
  651. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  652. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  653. ^
  654. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  655. }
  656. ^
  657. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  658. from main.cpp:1:
  659. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  660. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  661. ^
  662. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  663. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  664. ^
  665. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  666. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  667. ^
  668. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  669. }
  670. ^
  671. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  672. from main.cpp:1:
  673. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  674. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  675. ^
  676. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  677. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  678. ^
  679. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  680. }
  681. ^
  682. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  683. from main.cpp:1:
  684. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  685. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  686. ^
  687. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  688. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  689. ^
  690. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  691. }
  692. ^
  693. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  694. from main.cpp:1:
  695. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  696. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  697. ^
  698. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  699. }
  700. ^
  701. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  702. from main.cpp:1:
  703. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  704. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  705. ^
  706. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  707. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  708. ^
  709. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  710. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  711. ^
  712. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  713. }
  714. ^
  715. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  716. from main.cpp:1:
  717. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  718. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  719. ^
  720. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  721. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  722. ^
  723. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  724. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  725. ^
  726. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  727. }
  728. ^
  729. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  730. from main.cpp:1:
  731. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  732. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  733. ^
  734. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  735. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  736. ^
  737. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  738. }
  739. ^
  740. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  741. from main.cpp:1:
  742. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  743. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  744. ^
  745. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  746. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  747. ^
  748. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  749. }
  750. ^
  751. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  752. from main.cpp:1:
  753. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  754. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  755. ^
  756. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  757. }
  758. ^
  759. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  760. from main.cpp:1:
  761. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  762. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  763. ^
  764. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  765. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  766. ^
  767. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  768. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  769. ^
  770. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  771. }
  772. ^
  773. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  774. from main.cpp:1:
  775. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  776. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  777. ^
  778. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  779. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  780. ^
  781. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  782. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  783. ^
  784. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  785. }
  786. ^
  787. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  788. from main.cpp:1:
  789. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  790. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  791. ^
  792. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  793. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  794. ^
  795. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  796. }
  797. ^
  798. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  799. from main.cpp:1:
  800. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  801. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  802. ^
  803. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  804. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  805. ^
  806. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  807. }
  808. ^
  809. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  810. from main.cpp:1:
  811. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  812. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  813. ^
  814. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  815. }
  816. ^
  817. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  818. from main.cpp:1:
  819. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  820. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  821. ^
  822. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  823. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  824. ^
  825. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  826. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  827. ^
  828. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  829. }
  830. ^
  831. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  832. from main.cpp:1:
  833. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  834. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  835. ^
  836. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  837. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  838. ^
  839. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  840. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  841. ^
  842. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  843. }
  844. ^
  845. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  846. from main.cpp:1:
  847. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  848. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  849. ^
  850. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  851. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  852. ^
  853. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  854. }
  855. ^
  856. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  857. from main.cpp:1:
  858. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  859. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  860. ^
  861. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  862. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  863. ^
  864. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  865. }
  866. ^
  867. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  868. from main.cpp:1:
  869. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  870. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  871. ^
  872. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  873. }
  874. ^
  875. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  876. from main.cpp:1:
  877. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  878. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  879. ^
  880. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  881. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  882. ^
  883. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  884. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  885. ^
  886. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  887. }
  888. ^
  889. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  890. from main.cpp:1:
  891. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  892. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  893. ^
  894. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  895. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  896. ^
  897. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  898. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  899. ^
  900. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  901. }
  902. ^
  903. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  904. from main.cpp:1:
  905. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  906. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  907. ^
  908. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  909. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  910. ^
  911. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  912. }
  913. ^
  914. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  915. from main.cpp:1:
  916. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  917. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  918. ^
  919. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  920. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  921. ^
  922. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  923. }
  924. ^
  925. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  926. from main.cpp:1:
  927. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  928. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  929. ^
  930. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  931. }
  932. ^
  933. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  934. from main.cpp:1:
  935. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  936. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  937. ^
  938. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  939. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  940. ^
  941. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  942. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  943. ^
  944. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  945. }
  946. ^
  947. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  948. from main.cpp:1:
  949. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  950. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  951. ^
  952. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  953. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  954. ^
  955. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  956. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  957. ^
  958. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  959. }
  960. ^
  961. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  962. from main.cpp:1:
  963. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  964. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  965. ^
  966. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  967. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  968. ^
  969. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  970. }
  971. ^
  972. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  973. from main.cpp:1:
  974. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  975. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  976. ^
  977. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  978. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  979. ^
  980. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  981. }
  982. ^
  983. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  984. from main.cpp:1:
  985. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  986. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  987. ^
  988. /usr/bin/ld: warning: libwebkitgtk-1.0.so.0, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so, not found (try using -rpath or -rpath-link)
  989. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_dom_window_get_type'
  990. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_go_forward'
  991. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_go_back'
  992. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_can_redo'
  993. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_copy_clipboard'
  994. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_dom_selection_remove_all_ranges'
  995. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_html_element_get_inner_text'
  996. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_frame_get_data_source'
  997. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_document_get_body'
  998. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_frame_get_name'
  999. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_get_main_frame'
  1000. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_get_zoom_level'
  1001. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_history_item_new_with_data'
  1002. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_policy_decision_ignore'
  1003. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_back_forward_list_add_item'
  1004. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_html_element_get_type'
  1005. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_set_editable'
  1006. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_back_forward_list_get_forward_list_with_limit'
  1007. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_get_dom_document'
  1008. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_cut_clipboard'
  1009. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_back_forward_list_clear'
  1010. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_range_get_type'
  1011. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_back_forward_list_get_back_list_with_limit'
  1012. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_zoom_in'
  1013. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_new'
  1014. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_search_text'
  1015. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_zoom_out'
  1016. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_node_append_child'
  1017. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_back_forward_list_set_limit'
  1018. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_delete_selection'
  1019. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_html_element_get_inner_html'
  1020. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_can_go_forward'
  1021. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_document_create_element'
  1022. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_range_clone_contents'
  1023. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_get_full_content_zoom'
  1024. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_dom_selection_get_type'
  1025. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_select_all'
  1026. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_reload_bypass_cache'
  1027. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_dom_window_get_selection'
  1028. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_can_cut_clipboard'
  1029. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_get_title'
  1030. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_dom_selection_get_range_at'
  1031. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_get_back_forward_list'
  1032. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_set_full_content_zoom'
  1033. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_policy_decision_use'
  1034. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_history_item_get_uri'
  1035. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_range_get_text'
  1036. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_go_to_back_forward_item'
  1037. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_data_source_get_data'
  1038. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_get_editable'
  1039. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_history_item_get_title'
  1040. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_paste_clipboard'
  1041. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_can_paste_clipboard'
  1042. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_back_forward_list_get_current_item'
  1043. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_mark_text_matches'
  1044. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_history_item_get_type'
  1045. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_document_get_type'
  1046. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_has_selection'
  1047. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_set_zoom_level'
  1048. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_frame_print'
  1049. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_can_copy_clipboard'
  1050. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_unmark_text_matches'
  1051. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_execute_script'
  1052. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_undo'
  1053. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_can_go_back'
  1054. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_load_string'
  1055. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_load_uri'
  1056. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_network_request_get_uri'
  1057. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_network_request_set_uri'
  1058. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_back_forward_list_get_limit'
  1059. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_get_type'
  1060. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_get_uri'
  1061. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_stop_loading'
  1062. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_set_highlight_text_matches'
  1063. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_redo'
  1064. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_reload'
  1065. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_web_view_can_undo'
  1066. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/libwx_gtk2u_webview-3.0.so: undefined reference to `webkit_dom_document_get_default_view'
  1067. collect2: error: ld returned 1 exit status
  1068. shellc0de@linux-f4d3:~/z0la/programming/c++/wxwidgets/wx_window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement