Advertisement
Hacker4001

Untitled

Nov 3rd, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 139.09 KB | None | 0 0
  1. ../../../../sip/cpp/sip_htmlwxHtmlTag.cpp: In function ‘PyObject* meth_wxHtmlTag_GetBeginPos(PyObject*, PyObject*)’:
  2. ../../../../sip/cpp/sip_htmlwxHtmlTag.cpp:76:42: warning: ‘int wxHtmlTag::GetBeginPos() const’ is deprecated [-Wdeprecated-declarations]
  3. 76 | sipRes = sipCpp->GetBeginPos();
  4. | ^
  5. In file included from /usr/include/wx-3.0/wx/html/htmlpars.h:15,
  6. from /usr/include/wx-3.0/wx/html/winpars.h:17,
  7. from /usr/include/wx-3.0/wx/html/htmlwin.h:19,
  8. from /usr/include/wx-3.0/wx/htmllbox.h:15,
  9. from ../../../../sip/cpp/sipAPI_html.h:2465,
  10. from ../../../../sip/cpp/sip_htmlwxHtmlTag.cpp:10:
  11. /usr/include/wx-3.0/wx/html/htmltag.h:168:12: note: declared here
  12. 168 | inline int wxHtmlTag::GetBeginPos() const { return int(m_Begin - m_sourceStart); }
  13. | ^~~~~~~~~
  14. ../../../../sip/cpp/sip_htmlwxHtmlTag.cpp: In function ‘PyObject* meth_wxHtmlTag_GetEndPos1(PyObject*, PyObject*)’:
  15. ../../../../sip/cpp/sip_htmlwxHtmlTag.cpp:116:41: warning: ‘int wxHtmlTag::GetEndPos1() const’ is deprecated [-Wdeprecated-declarations]
  16. 116 | sipRes = sipCpp->GetEndPos1();
  17. | ^
  18. In file included from /usr/include/wx-3.0/wx/html/htmlpars.h:15,
  19. from /usr/include/wx-3.0/wx/html/winpars.h:17,
  20. from /usr/include/wx-3.0/wx/html/htmlwin.h:19,
  21. from /usr/include/wx-3.0/wx/htmllbox.h:15,
  22. from ../../../../sip/cpp/sipAPI_html.h:2465,
  23. from ../../../../sip/cpp/sip_htmlwxHtmlTag.cpp:10:
  24. /usr/include/wx-3.0/wx/html/htmltag.h:169:12: note: declared here
  25. 169 | inline int wxHtmlTag::GetEndPos1() const { return int(m_End1 - m_sourceStart); }
  26. | ^~~~~~~~~
  27. ../../../../sip/cpp/sip_htmlwxHtmlTag.cpp: In function ‘PyObject* meth_wxHtmlTag_GetEndPos2(PyObject*, PyObject*)’:
  28. ../../../../sip/cpp/sip_htmlwxHtmlTag.cpp:156:41: warning: ‘int wxHtmlTag::GetEndPos2() const’ is deprecated [-Wdeprecated-declarations]
  29. 156 | sipRes = sipCpp->GetEndPos2();
  30. | ^
  31. In file included from /usr/include/wx-3.0/wx/html/htmlpars.h:15,
  32. from /usr/include/wx-3.0/wx/html/winpars.h:17,
  33. from /usr/include/wx-3.0/wx/html/htmlwin.h:19,
  34. from /usr/include/wx-3.0/wx/htmllbox.h:15,
  35. from ../../../../sip/cpp/sipAPI_html.h:2465,
  36. from ../../../../sip/cpp/sip_htmlwxHtmlTag.cpp:10:
  37. /usr/include/wx-3.0/wx/html/htmltag.h:170:12: note: declared here
  38. 170 | inline int wxHtmlTag::GetEndPos2() const { return int(m_End2 - m_sourceStart); }
  39. | ^~~~~~~~~
  40.  
  41. [633/868] Compiling sip/cpp/sip_html2wxWebViewEvent.cpp
  42. [634/868] Compiling sip/cpp/sip_html2wxWebView.cpp
  43. [635/868] Compiling sip/cpp/sip_xmlwxXmlNode.cpp
  44. [636/868] Linking build/waf/2.7/gtk3/_stc.so
  45. [637/868] Compiling sip/cpp/sip_xmlcmodule.cpp
  46. [638/868] Compiling sip/cpp/sip_xmlwxXmlDocument.cpp
  47. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:18:1: error: expected class-name before ‘{’ token
  48. 18 | {
  49. | ^
  50. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:21:34: error: ‘wxWebViewHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewHandler’?
  51. 21 | sipwxWebViewHandler(const ::wxWebViewHandler&);
  52. | ^~~~~~~~~~~~~~~~
  53. | sipwxWebViewHandler
  54. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp: In constructor ‘sipwxWebViewHandler::sipwxWebViewHandler(const wxString&)’:
  55. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:42:89: error: expected class-name before ‘(’ token
  56. 42 | sipwxWebViewHandler::sipwxWebViewHandler(const ::wxString& scheme): ::wxWebViewHandler(scheme), sipPySelf(0)
  57. | ^
  58. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:42:89: error: expected ‘{’ before ‘(’ token
  59. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp: At global scope:
  60. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:42:97: error: expected constructor, destructor, or type conversion before ‘,’ token
  61. 42 | sipwxWebViewHandler::sipwxWebViewHandler(const ::wxString& scheme): ::wxWebViewHandler(scheme), sipPySelf(0)
  62. | ^
  63. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:42:108: error: expected constructor, destructor, or type conversion before ‘(’ token
  64. 42 | sipwxWebViewHandler::sipwxWebViewHandler(const ::wxString& scheme): ::wxWebViewHandler(scheme), sipPySelf(0)
  65. | ^
  66. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:47:51: error: ‘wxWebViewHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewHandler’?
  67. 47 | sipwxWebViewHandler::sipwxWebViewHandler(const ::wxWebViewHandler& a0): ::wxWebViewHandler(a0), sipPySelf(0)
  68. | ^~~~~~~~~~~~~~~~
  69. | sipwxWebViewHandler
  70. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp: In constructor ‘sipwxWebViewHandler::sipwxWebViewHandler(const int&)’:
  71. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:47:93: error: expected class-name before ‘(’ token
  72. 47 | sipwxWebViewHandler::sipwxWebViewHandler(const ::wxWebViewHandler& a0): ::wxWebViewHandler(a0), sipPySelf(0)
  73. | ^
  74. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:47:93: error: expected ‘{’ before ‘(’ token
  75. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp: At global scope:
  76. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:47:97: error: expected constructor, destructor, or type conversion before ‘,’ token
  77. 47 | sipwxWebViewHandler::sipwxWebViewHandler(const ::wxWebViewHandler& a0): ::wxWebViewHandler(a0), sipPySelf(0)
  78. | ^
  79. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:47:108: error: expected constructor, destructor, or type conversion before ‘(’ token
  80. 47 | sipwxWebViewHandler::sipwxWebViewHandler(const ::wxWebViewHandler& a0): ::wxWebViewHandler(a0), sipPySelf(0)
  81. | ^
  82. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp: In member function ‘wxString sipwxWebViewHandler::GetName() const’:
  83. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:65:19: error: ‘::wxWebViewHandler’ has not been declared
  84. 65 | return ::wxWebViewHandler::GetName();
  85. | ^~~~~~~~~~~~~~~~
  86. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp: In function ‘PyObject* meth_wxWebViewHandler_GetFile(PyObject*, PyObject*, PyObject*)’:
  87. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:99:12: error: ‘::wxWebViewHandler’ has not been declared; did you mean ‘sipwxWebViewHandler’?
  88. 99 | ::wxWebViewHandler *sipCpp;
  89. | ^~~~~~~~~~~~~~~~
  90. | sipwxWebViewHandler
  91. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:99:30: error: ‘sipCpp’ was not declared in this scope
  92. 99 | ::wxWebViewHandler *sipCpp;
  93. | ^~~~~~
  94. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp: In function ‘PyObject* meth_wxWebViewHandler_GetName(PyObject*, PyObject*)’:
  95. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:145:18: error: ‘wxWebViewHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewHandler’?
  96. 145 | const ::wxWebViewHandler *sipCpp;
  97. | ^~~~~~~~~~~~~~~~
  98. | sipwxWebViewHandler
  99. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:147:91: error: ‘sipCpp’ was not declared in this scope
  100. 147 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebViewHandler, &sipCpp))
  101. | ^~~~~~
  102. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:154:66: error: ‘::wxWebViewHandler’ has not been declared
  103. 154 | sipRes = new ::wxString((sipSelfWasArg ? sipCpp-> ::wxWebViewHandler::GetName() : sipCpp->GetName()));
  104. | ^~~~~~~~~~~~~~~~
  105. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp: In function ‘void release_wxWebViewHandler(void*, int)’:
  106. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:180:36: error: ‘wxWebViewHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewHandler’?
  107. 180 | delete reinterpret_cast< ::wxWebViewHandler *>(sipCppV);
  108. | ^~~~~~~~~~~~~~~~
  109. | sipwxWebViewHandler
  110. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:180:53: error: expected ‘>’ before ‘*’ token
  111. 180 | delete reinterpret_cast< ::wxWebViewHandler *>(sipCppV);
  112. | ^
  113. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:180:53: error: expected ‘(’ before ‘*’ token
  114. 180 | delete reinterpret_cast< ::wxWebViewHandler *>(sipCppV);
  115. | ^
  116. | (
  117. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:180:54: error: expected primary-expression before ‘>’ token
  118. 180 | delete reinterpret_cast< ::wxWebViewHandler *>(sipCppV);
  119. | ^
  120. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:180:64: error: expected ‘)’ before ‘;’ token
  121. 180 | delete reinterpret_cast< ::wxWebViewHandler *>(sipCppV);
  122. | ^
  123. | )
  124. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp: In function ‘void* init_type_wxWebViewHandler(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
  125. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:234:18: error: ‘wxWebViewHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewHandler’?
  126. 234 | const ::wxWebViewHandler* a0;
  127. | ^~~~~~~~~~~~~~~~
  128. | sipwxWebViewHandler
  129. ../../../../sip/cpp/sip_html2wxWebViewHandler.cpp:236:110: error: ‘a0’ was not declared in this scope; did you mean ‘y0’?
  130. 236 | if (sipParseKwdArgs(sipParseErr, sipArgs, sipKwds, NULL, sipUnused, "J9", sipType_wxWebViewHandler, &a0))
  131. | ^~
  132. | y0
  133.  
  134. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp: In function ‘PyObject* meth_wxWebViewHistoryItem_GetUrl(PyObject*, PyObject*)’:
  135. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:24:12: error: ‘::wxWebViewHistoryItem’ has not been declared; did you mean ‘sipName_WebViewHistoryItem’?
  136. 24 | ::wxWebViewHistoryItem *sipCpp;
  137. | ^~~~~~~~~~~~~~~~~~~~
  138. | sipName_WebViewHistoryItem
  139. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:24:34: error: ‘sipCpp’ was not declared in this scope
  140. 24 | ::wxWebViewHistoryItem *sipCpp;
  141. | ^~~~~~
  142. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp: In function ‘PyObject* meth_wxWebViewHistoryItem_GetTitle(PyObject*, PyObject*)’:
  143. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:58:12: error: ‘::wxWebViewHistoryItem’ has not been declared; did you mean ‘sipName_WebViewHistoryItem’?
  144. 58 | ::wxWebViewHistoryItem *sipCpp;
  145. | ^~~~~~~~~~~~~~~~~~~~
  146. | sipName_WebViewHistoryItem
  147. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:58:34: error: ‘sipCpp’ was not declared in this scope
  148. 58 | ::wxWebViewHistoryItem *sipCpp;
  149. | ^~~~~~
  150. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp: In function ‘void release_wxWebViewHistoryItem(void*, int)’:
  151. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:90:32: error: ‘wxWebViewHistoryItem’ in namespace ‘::’ does not name a type; did you mean ‘release_wxWebViewHistoryItem’?
  152. 90 | delete reinterpret_cast< ::wxWebViewHistoryItem *>(sipCppV);
  153. | ^~~~~~~~~~~~~~~~~~~~
  154. | release_wxWebViewHistoryItem
  155. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:90:53: error: expected ‘>’ before ‘*’ token
  156. 90 | delete reinterpret_cast< ::wxWebViewHistoryItem *>(sipCppV);
  157. | ^
  158. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:90:53: error: expected ‘(’ before ‘*’ token
  159. 90 | delete reinterpret_cast< ::wxWebViewHistoryItem *>(sipCppV);
  160. | ^
  161. | (
  162. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:90:54: error: expected primary-expression before ‘>’ token
  163. 90 | delete reinterpret_cast< ::wxWebViewHistoryItem *>(sipCppV);
  164. | ^
  165. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:90:64: error: expected ‘)’ before ‘;’ token
  166. 90 | delete reinterpret_cast< ::wxWebViewHistoryItem *>(sipCppV);
  167. | ^
  168. | )
  169. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp: In function ‘void* init_type_wxWebViewHistoryItem(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
  170. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:109:8: error: ‘::wxWebViewHistoryItem’ has not been declared; did you mean ‘dealloc_wxWebViewHistoryItem’?
  171. 109 | ::wxWebViewHistoryItem *sipCpp = 0;
  172. | ^~~~~~~~~~~~~~~~~~~~
  173. | dealloc_wxWebViewHistoryItem
  174. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:109:30: error: ‘sipCpp’ was not declared in this scope
  175. 109 | ::wxWebViewHistoryItem *sipCpp = 0;
  176. | ^~~~~~
  177. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:127:27: error: expected type-specifier before ‘::’ token
  178. 127 | sipCpp = new ::wxWebViewHistoryItem(*url,*title);
  179. | ^~
  180. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:134:24: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
  181. 134 | delete sipCpp;
  182. | ^~~~~~
  183. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:143:18: error: ‘wxWebViewHistoryItem’ in namespace ‘::’ does not name a type; did you mean ‘dealloc_wxWebViewHistoryItem’?
  184. 143 | const ::wxWebViewHistoryItem* a0;
  185. | ^~~~~~~~~~~~~~~~~~~~
  186. | dealloc_wxWebViewHistoryItem
  187. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:145:114: error: ‘a0’ was not declared in this scope; did you mean ‘y0’?
  188. 145 | if (sipParseKwdArgs(sipParseErr, sipArgs, sipKwds, NULL, sipUnused, "J9", sipType_wxWebViewHistoryItem, &a0))
  189. | ^~
  190. | y0
  191. ../../../../sip/cpp/sip_html2wxWebViewHistoryItem.cpp:148:27: error: expected type-specifier before ‘::’ token
  192. 148 | sipCpp = new ::wxWebViewHistoryItem(*a0);
  193. | ^~
  194.  
  195. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:24:1: error: expected class-name before ‘{’ token
  196. 24 | {
  197. | ^
  198. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:27:34: error: ‘wxWebViewFactory’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewFactory’?
  199. 27 | sipwxWebViewFactory(const ::wxWebViewFactory&);
  200. | ^~~~~~~~~~~~~~~~
  201. | sipwxWebViewFactory
  202. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:35:8: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  203. 35 | ::wxWebView* Create( ::wxWindow*, ::wxWindowID,const ::wxString&,const ::wxPoint&,const ::wxSize&,long,const ::wxString&);
  204. | ^~~~~~~~~
  205. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:36:8: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  206. 36 | ::wxWebView* Create();
  207. | ^~~~~~~~~
  208. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp: In constructor ‘sipwxWebViewFactory::sipwxWebViewFactory()’:
  209. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:48:64: error: expected class-name before ‘(’ token
  210. 48 | sipwxWebViewFactory::sipwxWebViewFactory(): ::wxWebViewFactory(), sipPySelf(0)
  211. | ^
  212. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:48:64: error: expected ‘{’ before ‘(’ token
  213. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp: At global scope:
  214. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:48:65: error: expected unqualified-id before ‘)’ token
  215. 48 | sipwxWebViewFactory::sipwxWebViewFactory(): ::wxWebViewFactory(), sipPySelf(0)
  216. | ^
  217. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:48:77: error: expected constructor, destructor, or type conversion before ‘(’ token
  218. 48 | sipwxWebViewFactory::sipwxWebViewFactory(): ::wxWebViewFactory(), sipPySelf(0)
  219. | ^
  220. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:53:51: error: ‘wxWebViewFactory’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewFactory’?
  221. 53 | sipwxWebViewFactory::sipwxWebViewFactory(const ::wxWebViewFactory& a0): ::wxWebViewFactory(a0), sipPySelf(0)
  222. | ^~~~~~~~~~~~~~~~
  223. | sipwxWebViewFactory
  224. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp: In constructor ‘sipwxWebViewFactory::sipwxWebViewFactory(const int&)’:
  225. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:53:93: error: expected class-name before ‘(’ token
  226. 53 | sipwxWebViewFactory::sipwxWebViewFactory(const ::wxWebViewFactory& a0): ::wxWebViewFactory(a0), sipPySelf(0)
  227. | ^
  228. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:53:93: error: expected ‘{’ before ‘(’ token
  229. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp: At global scope:
  230. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:53:97: error: expected constructor, destructor, or type conversion before ‘,’ token
  231. 53 | sipwxWebViewFactory::sipwxWebViewFactory(const ::wxWebViewFactory& a0): ::wxWebViewFactory(a0), sipPySelf(0)
  232. | ^
  233. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:53:108: error: expected constructor, destructor, or type conversion before ‘(’ token
  234. 53 | sipwxWebViewFactory::sipwxWebViewFactory(const ::wxWebViewFactory& a0): ::wxWebViewFactory(a0), sipPySelf(0)
  235. | ^
  236. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:63:4: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  237. 63 | ::wxWebView* sipwxWebViewFactory::Create( ::wxWindow*parent, ::wxWindowID id,const ::wxString& url,const ::wxPoint& pos,const ::wxSize& size,long style,const ::wxString& name)
  238. | ^~~~~~~~~
  239. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:78:4: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  240. 78 | ::wxWebView* sipwxWebViewFactory::Create()
  241. | ^~~~~~~~~
  242. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp: In function ‘PyObject* meth_wxWebViewFactory_Create(PyObject*, PyObject*, PyObject*)’:
  243. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:108:12: error: ‘::wxWebViewFactory’ has not been declared; did you mean ‘sipwxWebViewFactory’?
  244. 108 | ::wxWebViewFactory *sipCpp;
  245. | ^~~~~~~~~~~~~~~~
  246. | sipwxWebViewFactory
  247. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:108:30: error: ‘sipCpp’ was not declared in this scope
  248. 108 | ::wxWebViewFactory *sipCpp;
  249. | ^~~~~~
  250. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:112:16: error: ‘::wxWebView’ has not been declared
  251. 112 | ::wxWebView*sipRes;
  252. | ^~~~~~~~~
  253. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:112:26: error: ‘sipRes’ was not declared in this scope
  254. 112 | ::wxWebView*sipRes;
  255. | ^~~~~~
  256. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:136:37: error: ‘wxWebViewDefaultURLStr’ was not declared in this scope; did you mean ‘sipName_WebViewDefaultURLStr’?
  257. 136 | const ::wxString& urldef = wxWebViewDefaultURLStr;
  258. | ^~~~~~~~~~~~~~~~~~~~~~
  259. | sipName_WebViewDefaultURLStr
  260. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:146:38: error: ‘wxWebViewNameStr’ was not declared in this scope; did you mean ‘wxGaugeNameStr’?
  261. 146 | const ::wxString& namedef = wxWebViewNameStr;
  262. | ^~~~~~~~~~~~~~~~
  263. | wxGaugeNameStr
  264. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:149:12: error: ‘::wxWebViewFactory’ has not been declared; did you mean ‘sipwxWebViewFactory’?
  265. 149 | ::wxWebViewFactory *sipCpp;
  266. | ^~~~~~~~~~~~~~~~
  267. | sipwxWebViewFactory
  268. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:149:30: error: ‘sipCpp’ was not declared in this scope
  269. 149 | ::wxWebViewFactory *sipCpp;
  270. | ^~~~~~
  271. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:163:16: error: ‘::wxWebView’ has not been declared
  272. 163 | ::wxWebView*sipRes;
  273. | ^~~~~~~~~
  274. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:163:26: error: ‘sipRes’ was not declared in this scope
  275. 163 | ::wxWebView*sipRes;
  276. | ^~~~~~
  277. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp: In function ‘void* cast_wxWebViewFactory(void*, const sipTypeDef*)’:
  278. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:199:8: error: ‘::wxWebViewFactory’ has not been declared; did you mean ‘sipwxWebViewFactory’?
  279. 199 | ::wxWebViewFactory *sipCpp = reinterpret_cast< ::wxWebViewFactory *>(sipCppV);
  280. | ^~~~~~~~~~~~~~~~
  281. | sipwxWebViewFactory
  282. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:199:26: error: ‘sipCpp’ was not declared in this scope; did you mean ‘sipCppV’?
  283. 199 | ::wxWebViewFactory *sipCpp = reinterpret_cast< ::wxWebViewFactory *>(sipCppV);
  284. | ^~~~~~
  285. | sipCppV
  286. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:199:55: error: ‘wxWebViewFactory’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewFactory’?
  287. 199 | ::wxWebViewFactory *sipCpp = reinterpret_cast< ::wxWebViewFactory *>(sipCppV);
  288. | ^~~~~~~~~~~~~~~~
  289. | sipwxWebViewFactory
  290. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:199:72: error: expected ‘>’ before ‘*’ token
  291. 199 | ::wxWebViewFactory *sipCpp = reinterpret_cast< ::wxWebViewFactory *>(sipCppV);
  292. | ^
  293. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:199:72: error: expected ‘(’ before ‘*’ token
  294. 199 | ::wxWebViewFactory *sipCpp = reinterpret_cast< ::wxWebViewFactory *>(sipCppV);
  295. | ^
  296. | (
  297. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:199:73: error: expected primary-expression before ‘>’ token
  298. 199 | ::wxWebViewFactory *sipCpp = reinterpret_cast< ::wxWebViewFactory *>(sipCppV);
  299. | ^
  300. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:199:83: error: expected ‘)’ before ‘;’ token
  301. 199 | ::wxWebViewFactory *sipCpp = reinterpret_cast< ::wxWebViewFactory *>(sipCppV);
  302. | ^
  303. | )
  304. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp: In function ‘void release_wxWebViewFactory(void*, int)’:
  305. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:217:36: error: ‘wxWebViewFactory’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewFactory’?
  306. 217 | delete reinterpret_cast< ::wxWebViewFactory *>(sipCppV);
  307. | ^~~~~~~~~~~~~~~~
  308. | sipwxWebViewFactory
  309. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:217:53: error: expected ‘>’ before ‘*’ token
  310. 217 | delete reinterpret_cast< ::wxWebViewFactory *>(sipCppV);
  311. | ^
  312. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:217:53: error: expected ‘(’ before ‘*’ token
  313. 217 | delete reinterpret_cast< ::wxWebViewFactory *>(sipCppV);
  314. | ^
  315. | (
  316. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:217:54: error: expected primary-expression before ‘>’ token
  317. 217 | delete reinterpret_cast< ::wxWebViewFactory *>(sipCppV);
  318. | ^
  319. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:217:64: error: expected ‘)’ before ‘;’ token
  320. 217 | delete reinterpret_cast< ::wxWebViewFactory *>(sipCppV);
  321. | ^
  322. | )
  323. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp: In function ‘void* init_type_wxWebViewFactory(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
  324. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:255:18: error: ‘wxWebViewFactory’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewFactory’?
  325. 255 | const ::wxWebViewFactory* a0;
  326. | ^~~~~~~~~~~~~~~~
  327. | sipwxWebViewFactory
  328. ../../../../sip/cpp/sip_html2wxWebViewFactory.cpp:257:110: error: ‘a0’ was not declared in this scope; did you mean ‘y0’?
  329. 257 | if (sipParseKwdArgs(sipParseErr, sipArgs, sipKwds, NULL, sipUnused, "J9", sipType_wxWebViewFactory, &a0))
  330. | ^~
  331. | y0
  332.  
  333. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:18:1: error: expected class-name before ‘{’ token
  334. 18 | {
  335. | ^
  336. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:21:36: error: ‘wxWebViewFSHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewFSHandler’?
  337. 21 | sipwxWebViewFSHandler(const ::wxWebViewFSHandler&);
  338. | ^~~~~~~~~~~~~~~~~~
  339. | sipwxWebViewFSHandler
  340. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp: In constructor ‘sipwxWebViewFSHandler::sipwxWebViewFSHandler(const wxString&)’:
  341. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:42:95: error: expected class-name before ‘(’ token
  342. 42 | sipwxWebViewFSHandler::sipwxWebViewFSHandler(const ::wxString& scheme): ::wxWebViewFSHandler(scheme), sipPySelf(0)
  343. | ^
  344. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:42:95: error: expected ‘{’ before ‘(’ token
  345. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp: At global scope:
  346. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:42:103: error: expected constructor, destructor, or type conversion before ‘,’ token
  347. 42 | sipwxWebViewFSHandler::sipwxWebViewFSHandler(const ::wxString& scheme): ::wxWebViewFSHandler(scheme), sipPySelf(0)
  348. | ^
  349. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:42:114: error: expected constructor, destructor, or type conversion before ‘(’ token
  350. 42 | sipwxWebViewFSHandler::sipwxWebViewFSHandler(const ::wxString& scheme): ::wxWebViewFSHandler(scheme), sipPySelf(0)
  351. | ^
  352. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:47:55: error: ‘wxWebViewFSHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewFSHandler’?
  353. 47 | sipwxWebViewFSHandler::sipwxWebViewFSHandler(const ::wxWebViewFSHandler& a0): ::wxWebViewFSHandler(a0), sipPySelf(0)
  354. | ^~~~~~~~~~~~~~~~~~
  355. | sipwxWebViewFSHandler
  356. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp: In constructor ‘sipwxWebViewFSHandler::sipwxWebViewFSHandler(const int&)’:
  357. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:47:101: error: expected class-name before ‘(’ token
  358. 47 | sipwxWebViewFSHandler::sipwxWebViewFSHandler(const ::wxWebViewFSHandler& a0): ::wxWebViewFSHandler(a0), sipPySelf(0)
  359. | ^
  360. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:47:101: error: expected ‘{’ before ‘(’ token
  361. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp: At global scope:
  362. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:47:105: error: expected constructor, destructor, or type conversion before ‘,’ token
  363. 47 | sipwxWebViewFSHandler::sipwxWebViewFSHandler(const ::wxWebViewFSHandler& a0): ::wxWebViewFSHandler(a0), sipPySelf(0)
  364. | ^
  365. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:47:116: error: expected constructor, destructor, or type conversion before ‘(’ token
  366. 47 | sipwxWebViewFSHandler::sipwxWebViewFSHandler(const ::wxWebViewFSHandler& a0): ::wxWebViewFSHandler(a0), sipPySelf(0)
  367. | ^
  368. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp: In member function ‘wxFSFile* sipwxWebViewFSHandler::GetFile(const wxString&)’:
  369. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:65:19: error: ‘::wxWebViewFSHandler’ has not been declared
  370. 65 | return ::wxWebViewFSHandler::GetFile(uri);
  371. | ^~~~~~~~~~~~~~~~~~
  372. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp: In member function ‘wxString sipwxWebViewFSHandler::GetName() const’:
  373. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:80:19: error: ‘::wxWebViewFSHandler’ has not been declared
  374. 80 | return ::wxWebViewFSHandler::GetName();
  375. | ^~~~~~~~~~~~~~~~~~
  376. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp: In function ‘PyObject* meth_wxWebViewFSHandler_GetFile(PyObject*, PyObject*, PyObject*)’:
  377. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:99:12: error: ‘::wxWebViewFSHandler’ has not been declared; did you mean ‘sipwxWebViewFSHandler’?
  378. 99 | ::wxWebViewFSHandler *sipCpp;
  379. | ^~~~~~~~~~~~~~~~~~
  380. | sipwxWebViewFSHandler
  381. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:99:32: error: ‘sipCpp’ was not declared in this scope
  382. 99 | ::wxWebViewFSHandler *sipCpp;
  383. | ^~~~~~
  384. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:112:50: error: ‘::wxWebViewFSHandler’ has not been declared
  385. 112 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebViewFSHandler::GetFile(*uri) : sipCpp->GetFile(*uri));
  386. | ^~~~~~~~~~~~~~~~~~
  387. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp: In function ‘void* cast_wxWebViewFSHandler(void*, const sipTypeDef*)’:
  388. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:134:8: error: ‘::wxWebViewFSHandler’ has not been declared; did you mean ‘sipwxWebViewFSHandler’?
  389. 134 | ::wxWebViewFSHandler *sipCpp = reinterpret_cast< ::wxWebViewFSHandler *>(sipCppV);
  390. | ^~~~~~~~~~~~~~~~~~
  391. | sipwxWebViewFSHandler
  392. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:134:28: error: ‘sipCpp’ was not declared in this scope; did you mean ‘sipCppV’?
  393. 134 | ::wxWebViewFSHandler *sipCpp = reinterpret_cast< ::wxWebViewFSHandler *>(sipCppV);
  394. | ^~~~~~
  395. | sipCppV
  396. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:134:57: error: ‘wxWebViewFSHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewFSHandler’?
  397. 134 | ::wxWebViewFSHandler *sipCpp = reinterpret_cast< ::wxWebViewFSHandler *>(sipCppV);
  398. | ^~~~~~~~~~~~~~~~~~
  399. | sipwxWebViewFSHandler
  400. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:134:76: error: expected ‘>’ before ‘*’ token
  401. 134 | ::wxWebViewFSHandler *sipCpp = reinterpret_cast< ::wxWebViewFSHandler *>(sipCppV);
  402. | ^
  403. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:134:76: error: expected ‘(’ before ‘*’ token
  404. 134 | ::wxWebViewFSHandler *sipCpp = reinterpret_cast< ::wxWebViewFSHandler *>(sipCppV);
  405. | ^
  406. | (
  407. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:134:77: error: expected primary-expression before ‘>’ token
  408. 134 | ::wxWebViewFSHandler *sipCpp = reinterpret_cast< ::wxWebViewFSHandler *>(sipCppV);
  409. | ^
  410. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:134:87: error: expected ‘)’ before ‘;’ token
  411. 134 | ::wxWebViewFSHandler *sipCpp = reinterpret_cast< ::wxWebViewFSHandler *>(sipCppV);
  412. | ^
  413. | )
  414. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:137:31: error: ‘wxWebViewHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewFSHandler’?
  415. 137 | return static_cast< ::wxWebViewHandler *>(sipCpp);
  416. | ^~~~~~~~~~~~~~~~
  417. | sipwxWebViewFSHandler
  418. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:137:48: error: expected ‘>’ before ‘*’ token
  419. 137 | return static_cast< ::wxWebViewHandler *>(sipCpp);
  420. | ^
  421. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:137:48: error: expected ‘(’ before ‘*’ token
  422. 137 | return static_cast< ::wxWebViewHandler *>(sipCpp);
  423. | ^
  424. | (
  425. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:137:49: error: expected primary-expression before ‘>’ token
  426. 137 | return static_cast< ::wxWebViewHandler *>(sipCpp);
  427. | ^
  428. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:137:58: error: expected ‘)’ before ‘;’ token
  429. 137 | return static_cast< ::wxWebViewHandler *>(sipCpp);
  430. | ^
  431. | )
  432. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp: In function ‘void release_wxWebViewFSHandler(void*, int)’:
  433. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:152:36: error: ‘wxWebViewFSHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewFSHandler’?
  434. 152 | delete reinterpret_cast< ::wxWebViewFSHandler *>(sipCppV);
  435. | ^~~~~~~~~~~~~~~~~~
  436. | sipwxWebViewFSHandler
  437. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:152:55: error: expected ‘>’ before ‘*’ token
  438. 152 | delete reinterpret_cast< ::wxWebViewFSHandler *>(sipCppV);
  439. | ^
  440. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:152:55: error: expected ‘(’ before ‘*’ token
  441. 152 | delete reinterpret_cast< ::wxWebViewFSHandler *>(sipCppV);
  442. | ^
  443. | (
  444. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:152:56: error: expected primary-expression before ‘>’ token
  445. 152 | delete reinterpret_cast< ::wxWebViewFSHandler *>(sipCppV);
  446. | ^
  447. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:152:66: error: expected ‘)’ before ‘;’ token
  448. 152 | delete reinterpret_cast< ::wxWebViewFSHandler *>(sipCppV);
  449. | ^
  450. | )
  451. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp: In function ‘void* init_type_wxWebViewFSHandler(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
  452. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:206:18: error: ‘wxWebViewFSHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewFSHandler’?
  453. 206 | const ::wxWebViewFSHandler* a0;
  454. | ^~~~~~~~~~~~~~~~~~
  455. | sipwxWebViewFSHandler
  456. ../../../../sip/cpp/sip_html2wxWebViewFSHandler.cpp:208:112: error: ‘a0’ was not declared in this scope; did you mean ‘y0’?
  457. 208 | if (sipParseKwdArgs(sipParseErr, sipArgs, sipKwds, NULL, sipUnused, "J9", sipType_wxWebViewFSHandler, &a0))
  458. | ^~
  459. | y0
  460.  
  461. ../../../../sip/cpp/sip_html2cmodule.cpp:393:4: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  462. 393 | ::wxWebView* sipVH__html2_23(sip_gilstate_t sipGILState, sipVirtErrorHandlerFunc sipErrorHandler, sipSimpleWrapper *sipPySelf, PyObject *sipMethod, ::wxWindow*parent, ::wxWindowID id,const ::wxString& url,const ::wxPoint& pos,const ::wxSize& size,long style,const ::wxString& name)
  463. | ^~~~~~~~~
  464. ../../../../sip/cpp/sip_html2cmodule.cpp:403:4: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  465. 403 | ::wxWebView* sipVH__html2_22(sip_gilstate_t sipGILState, sipVirtErrorHandlerFunc sipErrorHandler, sipSimpleWrapper *sipPySelf, PyObject *sipMethod)
  466. | ^~~~~~~~~
  467. ../../../../sip/cpp/sip_html2cmodule.cpp:594:57: error: ‘::wxWEBVIEW_FIND_BACKWARDS’ has not been declared; did you mean ‘sipName_WEBVIEW_FIND_BACKWARDS’?
  468. 594 | {sipName_WEBVIEW_FIND_BACKWARDS, static_cast<int>(::wxWEBVIEW_FIND_BACKWARDS), 5},
  469. | ^~~~~~~~~~~~~~~~~~~~~~~~
  470. | sipName_WEBVIEW_FIND_BACKWARDS
  471. ../../../../sip/cpp/sip_html2cmodule.cpp:595:55: error: ‘::wxWEBVIEW_FIND_DEFAULT’ has not been declared; did you mean ‘sipName_WEBVIEW_FIND_DEFAULT’?
  472. 595 | {sipName_WEBVIEW_FIND_DEFAULT, static_cast<int>(::wxWEBVIEW_FIND_DEFAULT), 5},
  473. | ^~~~~~~~~~~~~~~~~~~~~~
  474. | sipName_WEBVIEW_FIND_DEFAULT
  475. ../../../../sip/cpp/sip_html2cmodule.cpp:596:59: error: ‘::wxWEBVIEW_FIND_ENTIRE_WORD’ has not been declared; did you mean ‘sipName_WEBVIEW_FIND_ENTIRE_WORD’?
  476. 596 | {sipName_WEBVIEW_FIND_ENTIRE_WORD, static_cast<int>(::wxWEBVIEW_FIND_ENTIRE_WORD), 5},
  477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  478. | sipName_WEBVIEW_FIND_ENTIRE_WORD
  479. ../../../../sip/cpp/sip_html2cmodule.cpp:597:64: error: ‘::wxWEBVIEW_FIND_HIGHLIGHT_RESULT’ has not been declared; did you mean ‘sipName_WEBVIEW_FIND_HIGHLIGHT_RESULT’?
  480. 597 | {sipName_WEBVIEW_FIND_HIGHLIGHT_RESULT, static_cast<int>(::wxWEBVIEW_FIND_HIGHLIGHT_RESULT), 5},
  481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  482. | sipName_WEBVIEW_FIND_HIGHLIGHT_RESULT
  483. ../../../../sip/cpp/sip_html2cmodule.cpp:598:58: error: ‘::wxWEBVIEW_FIND_MATCH_CASE’ has not been declared; did you mean ‘sipName_WEBVIEW_FIND_MATCH_CASE’?
  484. 598 | {sipName_WEBVIEW_FIND_MATCH_CASE, static_cast<int>(::wxWEBVIEW_FIND_MATCH_CASE), 5},
  485. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  486. | sipName_WEBVIEW_FIND_MATCH_CASE
  487. ../../../../sip/cpp/sip_html2cmodule.cpp:599:52: error: ‘::wxWEBVIEW_FIND_WRAP’ has not been declared; did you mean ‘sipName_WEBVIEW_FIND_WRAP’?
  488. 599 | {sipName_WEBVIEW_FIND_WRAP, static_cast<int>(::wxWEBVIEW_FIND_WRAP), 5},
  489. | ^~~~~~~~~~~~~~~~~~~
  490. | sipName_WEBVIEW_FIND_WRAP
  491. ../../../../sip/cpp/sip_html2cmodule.cpp:600:55: error: ‘::wxWEBVIEW_NAV_ERR_AUTH’ has not been declared; did you mean ‘sipName_WEBVIEW_NAV_ERR_AUTH’?
  492. 600 | {sipName_WEBVIEW_NAV_ERR_AUTH, static_cast<int>(::wxWEBVIEW_NAV_ERR_AUTH), 8},
  493. | ^~~~~~~~~~~~~~~~~~~~~~
  494. | sipName_WEBVIEW_NAV_ERR_AUTH
  495. ../../../../sip/cpp/sip_html2cmodule.cpp:601:62: error: ‘::wxWEBVIEW_NAV_ERR_CERTIFICATE’ has not been declared; did you mean ‘sipName_WEBVIEW_NAV_ERR_CERTIFICATE’?
  496. 601 | {sipName_WEBVIEW_NAV_ERR_CERTIFICATE, static_cast<int>(::wxWEBVIEW_NAV_ERR_CERTIFICATE), 8},
  497. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  498. | sipName_WEBVIEW_NAV_ERR_CERTIFICATE
  499. ../../../../sip/cpp/sip_html2cmodule.cpp:602:61: error: ‘::wxWEBVIEW_NAV_ERR_CONNECTION’ has not been declared; did you mean ‘sipName_WEBVIEW_NAV_ERR_CONNECTION’?
  500. 602 | {sipName_WEBVIEW_NAV_ERR_CONNECTION, static_cast<int>(::wxWEBVIEW_NAV_ERR_CONNECTION), 8},
  501. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  502. | sipName_WEBVIEW_NAV_ERR_CONNECTION
  503. ../../../../sip/cpp/sip_html2cmodule.cpp:603:60: error: ‘::wxWEBVIEW_NAV_ERR_NOT_FOUND’ has not been declared; did you mean ‘sipName_WEBVIEW_NAV_ERR_NOT_FOUND’?
  504. 603 | {sipName_WEBVIEW_NAV_ERR_NOT_FOUND, static_cast<int>(::wxWEBVIEW_NAV_ERR_NOT_FOUND), 8},
  505. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  506. | sipName_WEBVIEW_NAV_ERR_NOT_FOUND
  507. ../../../../sip/cpp/sip_html2cmodule.cpp:604:56: error: ‘::wxWEBVIEW_NAV_ERR_OTHER’ has not been declared; did you mean ‘sipName_WEBVIEW_NAV_ERR_OTHER’?
  508. 604 | {sipName_WEBVIEW_NAV_ERR_OTHER, static_cast<int>(::wxWEBVIEW_NAV_ERR_OTHER), 8},
  509. | ^~~~~~~~~~~~~~~~~~~~~~~
  510. | sipName_WEBVIEW_NAV_ERR_OTHER
  511. ../../../../sip/cpp/sip_html2cmodule.cpp:605:58: error: ‘::wxWEBVIEW_NAV_ERR_REQUEST’ has not been declared; did you mean ‘sipName_WEBVIEW_NAV_ERR_REQUEST’?
  512. 605 | {sipName_WEBVIEW_NAV_ERR_REQUEST, static_cast<int>(::wxWEBVIEW_NAV_ERR_REQUEST), 8},
  513. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  514. | sipName_WEBVIEW_NAV_ERR_REQUEST
  515. ../../../../sip/cpp/sip_html2cmodule.cpp:606:59: error: ‘::wxWEBVIEW_NAV_ERR_SECURITY’ has not been declared; did you mean ‘sipName_WEBVIEW_NAV_ERR_SECURITY’?
  516. 606 | {sipName_WEBVIEW_NAV_ERR_SECURITY, static_cast<int>(::wxWEBVIEW_NAV_ERR_SECURITY), 8},
  517. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  518. | sipName_WEBVIEW_NAV_ERR_SECURITY
  519. ../../../../sip/cpp/sip_html2cmodule.cpp:607:65: error: ‘::wxWEBVIEW_NAV_ERR_USER_CANCELLED’ has not been declared; did you mean ‘sipName_WEBVIEW_NAV_ERR_USER_CANCELLED’?
  520. 607 | {sipName_WEBVIEW_NAV_ERR_USER_CANCELLED, static_cast<int>(::wxWEBVIEW_NAV_ERR_USER_CANCELLED), 8},
  521. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  522. | sipName_WEBVIEW_NAV_ERR_USER_CANCELLED
  523. ../../../../sip/cpp/sip_html2cmodule.cpp:608:57: error: ‘::wxWEBVIEW_RELOAD_DEFAULT’ has not been declared; did you mean ‘wxLOCALE_LOAD_DEFAULT’?
  524. 608 | {sipName_WEBVIEW_RELOAD_DEFAULT, static_cast<int>(::wxWEBVIEW_RELOAD_DEFAULT), 9},
  525. | ^~~~~~~~~~~~~~~~~~~~~~~~
  526. | wxLOCALE_LOAD_DEFAULT
  527. ../../../../sip/cpp/sip_html2cmodule.cpp:609:58: error: ‘::wxWEBVIEW_RELOAD_NO_CACHE’ has not been declared; did you mean ‘sipName_WEBVIEW_RELOAD_NO_CACHE’?
  528. 609 | {sipName_WEBVIEW_RELOAD_NO_CACHE, static_cast<int>(::wxWEBVIEW_RELOAD_NO_CACHE), 9},
  529. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  530. | sipName_WEBVIEW_RELOAD_NO_CACHE
  531. ../../../../sip/cpp/sip_html2cmodule.cpp:610:53: error: ‘::wxWEBVIEW_ZOOM_LARGE’ has not been declared; did you mean ‘sipName_WEBVIEW_ZOOM_LARGE’?
  532. 610 | {sipName_WEBVIEW_ZOOM_LARGE, static_cast<int>(::wxWEBVIEW_ZOOM_LARGE), 10},
  533. | ^~~~~~~~~~~~~~~~~~~~
  534. | sipName_WEBVIEW_ZOOM_LARGE
  535. ../../../../sip/cpp/sip_html2cmodule.cpp:611:55: error: ‘::wxWEBVIEW_ZOOM_LARGEST’ has not been declared; did you mean ‘sipName_WEBVIEW_ZOOM_LARGEST’?
  536. 611 | {sipName_WEBVIEW_ZOOM_LARGEST, static_cast<int>(::wxWEBVIEW_ZOOM_LARGEST), 10},
  537. | ^~~~~~~~~~~~~~~~~~~~~~
  538. | sipName_WEBVIEW_ZOOM_LARGEST
  539. ../../../../sip/cpp/sip_html2cmodule.cpp:612:54: error: ‘::wxWEBVIEW_ZOOM_MEDIUM’ has not been declared; did you mean ‘sipName_WEBVIEW_ZOOM_MEDIUM’?
  540. 612 | {sipName_WEBVIEW_ZOOM_MEDIUM, static_cast<int>(::wxWEBVIEW_ZOOM_MEDIUM), 10},
  541. | ^~~~~~~~~~~~~~~~~~~~~
  542. | sipName_WEBVIEW_ZOOM_MEDIUM
  543. ../../../../sip/cpp/sip_html2cmodule.cpp:613:53: error: ‘::wxWEBVIEW_ZOOM_SMALL’ has not been declared; did you mean ‘sipName_WEBVIEW_ZOOM_SMALL’?
  544. 613 | {sipName_WEBVIEW_ZOOM_SMALL, static_cast<int>(::wxWEBVIEW_ZOOM_SMALL), 10},
  545. | ^~~~~~~~~~~~~~~~~~~~
  546. | sipName_WEBVIEW_ZOOM_SMALL
  547. ../../../../sip/cpp/sip_html2cmodule.cpp:614:52: error: ‘::wxWEBVIEW_ZOOM_TINY’ has not been declared
  548. 614 | {sipName_WEBVIEW_ZOOM_TINY, static_cast<int>(::wxWEBVIEW_ZOOM_TINY), 10},
  549. | ^~~~~~~~~~~~~~~~~~~
  550. ../../../../sip/cpp/sip_html2cmodule.cpp:615:59: error: ‘::wxWEBVIEW_ZOOM_TYPE_LAYOUT’ has not been declared; did you mean ‘sipName_WEBVIEW_ZOOM_TYPE_LAYOUT’?
  551. 615 | {sipName_WEBVIEW_ZOOM_TYPE_LAYOUT, static_cast<int>(::wxWEBVIEW_ZOOM_TYPE_LAYOUT), 11},
  552. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  553. | sipName_WEBVIEW_ZOOM_TYPE_LAYOUT
  554. ../../../../sip/cpp/sip_html2cmodule.cpp:616:57: error: ‘::wxWEBVIEW_ZOOM_TYPE_TEXT’ has not been declared; did you mean ‘sipName_WEBVIEW_ZOOM_TYPE_TEXT’?
  555. 616 | {sipName_WEBVIEW_ZOOM_TYPE_TEXT, static_cast<int>(::wxWEBVIEW_ZOOM_TYPE_TEXT), 11},
  556. | ^~~~~~~~~~~~~~~~~~~~~~~~
  557. | sipName_WEBVIEW_ZOOM_TYPE_TEXT
  558. ../../../../sip/cpp/sip_html2cmodule.cpp:673:37: error: ‘wxWebViewBackendDefault’ was not declared in this scope; did you mean ‘sipName_WebViewBackendDefault’?
  559. 673 | {sipName_WebViewBackendDefault, wxWebViewBackendDefault, 'N'},
  560. | ^~~~~~~~~~~~~~~~~~~~~~~
  561. | sipName_WebViewBackendDefault
  562. ../../../../sip/cpp/sip_html2cmodule.cpp:674:32: error: ‘wxWebViewBackendIE’ was not declared in this scope; did you mean ‘sipName_WebViewBackendIE’?
  563. 674 | {sipName_WebViewBackendIE, wxWebViewBackendIE, 'N'},
  564. | ^~~~~~~~~~~~~~~~~~
  565. | sipName_WebViewBackendIE
  566. ../../../../sip/cpp/sip_html2cmodule.cpp:675:36: error: ‘wxWebViewBackendWebKit’ was not declared in this scope; did you mean ‘sipName_WebViewBackendWebKit’?
  567. 675 | {sipName_WebViewBackendWebKit, wxWebViewBackendWebKit, 'N'},
  568. | ^~~~~~~~~~~~~~~~~~~~~~
  569. | sipName_WebViewBackendWebKit
  570. ../../../../sip/cpp/sip_html2cmodule.cpp:676:36: error: ‘wxWebViewDefaultURLStr’ was not declared in this scope; did you mean ‘sipName_WebViewDefaultURLStr’?
  571. 676 | {sipName_WebViewDefaultURLStr, wxWebViewDefaultURLStr, 'N'},
  572. | ^~~~~~~~~~~~~~~~~~~~~~
  573. | sipName_WebViewDefaultURLStr
  574. ../../../../sip/cpp/sip_html2cmodule.cpp:677:30: error: ‘wxWebViewNameStr’ was not declared in this scope; did you mean ‘wxGaugeNameStr’?
  575. 677 | {sipName_WebViewNameStr, wxWebViewNameStr, 'N'},
  576. | ^~~~~~~~~~~~~~~~
  577. | wxGaugeNameStr
  578. ../../../../sip/cpp/sip_html2cmodule.cpp:684:35: error: ‘wxEVT_WEBVIEW_ERROR’ was not declared in this scope
  579. 684 | {sipName_wxEVT_WEBVIEW_ERROR, wxEVT_WEBVIEW_ERROR},
  580. | ^~~~~~~~~~~~~~~~~~~
  581. ../../../../sip/cpp/sip_html2cmodule.cpp:685:36: error: ‘wxEVT_WEBVIEW_LOADED’ was not declared in this scope; did you mean ‘sipName_wxEVT_WEBVIEW_LOADED’?
  582. 685 | {sipName_wxEVT_WEBVIEW_LOADED, wxEVT_WEBVIEW_LOADED},
  583. | ^~~~~~~~~~~~~~~~~~~~
  584. | sipName_wxEVT_WEBVIEW_LOADED
  585. ../../../../sip/cpp/sip_html2cmodule.cpp:686:39: error: ‘wxEVT_WEBVIEW_NAVIGATED’ was not declared in this scope; did you mean ‘sipName_wxEVT_WEBVIEW_NAVIGATED’?
  586. 686 | {sipName_wxEVT_WEBVIEW_NAVIGATED, wxEVT_WEBVIEW_NAVIGATED},
  587. | ^~~~~~~~~~~~~~~~~~~~~~~
  588. | sipName_wxEVT_WEBVIEW_NAVIGATED
  589. ../../../../sip/cpp/sip_html2cmodule.cpp:687:40: error: ‘wxEVT_WEBVIEW_NAVIGATING’ was not declared in this scope; did you mean ‘sipName_wxEVT_WEBVIEW_NAVIGATING’?
  590. 687 | {sipName_wxEVT_WEBVIEW_NAVIGATING, wxEVT_WEBVIEW_NAVIGATING},
  591. | ^~~~~~~~~~~~~~~~~~~~~~~~
  592. | sipName_wxEVT_WEBVIEW_NAVIGATING
  593. ../../../../sip/cpp/sip_html2cmodule.cpp:688:39: error: ‘wxEVT_WEBVIEW_NEWWINDOW’ was not declared in this scope; did you mean ‘wxEVT_LEAVE_WINDOW’?
  594. 688 | {sipName_wxEVT_WEBVIEW_NEWWINDOW, wxEVT_WEBVIEW_NEWWINDOW},
  595. | ^~~~~~~~~~~~~~~~~~~~~~~
  596. | wxEVT_LEAVE_WINDOW
  597. ../../../../sip/cpp/sip_html2cmodule.cpp:689:43: error: ‘wxEVT_WEBVIEW_TITLE_CHANGED’ was not declared in this scope; did you mean ‘sipName_wxEVT_WEBVIEW_TITLE_CHANGED’?
  598. 689 | {sipName_wxEVT_WEBVIEW_TITLE_CHANGED, wxEVT_WEBVIEW_TITLE_CHANGED},
  599. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  600. | sipName_wxEVT_WEBVIEW_TITLE_CHANGED
  601.  
  602. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:18:1: error: expected class-name before ‘{’ token
  603. 18 | {
  604. | ^
  605. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:21:41: error: ‘wxWebViewArchiveHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewArchiveHandler’?
  606. 21 | sipwxWebViewArchiveHandler(const ::wxWebViewArchiveHandler&);
  607. | ^~~~~~~~~~~~~~~~~~~~~~~
  608. | sipwxWebViewArchiveHandler
  609. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp: In constructor ‘sipwxWebViewArchiveHandler::sipwxWebViewArchiveHandler(const wxString&)’:
  610. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:42:110: error: expected class-name before ‘(’ token
  611. 42 | sipwxWebViewArchiveHandler::sipwxWebViewArchiveHandler(const ::wxString& scheme): ::wxWebViewArchiveHandler(scheme), sipPySelf(0)
  612. | ^
  613. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:42:110: error: expected ‘{’ before ‘(’ token
  614. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp: At global scope:
  615. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:42:118: error: expected constructor, destructor, or type conversion before ‘,’ token
  616. 42 | sipwxWebViewArchiveHandler::sipwxWebViewArchiveHandler(const ::wxString& scheme): ::wxWebViewArchiveHandler(scheme), sipPySelf(0)
  617. | ^
  618. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:42:129: error: expected constructor, destructor, or type conversion before ‘(’ token
  619. 42 | sipwxWebViewArchiveHandler::sipwxWebViewArchiveHandler(const ::wxString& scheme): ::wxWebViewArchiveHandler(scheme), sipPySelf(0)
  620. | ^
  621. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:47:65: error: ‘wxWebViewArchiveHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewArchiveHandler’?
  622. 47 | sipwxWebViewArchiveHandler::sipwxWebViewArchiveHandler(const ::wxWebViewArchiveHandler& a0): ::wxWebViewArchiveHandler(a0), sipPySelf(0)
  623. | ^~~~~~~~~~~~~~~~~~~~~~~
  624. | sipwxWebViewArchiveHandler
  625. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp: In constructor ‘sipwxWebViewArchiveHandler::sipwxWebViewArchiveHandler(const int&)’:
  626. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:47:121: error: expected class-name before ‘(’ token
  627. 47 | sipwxWebViewArchiveHandler::sipwxWebViewArchiveHandler(const ::wxWebViewArchiveHandler& a0): ::wxWebViewArchiveHandler(a0), sipPySelf(0)
  628. | ^
  629. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:47:121: error: expected ‘{’ before ‘(’ token
  630. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp: At global scope:
  631. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:47:125: error: expected constructor, destructor, or type conversion before ‘,’ token
  632. 47 | sipwxWebViewArchiveHandler::sipwxWebViewArchiveHandler(const ::wxWebViewArchiveHandler& a0): ::wxWebViewArchiveHandler(a0), sipPySelf(0)
  633. | ^
  634. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:47:136: error: expected constructor, destructor, or type conversion before ‘(’ token
  635. 47 | sipwxWebViewArchiveHandler::sipwxWebViewArchiveHandler(const ::wxWebViewArchiveHandler& a0): ::wxWebViewArchiveHandler(a0), sipPySelf(0)
  636. | ^
  637. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp: In member function ‘wxFSFile* sipwxWebViewArchiveHandler::GetFile(const wxString&)’:
  638. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:65:19: error: ‘::wxWebViewArchiveHandler’ has not been declared
  639. 65 | return ::wxWebViewArchiveHandler::GetFile(uri);
  640. | ^~~~~~~~~~~~~~~~~~~~~~~
  641. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp: In member function ‘wxString sipwxWebViewArchiveHandler::GetName() const’:
  642. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:80:19: error: ‘::wxWebViewArchiveHandler’ has not been declared
  643. 80 | return ::wxWebViewArchiveHandler::GetName();
  644. | ^~~~~~~~~~~~~~~~~~~~~~~
  645. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp: In function ‘PyObject* meth_wxWebViewArchiveHandler_GetFile(PyObject*, PyObject*, PyObject*)’:
  646. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:99:12: error: ‘::wxWebViewArchiveHandler’ has not been declared; did you mean ‘sipwxWebViewArchiveHandler’?
  647. 99 | ::wxWebViewArchiveHandler *sipCpp;
  648. | ^~~~~~~~~~~~~~~~~~~~~~~
  649. | sipwxWebViewArchiveHandler
  650. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:99:37: error: ‘sipCpp’ was not declared in this scope
  651. 99 | ::wxWebViewArchiveHandler *sipCpp;
  652. | ^~~~~~
  653. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:112:50: error: ‘::wxWebViewArchiveHandler’ has not been declared
  654. 112 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebViewArchiveHandler::GetFile(*uri) : sipCpp->GetFile(*uri));
  655. | ^~~~~~~~~~~~~~~~~~~~~~~
  656. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp: In function ‘void* cast_wxWebViewArchiveHandler(void*, const sipTypeDef*)’:
  657. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:134:8: error: ‘::wxWebViewArchiveHandler’ has not been declared; did you mean ‘sipwxWebViewArchiveHandler’?
  658. 134 | ::wxWebViewArchiveHandler *sipCpp = reinterpret_cast< ::wxWebViewArchiveHandler *>(sipCppV);
  659. | ^~~~~~~~~~~~~~~~~~~~~~~
  660. | sipwxWebViewArchiveHandler
  661. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:134:33: error: ‘sipCpp’ was not declared in this scope; did you mean ‘sipCppV’?
  662. 134 | ::wxWebViewArchiveHandler *sipCpp = reinterpret_cast< ::wxWebViewArchiveHandler *>(sipCppV);
  663. | ^~~~~~
  664. | sipCppV
  665. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:134:62: error: ‘wxWebViewArchiveHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewArchiveHandler’?
  666. 134 | ::wxWebViewArchiveHandler *sipCpp = reinterpret_cast< ::wxWebViewArchiveHandler *>(sipCppV);
  667. | ^~~~~~~~~~~~~~~~~~~~~~~
  668. | sipwxWebViewArchiveHandler
  669. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:134:86: error: expected ‘>’ before ‘*’ token
  670. 134 | ::wxWebViewArchiveHandler *sipCpp = reinterpret_cast< ::wxWebViewArchiveHandler *>(sipCppV);
  671. | ^
  672. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:134:86: error: expected ‘(’ before ‘*’ token
  673. 134 | ::wxWebViewArchiveHandler *sipCpp = reinterpret_cast< ::wxWebViewArchiveHandler *>(sipCppV);
  674. | ^
  675. | (
  676. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:134:87: error: expected primary-expression before ‘>’ token
  677. 134 | ::wxWebViewArchiveHandler *sipCpp = reinterpret_cast< ::wxWebViewArchiveHandler *>(sipCppV);
  678. | ^
  679. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:134:97: error: expected ‘)’ before ‘;’ token
  680. 134 | ::wxWebViewArchiveHandler *sipCpp = reinterpret_cast< ::wxWebViewArchiveHandler *>(sipCppV);
  681. | ^
  682. | )
  683. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:137:31: error: ‘wxWebViewHandler’ in namespace ‘::’ does not name a type; did you mean ‘wxImageHandler’?
  684. 137 | return static_cast< ::wxWebViewHandler *>(sipCpp);
  685. | ^~~~~~~~~~~~~~~~
  686. | wxImageHandler
  687. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:137:48: error: expected ‘>’ before ‘*’ token
  688. 137 | return static_cast< ::wxWebViewHandler *>(sipCpp);
  689. | ^
  690. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:137:48: error: expected ‘(’ before ‘*’ token
  691. 137 | return static_cast< ::wxWebViewHandler *>(sipCpp);
  692. | ^
  693. | (
  694. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:137:49: error: expected primary-expression before ‘>’ token
  695. 137 | return static_cast< ::wxWebViewHandler *>(sipCpp);
  696. | ^
  697. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:137:58: error: expected ‘)’ before ‘;’ token
  698. 137 | return static_cast< ::wxWebViewHandler *>(sipCpp);
  699. | ^
  700. | )
  701. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp: In function ‘void release_wxWebViewArchiveHandler(void*, int)’:
  702. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:152:36: error: ‘wxWebViewArchiveHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewArchiveHandler’?
  703. 152 | delete reinterpret_cast< ::wxWebViewArchiveHandler *>(sipCppV);
  704. | ^~~~~~~~~~~~~~~~~~~~~~~
  705. | sipwxWebViewArchiveHandler
  706. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:152:60: error: expected ‘>’ before ‘*’ token
  707. 152 | delete reinterpret_cast< ::wxWebViewArchiveHandler *>(sipCppV);
  708. | ^
  709. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:152:60: error: expected ‘(’ before ‘*’ token
  710. 152 | delete reinterpret_cast< ::wxWebViewArchiveHandler *>(sipCppV);
  711. | ^
  712. | (
  713. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:152:61: error: expected primary-expression before ‘>’ token
  714. 152 | delete reinterpret_cast< ::wxWebViewArchiveHandler *>(sipCppV);
  715. | ^
  716. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:152:71: error: expected ‘)’ before ‘;’ token
  717. 152 | delete reinterpret_cast< ::wxWebViewArchiveHandler *>(sipCppV);
  718. | ^
  719. | )
  720. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp: In function ‘void* init_type_wxWebViewArchiveHandler(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
  721. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:206:18: error: ‘wxWebViewArchiveHandler’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewArchiveHandler’?
  722. 206 | const ::wxWebViewArchiveHandler* a0;
  723. | ^~~~~~~~~~~~~~~~~~~~~~~
  724. | sipwxWebViewArchiveHandler
  725. ../../../../sip/cpp/sip_html2wxWebViewArchiveHandler.cpp:208:117: error: ‘a0’ was not declared in this scope; did you mean ‘y0’?
  726. 208 | if (sipParseKwdArgs(sipParseErr, sipArgs, sipKwds, NULL, sipUnused, "J9", sipType_wxWebViewArchiveHandler, &a0))
  727. | ^~
  728. | y0
  729.  
  730. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:21:1: error: expected class-name before ‘{’ token
  731. 21 | {
  732. | ^
  733. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:25:32: error: ‘wxWebViewEvent’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewEvent’?
  734. 25 | sipwxWebViewEvent(const ::wxWebViewEvent&);
  735. | ^~~~~~~~~~~~~~
  736. | sipwxWebViewEvent
  737. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: In constructor ‘sipwxWebViewEvent::sipwxWebViewEvent()’:
  738. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:46:58: error: expected class-name before ‘(’ token
  739. 46 | sipwxWebViewEvent::sipwxWebViewEvent(): ::wxWebViewEvent(), sipPySelf(0)
  740. | ^
  741. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:46:58: error: expected ‘{’ before ‘(’ token
  742. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: At global scope:
  743. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:46:59: error: expected unqualified-id before ‘)’ token
  744. 46 | sipwxWebViewEvent::sipwxWebViewEvent(): ::wxWebViewEvent(), sipPySelf(0)
  745. | ^
  746. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:46:71: error: expected constructor, destructor, or type conversion before ‘(’ token
  747. 46 | sipwxWebViewEvent::sipwxWebViewEvent(): ::wxWebViewEvent(), sipPySelf(0)
  748. | ^
  749. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: In constructor ‘sipwxWebViewEvent::sipwxWebViewEvent(wxEventType, int, wxString, wxString)’:
  750. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:51:132: error: expected class-name before ‘(’ token
  751. 51 | sipwxWebViewEvent::sipwxWebViewEvent( ::wxEventType type,int id,const ::wxString href,const ::wxString target): ::wxWebViewEvent(type,id,href,target), sipPySelf(0)
  752. | ^
  753. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:51:132: error: expected ‘{’ before ‘(’ token
  754. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: At global scope:
  755. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:51:137: error: expected ‘)’ before ‘,’ token
  756. 51 | sipwxWebViewEvent::sipwxWebViewEvent( ::wxEventType type,int id,const ::wxString href,const ::wxString target): ::wxWebViewEvent(type,id,href,target), sipPySelf(0)
  757. | ~ ^
  758. | )
  759. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:51:140: error: expected constructor, destructor, or type conversion before ‘,’ token
  760. 51 | sipwxWebViewEvent::sipwxWebViewEvent( ::wxEventType type,int id,const ::wxString href,const ::wxString target): ::wxWebViewEvent(type,id,href,target), sipPySelf(0)
  761. | ^
  762. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:51:145: error: expected constructor, destructor, or type conversion before ‘,’ token
  763. 51 | sipwxWebViewEvent::sipwxWebViewEvent( ::wxEventType type,int id,const ::wxString href,const ::wxString target): ::wxWebViewEvent(type,id,href,target), sipPySelf(0)
  764. | ^
  765. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:51:152: error: expected constructor, destructor, or type conversion before ‘)’ token
  766. 51 | sipwxWebViewEvent::sipwxWebViewEvent( ::wxEventType type,int id,const ::wxString href,const ::wxString target): ::wxWebViewEvent(type,id,href,target), sipPySelf(0)
  767. | ^
  768. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:56:47: error: ‘wxWebViewEvent’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewEvent’?
  769. 56 | sipwxWebViewEvent::sipwxWebViewEvent(const ::wxWebViewEvent& a0): ::wxWebViewEvent(a0), sipPySelf(0)
  770. | ^~~~~~~~~~~~~~
  771. | sipwxWebViewEvent
  772. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: In constructor ‘sipwxWebViewEvent::sipwxWebViewEvent(const int&)’:
  773. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:56:85: error: expected class-name before ‘(’ token
  774. 56 | sipwxWebViewEvent::sipwxWebViewEvent(const ::wxWebViewEvent& a0): ::wxWebViewEvent(a0), sipPySelf(0)
  775. | ^
  776. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:56:85: error: expected ‘{’ before ‘(’ token
  777. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: At global scope:
  778. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:56:89: error: expected constructor, destructor, or type conversion before ‘,’ token
  779. 56 | sipwxWebViewEvent::sipwxWebViewEvent(const ::wxWebViewEvent& a0): ::wxWebViewEvent(a0), sipPySelf(0)
  780. | ^
  781. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:56:100: error: expected constructor, destructor, or type conversion before ‘(’ token
  782. 56 | sipwxWebViewEvent::sipwxWebViewEvent(const ::wxWebViewEvent& a0): ::wxWebViewEvent(a0), sipPySelf(0)
  783. | ^
  784. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: In member function ‘wxEvent* sipwxWebViewEvent::Clone() const’:
  785. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:74:19: error: ‘::wxWebViewEvent’ has not been declared
  786. 74 | return ::wxWebViewEvent::Clone();
  787. | ^~~~~~~~~~~~~~
  788. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: In member function ‘wxEventCategory sipwxWebViewEvent::GetEventCategory() const’:
  789. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:89:19: error: ‘::wxWebViewEvent’ has not been declared
  790. 89 | return ::wxWebViewEvent::GetEventCategory();
  791. | ^~~~~~~~~~~~~~
  792. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: In function ‘PyObject* meth_wxWebViewEvent_GetTarget(PyObject*, PyObject*)’:
  793. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:108:18: error: ‘wxWebViewEvent’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewEvent’?
  794. 108 | const ::wxWebViewEvent *sipCpp;
  795. | ^~~~~~~~~~~~~~
  796. | sipwxWebViewEvent
  797. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:110:89: error: ‘sipCpp’ was not declared in this scope
  798. 110 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebViewEvent, &sipCpp))
  799. | ^~~~~~
  800. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: In function ‘PyObject* meth_wxWebViewEvent_GetURL(PyObject*, PyObject*)’:
  801. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:144:18: error: ‘wxWebViewEvent’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewEvent’?
  802. 144 | const ::wxWebViewEvent *sipCpp;
  803. | ^~~~~~~~~~~~~~
  804. | sipwxWebViewEvent
  805. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:146:89: error: ‘sipCpp’ was not declared in this scope
  806. 146 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebViewEvent, &sipCpp))
  807. | ^~~~~~
  808. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: In function ‘PyObject* meth_wxWebViewEvent_Clone(PyObject*, PyObject*)’:
  809. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:179:18: error: ‘wxWebViewEvent’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewEvent’?
  810. 179 | const ::wxWebViewEvent *sipCpp;
  811. | ^~~~~~~~~~~~~~
  812. | sipwxWebViewEvent
  813. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:181:89: error: ‘sipCpp’ was not declared in this scope
  814. 181 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebViewEvent, &sipCpp))
  815. | ^~~~~~
  816. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:188:50: error: ‘::wxWebViewEvent’ has not been declared
  817. 188 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebViewEvent::Clone() : sipCpp->Clone());
  818. | ^~~~~~~~~~~~~~
  819. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: In function ‘void* cast_wxWebViewEvent(void*, const sipTypeDef*)’:
  820. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:209:8: error: ‘::wxWebViewEvent’ has not been declared; did you mean ‘sipwxWebViewEvent’?
  821. 209 | ::wxWebViewEvent *sipCpp = reinterpret_cast< ::wxWebViewEvent *>(sipCppV);
  822. | ^~~~~~~~~~~~~~
  823. | sipwxWebViewEvent
  824. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:209:24: error: ‘sipCpp’ was not declared in this scope; did you mean ‘sipCppV’?
  825. 209 | ::wxWebViewEvent *sipCpp = reinterpret_cast< ::wxWebViewEvent *>(sipCppV);
  826. | ^~~~~~
  827. | sipCppV
  828. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:209:53: error: ‘wxWebViewEvent’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewEvent’?
  829. 209 | ::wxWebViewEvent *sipCpp = reinterpret_cast< ::wxWebViewEvent *>(sipCppV);
  830. | ^~~~~~~~~~~~~~
  831. | sipwxWebViewEvent
  832. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:209:68: error: expected ‘>’ before ‘*’ token
  833. 209 | ::wxWebViewEvent *sipCpp = reinterpret_cast< ::wxWebViewEvent *>(sipCppV);
  834. | ^
  835. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:209:68: error: expected ‘(’ before ‘*’ token
  836. 209 | ::wxWebViewEvent *sipCpp = reinterpret_cast< ::wxWebViewEvent *>(sipCppV);
  837. | ^
  838. | (
  839. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:209:69: error: expected primary-expression before ‘>’ token
  840. 209 | ::wxWebViewEvent *sipCpp = reinterpret_cast< ::wxWebViewEvent *>(sipCppV);
  841. | ^
  842. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:209:79: error: expected ‘)’ before ‘;’ token
  843. 209 | ::wxWebViewEvent *sipCpp = reinterpret_cast< ::wxWebViewEvent *>(sipCppV);
  844. | ^
  845. | )
  846. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: In function ‘void release_wxWebViewEvent(void*, int)’:
  847. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:236:36: error: ‘wxWebViewEvent’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewEvent’?
  848. 236 | delete reinterpret_cast< ::wxWebViewEvent *>(sipCppV);
  849. | ^~~~~~~~~~~~~~
  850. | sipwxWebViewEvent
  851. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:236:51: error: expected ‘>’ before ‘*’ token
  852. 236 | delete reinterpret_cast< ::wxWebViewEvent *>(sipCppV);
  853. | ^
  854. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:236:51: error: expected ‘(’ before ‘*’ token
  855. 236 | delete reinterpret_cast< ::wxWebViewEvent *>(sipCppV);
  856. | ^
  857. | (
  858. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:236:52: error: expected primary-expression before ‘>’ token
  859. 236 | delete reinterpret_cast< ::wxWebViewEvent *>(sipCppV);
  860. | ^
  861. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:236:62: error: expected ‘)’ before ‘;’ token
  862. 236 | delete reinterpret_cast< ::wxWebViewEvent *>(sipCppV);
  863. | ^
  864. | )
  865. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp: In function ‘void* init_type_wxWebViewEvent(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
  866. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:319:18: error: ‘wxWebViewEvent’ in namespace ‘::’ does not name a type; did you mean ‘sipwxWebViewEvent’?
  867. 319 | const ::wxWebViewEvent* a0;
  868. | ^~~~~~~~~~~~~~
  869. | sipwxWebViewEvent
  870. ../../../../sip/cpp/sip_html2wxWebViewEvent.cpp:321:108: error: ‘a0’ was not declared in this scope; did you mean ‘y0’?
  871. 321 | if (sipParseKwdArgs(sipParseErr, sipArgs, sipKwds, NULL, sipUnused, "J9", sipType_wxWebViewEvent, &a0))
  872. | ^~
  873. | y0
  874.  
  875. ../../../../sip/cpp/sip_html2wxWebView.cpp:50:45: error: ‘wxWebView’ was not declared in this scope
  876. 50 | PyObject* _wxWebView_GetBackwardHistory(wxWebView* self)
  877. | ^~~~~~~~~
  878. ../../../../sip/cpp/sip_html2wxWebView.cpp:50:56: error: ‘self’ was not declared in this scope
  879. 50 | PyObject* _wxWebView_GetBackwardHistory(wxWebView* self)
  880. | ^~~~
  881. ../../../../sip/cpp/sip_html2wxWebView.cpp:64:44: error: ‘wxWebView’ was not declared in this scope
  882. 64 | PyObject* _wxWebView_GetForwardHistory(wxWebView* self)
  883. | ^~~~~~~~~
  884. ../../../../sip/cpp/sip_html2wxWebView.cpp:64:55: error: ‘self’ was not declared in this scope
  885. 64 | PyObject* _wxWebView_GetForwardHistory(wxWebView* self)
  886. | ^~~~
  887. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_CanCopy(PyObject*, PyObject*)’:
  888. ../../../../sip/cpp/sip_html2wxWebView.cpp:90:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  889. 90 | const ::wxWebView *sipCpp;
  890. | ^~~~~~~~~
  891. ../../../../sip/cpp/sip_html2wxWebView.cpp:92:84: error: ‘sipCpp’ was not declared in this scope
  892. 92 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  893. | ^~~~~~
  894. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_CanCut(PyObject*, PyObject*)’:
  895. ../../../../sip/cpp/sip_html2wxWebView.cpp:126:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  896. 126 | const ::wxWebView *sipCpp;
  897. | ^~~~~~~~~
  898. ../../../../sip/cpp/sip_html2wxWebView.cpp:128:84: error: ‘sipCpp’ was not declared in this scope
  899. 128 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  900. | ^~~~~~
  901. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_CanPaste(PyObject*, PyObject*)’:
  902. ../../../../sip/cpp/sip_html2wxWebView.cpp:162:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  903. 162 | const ::wxWebView *sipCpp;
  904. | ^~~~~~~~~
  905. ../../../../sip/cpp/sip_html2wxWebView.cpp:164:84: error: ‘sipCpp’ was not declared in this scope
  906. 164 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  907. | ^~~~~~
  908. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_Copy(PyObject*, PyObject*)’:
  909. ../../../../sip/cpp/sip_html2wxWebView.cpp:198:12: error: ‘::wxWebView’ has not been declared
  910. 198 | ::wxWebView *sipCpp;
  911. | ^~~~~~~~~
  912. ../../../../sip/cpp/sip_html2wxWebView.cpp:198:23: error: ‘sipCpp’ was not declared in this scope
  913. 198 | ::wxWebView *sipCpp;
  914. | ^~~~~~
  915. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_Cut(PyObject*, PyObject*)’:
  916. ../../../../sip/cpp/sip_html2wxWebView.cpp:233:12: error: ‘::wxWebView’ has not been declared
  917. 233 | ::wxWebView *sipCpp;
  918. | ^~~~~~~~~
  919. ../../../../sip/cpp/sip_html2wxWebView.cpp:233:23: error: ‘sipCpp’ was not declared in this scope
  920. 233 | ::wxWebView *sipCpp;
  921. | ^~~~~~
  922. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_Paste(PyObject*, PyObject*)’:
  923. ../../../../sip/cpp/sip_html2wxWebView.cpp:268:12: error: ‘::wxWebView’ has not been declared
  924. 268 | ::wxWebView *sipCpp;
  925. | ^~~~~~~~~
  926. ../../../../sip/cpp/sip_html2wxWebView.cpp:268:23: error: ‘sipCpp’ was not declared in this scope
  927. 268 | ::wxWebView *sipCpp;
  928. | ^~~~~~
  929. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_EnableContextMenu(PyObject*, PyObject*, PyObject*)’:
  930. ../../../../sip/cpp/sip_html2wxWebView.cpp:304:12: error: ‘::wxWebView’ has not been declared
  931. 304 | ::wxWebView *sipCpp;
  932. | ^~~~~~~~~
  933. ../../../../sip/cpp/sip_html2wxWebView.cpp:304:23: error: ‘sipCpp’ was not declared in this scope
  934. 304 | ::wxWebView *sipCpp;
  935. | ^~~~~~
  936. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_IsContextMenuEnabled(PyObject*, PyObject*)’:
  937. ../../../../sip/cpp/sip_html2wxWebView.cpp:343:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  938. 343 | const ::wxWebView *sipCpp;
  939. | ^~~~~~~~~
  940. ../../../../sip/cpp/sip_html2wxWebView.cpp:345:84: error: ‘sipCpp’ was not declared in this scope
  941. 345 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  942. | ^~~~~~
  943. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_CanGoBack(PyObject*, PyObject*)’:
  944. ../../../../sip/cpp/sip_html2wxWebView.cpp:380:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  945. 380 | const ::wxWebView *sipCpp;
  946. | ^~~~~~~~~
  947. ../../../../sip/cpp/sip_html2wxWebView.cpp:382:84: error: ‘sipCpp’ was not declared in this scope
  948. 382 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  949. | ^~~~~~
  950. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_CanGoForward(PyObject*, PyObject*)’:
  951. ../../../../sip/cpp/sip_html2wxWebView.cpp:417:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  952. 417 | const ::wxWebView *sipCpp;
  953. | ^~~~~~~~~
  954. ../../../../sip/cpp/sip_html2wxWebView.cpp:419:84: error: ‘sipCpp’ was not declared in this scope
  955. 419 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  956. | ^~~~~~
  957. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_ClearHistory(PyObject*, PyObject*)’:
  958. ../../../../sip/cpp/sip_html2wxWebView.cpp:453:12: error: ‘::wxWebView’ has not been declared
  959. 453 | ::wxWebView *sipCpp;
  960. | ^~~~~~~~~
  961. ../../../../sip/cpp/sip_html2wxWebView.cpp:453:23: error: ‘sipCpp’ was not declared in this scope
  962. 453 | ::wxWebView *sipCpp;
  963. | ^~~~~~
  964. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_EnableHistory(PyObject*, PyObject*, PyObject*)’:
  965. ../../../../sip/cpp/sip_html2wxWebView.cpp:489:12: error: ‘::wxWebView’ has not been declared
  966. 489 | ::wxWebView *sipCpp;
  967. | ^~~~~~~~~
  968. ../../../../sip/cpp/sip_html2wxWebView.cpp:489:23: error: ‘sipCpp’ was not declared in this scope
  969. 489 | ::wxWebView *sipCpp;
  970. | ^~~~~~
  971. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetBackwardHistory(PyObject*, PyObject*)’:
  972. ../../../../sip/cpp/sip_html2wxWebView.cpp:528:12: error: ‘::wxWebView’ has not been declared
  973. 528 | ::wxWebView *sipCpp;
  974. | ^~~~~~~~~
  975. ../../../../sip/cpp/sip_html2wxWebView.cpp:528:23: error: ‘sipCpp’ was not declared in this scope
  976. 528 | ::wxWebView *sipCpp;
  977. | ^~~~~~
  978. ../../../../sip/cpp/sip_html2wxWebView.cpp:537:54: error: ‘_wxWebView_GetBackwardHistory’ cannot be used as a function
  979. 537 | sipRes = _wxWebView_GetBackwardHistory(sipCpp);
  980. | ^
  981. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetForwardHistory(PyObject*, PyObject*)’:
  982. ../../../../sip/cpp/sip_html2wxWebView.cpp:565:12: error: ‘::wxWebView’ has not been declared
  983. 565 | ::wxWebView *sipCpp;
  984. | ^~~~~~~~~
  985. ../../../../sip/cpp/sip_html2wxWebView.cpp:565:23: error: ‘sipCpp’ was not declared in this scope
  986. 565 | ::wxWebView *sipCpp;
  987. | ^~~~~~
  988. ../../../../sip/cpp/sip_html2wxWebView.cpp:574:53: error: ‘_wxWebView_GetForwardHistory’ cannot be used as a function
  989. 574 | sipRes = _wxWebView_GetForwardHistory(sipCpp);
  990. | ^
  991. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GoBack(PyObject*, PyObject*)’:
  992. ../../../../sip/cpp/sip_html2wxWebView.cpp:602:12: error: ‘::wxWebView’ has not been declared
  993. 602 | ::wxWebView *sipCpp;
  994. | ^~~~~~~~~
  995. ../../../../sip/cpp/sip_html2wxWebView.cpp:602:23: error: ‘sipCpp’ was not declared in this scope
  996. 602 | ::wxWebView *sipCpp;
  997. | ^~~~~~
  998. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GoForward(PyObject*, PyObject*)’:
  999. ../../../../sip/cpp/sip_html2wxWebView.cpp:637:12: error: ‘::wxWebView’ has not been declared
  1000. 637 | ::wxWebView *sipCpp;
  1001. | ^~~~~~~~~
  1002. ../../../../sip/cpp/sip_html2wxWebView.cpp:637:23: error: ‘sipCpp’ was not declared in this scope
  1003. 637 | ::wxWebView *sipCpp;
  1004. | ^~~~~~
  1005. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_ClearSelection(PyObject*, PyObject*)’:
  1006. ../../../../sip/cpp/sip_html2wxWebView.cpp:672:12: error: ‘::wxWebView’ has not been declared
  1007. 672 | ::wxWebView *sipCpp;
  1008. | ^~~~~~~~~
  1009. ../../../../sip/cpp/sip_html2wxWebView.cpp:672:23: error: ‘sipCpp’ was not declared in this scope
  1010. 672 | ::wxWebView *sipCpp;
  1011. | ^~~~~~
  1012. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_DeleteSelection(PyObject*, PyObject*)’:
  1013. ../../../../sip/cpp/sip_html2wxWebView.cpp:707:12: error: ‘::wxWebView’ has not been declared
  1014. 707 | ::wxWebView *sipCpp;
  1015. | ^~~~~~~~~
  1016. ../../../../sip/cpp/sip_html2wxWebView.cpp:707:23: error: ‘sipCpp’ was not declared in this scope
  1017. 707 | ::wxWebView *sipCpp;
  1018. | ^~~~~~
  1019. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetSelectedSource(PyObject*, PyObject*)’:
  1020. ../../../../sip/cpp/sip_html2wxWebView.cpp:742:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1021. 742 | const ::wxWebView *sipCpp;
  1022. | ^~~~~~~~~
  1023. ../../../../sip/cpp/sip_html2wxWebView.cpp:744:84: error: ‘sipCpp’ was not declared in this scope
  1024. 744 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1025. | ^~~~~~
  1026. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetSelectedText(PyObject*, PyObject*)’:
  1027. ../../../../sip/cpp/sip_html2wxWebView.cpp:778:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1028. 778 | const ::wxWebView *sipCpp;
  1029. | ^~~~~~~~~
  1030. ../../../../sip/cpp/sip_html2wxWebView.cpp:780:84: error: ‘sipCpp’ was not declared in this scope
  1031. 780 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1032. | ^~~~~~
  1033. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_HasSelection(PyObject*, PyObject*)’:
  1034. ../../../../sip/cpp/sip_html2wxWebView.cpp:814:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1035. 814 | const ::wxWebView *sipCpp;
  1036. | ^~~~~~~~~
  1037. ../../../../sip/cpp/sip_html2wxWebView.cpp:816:84: error: ‘sipCpp’ was not declared in this scope
  1038. 816 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1039. | ^~~~~~
  1040. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_SelectAll(PyObject*, PyObject*)’:
  1041. ../../../../sip/cpp/sip_html2wxWebView.cpp:850:12: error: ‘::wxWebView’ has not been declared
  1042. 850 | ::wxWebView *sipCpp;
  1043. | ^~~~~~~~~
  1044. ../../../../sip/cpp/sip_html2wxWebView.cpp:850:23: error: ‘sipCpp’ was not declared in this scope
  1045. 850 | ::wxWebView *sipCpp;
  1046. | ^~~~~~
  1047. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_CanRedo(PyObject*, PyObject*)’:
  1048. ../../../../sip/cpp/sip_html2wxWebView.cpp:885:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1049. 885 | const ::wxWebView *sipCpp;
  1050. | ^~~~~~~~~
  1051. ../../../../sip/cpp/sip_html2wxWebView.cpp:887:84: error: ‘sipCpp’ was not declared in this scope
  1052. 887 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1053. | ^~~~~~
  1054. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_CanUndo(PyObject*, PyObject*)’:
  1055. ../../../../sip/cpp/sip_html2wxWebView.cpp:921:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1056. 921 | const ::wxWebView *sipCpp;
  1057. | ^~~~~~~~~
  1058. ../../../../sip/cpp/sip_html2wxWebView.cpp:923:84: error: ‘sipCpp’ was not declared in this scope
  1059. 923 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1060. | ^~~~~~
  1061. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_Redo(PyObject*, PyObject*)’:
  1062. ../../../../sip/cpp/sip_html2wxWebView.cpp:957:12: error: ‘::wxWebView’ has not been declared
  1063. 957 | ::wxWebView *sipCpp;
  1064. | ^~~~~~~~~
  1065. ../../../../sip/cpp/sip_html2wxWebView.cpp:957:23: error: ‘sipCpp’ was not declared in this scope
  1066. 957 | ::wxWebView *sipCpp;
  1067. | ^~~~~~
  1068. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_Undo(PyObject*, PyObject*)’:
  1069. ../../../../sip/cpp/sip_html2wxWebView.cpp:992:12: error: ‘::wxWebView’ has not been declared
  1070. 992 | ::wxWebView *sipCpp;
  1071. | ^~~~~~~~~
  1072. ../../../../sip/cpp/sip_html2wxWebView.cpp:992:23: error: ‘sipCpp’ was not declared in this scope
  1073. 992 | ::wxWebView *sipCpp;
  1074. | ^~~~~~
  1075. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_Find(PyObject*, PyObject*, PyObject*)’:
  1076. ../../../../sip/cpp/sip_html2wxWebView.cpp:1030:12: error: ‘::wxWebViewFindFlags’ has not been declared; did you mean ‘sipType_wxWebViewFindFlags’?
  1077. 1030 | ::wxWebViewFindFlags flags = wxWEBVIEW_FIND_DEFAULT;
  1078. | ^~~~~~~~~~~~~~~~~~
  1079. | sipType_wxWebViewFindFlags
  1080. ../../../../sip/cpp/sip_html2wxWebView.cpp:1031:12: error: ‘::wxWebView’ has not been declared
  1081. 1031 | ::wxWebView *sipCpp;
  1082. | ^~~~~~~~~
  1083. ../../../../sip/cpp/sip_html2wxWebView.cpp:1031:23: error: ‘sipCpp’ was not declared in this scope
  1084. 1031 | ::wxWebView *sipCpp;
  1085. | ^~~~~~
  1086. ../../../../sip/cpp/sip_html2wxWebView.cpp:1038:191: error: ‘flags’ was not declared in this scope
  1087. 1038 | if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, sipKwdList, NULL, "BJ1|E", &sipSelf, sipType_wxWebView, &sipCpp, sipType_wxString,&text, &textState, sipType_wxWebViewFindFlags, &flags))
  1088. | ^~~~~
  1089. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_CanSetZoomType(PyObject*, PyObject*, PyObject*)’:
  1090. ../../../../sip/cpp/sip_html2wxWebView.cpp:1073:12: error: ‘::wxWebViewZoomType’ has not been declared; did you mean ‘sipType_wxWebViewZoomType’?
  1091. 1073 | ::wxWebViewZoomType type;
  1092. | ^~~~~~~~~~~~~~~~~
  1093. | sipType_wxWebViewZoomType
  1094. ../../../../sip/cpp/sip_html2wxWebView.cpp:1074:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1095. 1074 | const ::wxWebView *sipCpp;
  1096. | ^~~~~~~~~
  1097. ../../../../sip/cpp/sip_html2wxWebView.cpp:1080:115: error: ‘sipCpp’ was not declared in this scope
  1098. 1080 | if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, sipKwdList, NULL, "BE", &sipSelf, sipType_wxWebView, &sipCpp, sipType_wxWebViewZoomType, &type))
  1099. | ^~~~~~
  1100. ../../../../sip/cpp/sip_html2wxWebView.cpp:1080:151: error: ‘type’ was not declared in this scope
  1101. 1080 | if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, sipKwdList, NULL, "BE", &sipSelf, sipType_wxWebView, &sipCpp, sipType_wxWebViewZoomType, &type))
  1102. | ^~~~
  1103. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetZoom(PyObject*, PyObject*)’:
  1104. ../../../../sip/cpp/sip_html2wxWebView.cpp:1114:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1105. 1114 | const ::wxWebView *sipCpp;
  1106. | ^~~~~~~~~
  1107. ../../../../sip/cpp/sip_html2wxWebView.cpp:1116:84: error: ‘sipCpp’ was not declared in this scope
  1108. 1116 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1109. | ^~~~~~
  1110. ../../../../sip/cpp/sip_html2wxWebView.cpp:1118:16: error: ‘::wxWebViewZoom’ has not been declared
  1111. 1118 | ::wxWebViewZoom sipRes;
  1112. | ^~~~~~~~~~~~~
  1113. ../../../../sip/cpp/sip_html2wxWebView.cpp:1123:13: error: ‘sipRes’ was not declared in this scope
  1114. 1123 | sipRes = sipCpp->GetZoom();
  1115. | ^~~~~~
  1116. ../../../../sip/cpp/sip_html2wxWebView.cpp:1129:56: error: ‘sipRes’ was not declared in this scope
  1117. 1129 | return sipConvertFromEnum(static_cast<int>(sipRes), sipType_wxWebViewZoom);
  1118. | ^~~~~~
  1119. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetZoomType(PyObject*, PyObject*)’:
  1120. ../../../../sip/cpp/sip_html2wxWebView.cpp:1150:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1121. 1150 | const ::wxWebView *sipCpp;
  1122. | ^~~~~~~~~
  1123. ../../../../sip/cpp/sip_html2wxWebView.cpp:1152:84: error: ‘sipCpp’ was not declared in this scope
  1124. 1152 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1125. | ^~~~~~
  1126. ../../../../sip/cpp/sip_html2wxWebView.cpp:1154:16: error: ‘::wxWebViewZoomType’ has not been declared; did you mean ‘doc_wxWebView_GetZoomType’?
  1127. 1154 | ::wxWebViewZoomType sipRes;
  1128. | ^~~~~~~~~~~~~~~~~
  1129. | doc_wxWebView_GetZoomType
  1130. ../../../../sip/cpp/sip_html2wxWebView.cpp:1159:13: error: ‘sipRes’ was not declared in this scope
  1131. 1159 | sipRes = sipCpp->GetZoomType();
  1132. | ^~~~~~
  1133. ../../../../sip/cpp/sip_html2wxWebView.cpp:1165:56: error: ‘sipRes’ was not declared in this scope
  1134. 1165 | return sipConvertFromEnum(static_cast<int>(sipRes), sipType_wxWebViewZoomType);
  1135. | ^~~~~~
  1136. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_SetZoom(PyObject*, PyObject*, PyObject*)’:
  1137. ../../../../sip/cpp/sip_html2wxWebView.cpp:1186:12: error: ‘::wxWebViewZoom’ has not been declared
  1138. 1186 | ::wxWebViewZoom zoom;
  1139. | ^~~~~~~~~~~~~
  1140. ../../../../sip/cpp/sip_html2wxWebView.cpp:1187:12: error: ‘::wxWebView’ has not been declared
  1141. 1187 | ::wxWebView *sipCpp;
  1142. | ^~~~~~~~~
  1143. ../../../../sip/cpp/sip_html2wxWebView.cpp:1187:23: error: ‘sipCpp’ was not declared in this scope
  1144. 1187 | ::wxWebView *sipCpp;
  1145. | ^~~~~~
  1146. ../../../../sip/cpp/sip_html2wxWebView.cpp:1193:147: error: ‘zoom’ was not declared in this scope
  1147. 1193 | if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, sipKwdList, NULL, "BE", &sipSelf, sipType_wxWebView, &sipCpp, sipType_wxWebViewZoom, &zoom))
  1148. | ^~~~
  1149. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_SetZoomType(PyObject*, PyObject*, PyObject*)’:
  1150. ../../../../sip/cpp/sip_html2wxWebView.cpp:1226:12: error: ‘::wxWebViewZoomType’ has not been declared; did you mean ‘doc_wxWebView_SetZoomType’?
  1151. 1226 | ::wxWebViewZoomType zoomType;
  1152. | ^~~~~~~~~~~~~~~~~
  1153. | doc_wxWebView_SetZoomType
  1154. ../../../../sip/cpp/sip_html2wxWebView.cpp:1227:12: error: ‘::wxWebView’ has not been declared
  1155. 1227 | ::wxWebView *sipCpp;
  1156. | ^~~~~~~~~
  1157. ../../../../sip/cpp/sip_html2wxWebView.cpp:1227:23: error: ‘sipCpp’ was not declared in this scope
  1158. 1227 | ::wxWebView *sipCpp;
  1159. | ^~~~~~
  1160. ../../../../sip/cpp/sip_html2wxWebView.cpp:1233:151: error: ‘zoomType’ was not declared in this scope
  1161. 1233 | if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, sipKwdList, NULL, "BE", &sipSelf, sipType_wxWebView, &sipCpp, sipType_wxWebViewZoomType, &zoomType))
  1162. | ^~~~~~~~
  1163. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_Create(PyObject*, PyObject*, PyObject*)’:
  1164. ../../../../sip/cpp/sip_html2wxWebView.cpp:1268:37: error: ‘wxWebViewDefaultURLStr’ was not declared in this scope; did you mean ‘sipName_WebViewDefaultURLStr’?
  1165. 1268 | const ::wxString& urldef = wxWebViewDefaultURLStr;
  1166. | ^~~~~~~~~~~~~~~~~~~~~~
  1167. | sipName_WebViewDefaultURLStr
  1168. ../../../../sip/cpp/sip_html2wxWebView.cpp:1278:38: error: ‘wxWebViewNameStr’ was not declared in this scope; did you mean ‘wxGaugeNameStr’?
  1169. 1278 | const ::wxString& namedef = wxWebViewNameStr;
  1170. | ^~~~~~~~~~~~~~~~
  1171. | wxGaugeNameStr
  1172. ../../../../sip/cpp/sip_html2wxWebView.cpp:1282:12: error: ‘::wxWebView’ has not been declared
  1173. 1282 | ::wxWebView *sipCpp;
  1174. | ^~~~~~~~~
  1175. ../../../../sip/cpp/sip_html2wxWebView.cpp:1282:23: error: ‘sipCpp’ was not declared in this scope
  1176. 1282 | ::wxWebView *sipCpp;
  1177. | ^~~~~~
  1178. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetCurrentTitle(PyObject*, PyObject*)’:
  1179. ../../../../sip/cpp/sip_html2wxWebView.cpp:1338:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1180. 1338 | const ::wxWebView *sipCpp;
  1181. | ^~~~~~~~~
  1182. ../../../../sip/cpp/sip_html2wxWebView.cpp:1340:84: error: ‘sipCpp’ was not declared in this scope
  1183. 1340 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1184. | ^~~~~~
  1185. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetCurrentURL(PyObject*, PyObject*)’:
  1186. ../../../../sip/cpp/sip_html2wxWebView.cpp:1374:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1187. 1374 | const ::wxWebView *sipCpp;
  1188. | ^~~~~~~~~
  1189. ../../../../sip/cpp/sip_html2wxWebView.cpp:1376:84: error: ‘sipCpp’ was not declared in this scope
  1190. 1376 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1191. | ^~~~~~
  1192. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetNativeBackend(PyObject*, PyObject*)’:
  1193. ../../../../sip/cpp/sip_html2wxWebView.cpp:1410:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1194. 1410 | const ::wxWebView *sipCpp;
  1195. | ^~~~~~~~~
  1196. ../../../../sip/cpp/sip_html2wxWebView.cpp:1412:84: error: ‘sipCpp’ was not declared in this scope
  1197. 1412 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1198. | ^~~~~~
  1199. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetPageSource(PyObject*, PyObject*)’:
  1200. ../../../../sip/cpp/sip_html2wxWebView.cpp:1446:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1201. 1446 | const ::wxWebView *sipCpp;
  1202. | ^~~~~~~~~
  1203. ../../../../sip/cpp/sip_html2wxWebView.cpp:1448:84: error: ‘sipCpp’ was not declared in this scope
  1204. 1448 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1205. | ^~~~~~
  1206. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetPageText(PyObject*, PyObject*)’:
  1207. ../../../../sip/cpp/sip_html2wxWebView.cpp:1482:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1208. 1482 | const ::wxWebView *sipCpp;
  1209. | ^~~~~~~~~
  1210. ../../../../sip/cpp/sip_html2wxWebView.cpp:1484:84: error: ‘sipCpp’ was not declared in this scope
  1211. 1484 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1212. | ^~~~~~
  1213. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_IsBusy(PyObject*, PyObject*)’:
  1214. ../../../../sip/cpp/sip_html2wxWebView.cpp:1519:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1215. 1519 | const ::wxWebView *sipCpp;
  1216. | ^~~~~~~~~
  1217. ../../../../sip/cpp/sip_html2wxWebView.cpp:1521:84: error: ‘sipCpp’ was not declared in this scope
  1218. 1521 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1219. | ^~~~~~
  1220. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_IsEditable(PyObject*, PyObject*)’:
  1221. ../../../../sip/cpp/sip_html2wxWebView.cpp:1555:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1222. 1555 | const ::wxWebView *sipCpp;
  1223. | ^~~~~~~~~
  1224. ../../../../sip/cpp/sip_html2wxWebView.cpp:1557:84: error: ‘sipCpp’ was not declared in this scope
  1225. 1557 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1226. | ^~~~~~
  1227. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_LoadURL(PyObject*, PyObject*, PyObject*)’:
  1228. ../../../../sip/cpp/sip_html2wxWebView.cpp:1593:12: error: ‘::wxWebView’ has not been declared
  1229. 1593 | ::wxWebView *sipCpp;
  1230. | ^~~~~~~~~
  1231. ../../../../sip/cpp/sip_html2wxWebView.cpp:1593:23: error: ‘sipCpp’ was not declared in this scope
  1232. 1593 | ::wxWebView *sipCpp;
  1233. | ^~~~~~
  1234. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_Print(PyObject*, PyObject*)’:
  1235. ../../../../sip/cpp/sip_html2wxWebView.cpp:1634:12: error: ‘::wxWebView’ has not been declared
  1236. 1634 | ::wxWebView *sipCpp;
  1237. | ^~~~~~~~~
  1238. ../../../../sip/cpp/sip_html2wxWebView.cpp:1634:23: error: ‘sipCpp’ was not declared in this scope
  1239. 1634 | ::wxWebView *sipCpp;
  1240. | ^~~~~~
  1241. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_RegisterHandler(PyObject*, PyObject*, PyObject*)’:
  1242. ../../../../sip/cpp/sip_html2wxWebView.cpp:1669:12: error: ‘::wxWebViewHandler’ has not been declared; did you mean ‘wxImageHandler’?
  1243. 1669 | ::wxWebViewHandler* handler;
  1244. | ^~~~~~~~~~~~~~~~
  1245. | wxImageHandler
  1246. ../../../../sip/cpp/sip_html2wxWebView.cpp:1669:30: error: ‘handler’ was not declared in this scope
  1247. 1669 | ::wxWebViewHandler* handler;
  1248. | ^~~~~~~
  1249. ../../../../sip/cpp/sip_html2wxWebView.cpp:1670:12: error: ‘::wxWebView’ has not been declared
  1250. 1670 | ::wxWebView *sipCpp;
  1251. | ^~~~~~~~~
  1252. ../../../../sip/cpp/sip_html2wxWebView.cpp:1670:23: error: ‘sipCpp’ was not declared in this scope
  1253. 1670 | ::wxWebView *sipCpp;
  1254. | ^~~~~~
  1255. ../../../../sip/cpp/sip_html2wxWebView.cpp:1678:45: error: ‘wxWebViewHandler’ was not declared in this scope; did you mean ‘wxImageHandler’?
  1256. 1678 | sipCpp->RegisterHandler(wxSharedPtr<wxWebViewHandler>(handler));
  1257. | ^~~~~~~~~~~~~~~~
  1258. | wxImageHandler
  1259. ../../../../sip/cpp/sip_html2wxWebView.cpp:1678:61: error: template argument 1 is invalid
  1260. 1678 | sipCpp->RegisterHandler(wxSharedPtr<wxWebViewHandler>(handler));
  1261. | ^
  1262. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_Reload(PyObject*, PyObject*, PyObject*)’:
  1263. ../../../../sip/cpp/sip_html2wxWebView.cpp:1702:12: error: ‘::wxWebViewReloadFlags’ has not been declared; did you mean ‘sipName_WebViewReloadFlags’?
  1264. 1702 | ::wxWebViewReloadFlags flags = wxWEBVIEW_RELOAD_DEFAULT;
  1265. | ^~~~~~~~~~~~~~~~~~~~
  1266. | sipName_WebViewReloadFlags
  1267. ../../../../sip/cpp/sip_html2wxWebView.cpp:1703:12: error: ‘::wxWebView’ has not been declared
  1268. 1703 | ::wxWebView *sipCpp;
  1269. | ^~~~~~~~~
  1270. ../../../../sip/cpp/sip_html2wxWebView.cpp:1703:23: error: ‘sipCpp’ was not declared in this scope
  1271. 1703 | ::wxWebView *sipCpp;
  1272. | ^~~~~~
  1273. ../../../../sip/cpp/sip_html2wxWebView.cpp:1709:155: error: ‘flags’ was not declared in this scope
  1274. 1709 | if (sipParseKwdArgs(&sipParseErr, sipArgs, sipKwds, sipKwdList, NULL, "B|E", &sipSelf, sipType_wxWebView, &sipCpp, sipType_wxWebViewReloadFlags, &flags))
  1275. | ^~~~~
  1276. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_RunScript(PyObject*, PyObject*, PyObject*)’:
  1277. ../../../../sip/cpp/sip_html2wxWebView.cpp:1744:12: error: ‘::wxWebView’ has not been declared
  1278. 1744 | ::wxWebView *sipCpp;
  1279. | ^~~~~~~~~
  1280. ../../../../sip/cpp/sip_html2wxWebView.cpp:1744:23: error: ‘sipCpp’ was not declared in this scope
  1281. 1744 | ::wxWebView *sipCpp;
  1282. | ^~~~~~
  1283. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_SetEditable(PyObject*, PyObject*, PyObject*)’:
  1284. ../../../../sip/cpp/sip_html2wxWebView.cpp:1785:12: error: ‘::wxWebView’ has not been declared
  1285. 1785 | ::wxWebView *sipCpp;
  1286. | ^~~~~~~~~
  1287. ../../../../sip/cpp/sip_html2wxWebView.cpp:1785:23: error: ‘sipCpp’ was not declared in this scope
  1288. 1785 | ::wxWebView *sipCpp;
  1289. | ^~~~~~
  1290. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_SetPage(PyObject*, PyObject*, PyObject*)’:
  1291. ../../../../sip/cpp/sip_html2wxWebView.cpp:1830:12: error: ‘::wxWebView’ has not been declared
  1292. 1830 | ::wxWebView *sipCpp;
  1293. | ^~~~~~~~~
  1294. ../../../../sip/cpp/sip_html2wxWebView.cpp:1830:23: error: ‘sipCpp’ was not declared in this scope
  1295. 1830 | ::wxWebView *sipCpp;
  1296. | ^~~~~~
  1297. ../../../../sip/cpp/sip_html2wxWebView.cpp:1860:12: error: ‘::wxWebView’ has not been declared
  1298. 1860 | ::wxWebView *sipCpp;
  1299. | ^~~~~~~~~
  1300. ../../../../sip/cpp/sip_html2wxWebView.cpp:1860:23: error: ‘sipCpp’ was not declared in this scope
  1301. 1860 | ::wxWebView *sipCpp;
  1302. | ^~~~~~
  1303. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_Stop(PyObject*, PyObject*)’:
  1304. ../../../../sip/cpp/sip_html2wxWebView.cpp:1902:12: error: ‘::wxWebView’ has not been declared
  1305. 1902 | ::wxWebView *sipCpp;
  1306. | ^~~~~~~~~
  1307. ../../../../sip/cpp/sip_html2wxWebView.cpp:1902:23: error: ‘sipCpp’ was not declared in this scope
  1308. 1902 | ::wxWebView *sipCpp;
  1309. | ^~~~~~
  1310. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_New(PyObject*, PyObject*, PyObject*)’:
  1311. ../../../../sip/cpp/sip_html2wxWebView.cpp:1940:41: error: ‘wxWebViewBackendDefault’ was not declared in this scope; did you mean ‘sipName_WebViewBackendDefault’?
  1312. 1940 | const ::wxString& backenddef = wxWebViewBackendDefault;
  1313. | ^~~~~~~~~~~~~~~~~~~~~~~
  1314. | sipName_WebViewBackendDefault
  1315. ../../../../sip/cpp/sip_html2wxWebView.cpp:1950:16: error: ‘::wxWebView’ has not been declared
  1316. 1950 | ::wxWebView*sipRes;
  1317. | ^~~~~~~~~
  1318. ../../../../sip/cpp/sip_html2wxWebView.cpp:1950:26: error: ‘sipRes’ was not declared in this scope
  1319. 1950 | ::wxWebView*sipRes;
  1320. | ^~~~~~
  1321. ../../../../sip/cpp/sip_html2wxWebView.cpp:1955:25: error: ‘::wxWebView’ has not been declared
  1322. 1955 | sipRes = ::wxWebView::New(*backend);
  1323. | ^~~~~~~~~
  1324. ../../../../sip/cpp/sip_html2wxWebView.cpp:1969:37: error: ‘wxWebViewDefaultURLStr’ was not declared in this scope; did you mean ‘sipName_WebViewDefaultURLStr’?
  1325. 1969 | const ::wxString& urldef = wxWebViewDefaultURLStr;
  1326. | ^~~~~~~~~~~~~~~~~~~~~~
  1327. | sipName_WebViewDefaultURLStr
  1328. ../../../../sip/cpp/sip_html2wxWebView.cpp:1978:41: error: ‘wxWebViewBackendDefault’ was not declared in this scope; did you mean ‘sipName_WebViewBackendDefault’?
  1329. 1978 | const ::wxString& backenddef = wxWebViewBackendDefault;
  1330. | ^~~~~~~~~~~~~~~~~~~~~~~
  1331. | sipName_WebViewBackendDefault
  1332. ../../../../sip/cpp/sip_html2wxWebView.cpp:1982:38: error: ‘wxWebViewNameStr’ was not declared in this scope; did you mean ‘wxGaugeNameStr’?
  1333. 1982 | const ::wxString& namedef = wxWebViewNameStr;
  1334. | ^~~~~~~~~~~~~~~~
  1335. | wxGaugeNameStr
  1336. ../../../../sip/cpp/sip_html2wxWebView.cpp:2000:16: error: ‘::wxWebView’ has not been declared
  1337. 2000 | ::wxWebView*sipRes;
  1338. | ^~~~~~~~~
  1339. ../../../../sip/cpp/sip_html2wxWebView.cpp:2000:26: error: ‘sipRes’ was not declared in this scope
  1340. 2000 | ::wxWebView*sipRes;
  1341. | ^~~~~~
  1342. ../../../../sip/cpp/sip_html2wxWebView.cpp:2005:25: error: ‘::wxWebView’ has not been declared
  1343. 2005 | sipRes = ::wxWebView::New(parent,id,*url,*pos,*size,*backend,style,*name);
  1344. | ^~~~~~~~~
  1345. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_RegisterFactory(PyObject*, PyObject*, PyObject*)’:
  1346. ../../../../sip/cpp/sip_html2wxWebView.cpp:2039:12: error: ‘::wxWebViewFactory’ has not been declared
  1347. 2039 | ::wxWebViewFactory* factory;
  1348. | ^~~~~~~~~~~~~~~~
  1349. ../../../../sip/cpp/sip_html2wxWebView.cpp:2039:30: error: ‘factory’ was not declared in this scope
  1350. 2039 | ::wxWebViewFactory* factory;
  1351. | ^~~~~~~
  1352. ../../../../sip/cpp/sip_html2wxWebView.cpp:2048:9: error: ‘wxWebView’ has not been declared
  1353. 2048 | wxWebView::RegisterFactory(*backend, wxSharedPtr<wxWebViewFactory>(factory));
  1354. | ^~~~~~~~~
  1355. ../../../../sip/cpp/sip_html2wxWebView.cpp:2048:58: error: ‘wxWebViewFactory’ was not declared in this scope
  1356. 2048 | wxWebView::RegisterFactory(*backend, wxSharedPtr<wxWebViewFactory>(factory));
  1357. | ^~~~~~~~~~~~~~~~
  1358. ../../../../sip/cpp/sip_html2wxWebView.cpp:2048:74: error: template argument 1 is invalid
  1359. 2048 | wxWebView::RegisterFactory(*backend, wxSharedPtr<wxWebViewFactory>(factory));
  1360. | ^
  1361. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetClientAreaOrigin(PyObject*, PyObject*)’:
  1362. ../../../../sip/cpp/sip_html2wxWebView.cpp:2072:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1363. 2072 | const ::wxWebView *sipCpp;
  1364. | ^~~~~~~~~
  1365. ../../../../sip/cpp/sip_html2wxWebView.cpp:2074:84: error: ‘sipCpp’ was not declared in this scope
  1366. 2074 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1367. | ^~~~~~
  1368. ../../../../sip/cpp/sip_html2wxWebView.cpp:2081:65: error: ‘::wxWebView’ has not been declared
  1369. 2081 | sipRes = new ::wxPoint((sipSelfWasArg ? sipCpp-> ::wxWebView::GetClientAreaOrigin() : sipCpp->GetClientAreaOrigin()));
  1370. | ^~~~~~~~~
  1371. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_Validate(PyObject*, PyObject*)’:
  1372. ../../../../sip/cpp/sip_html2wxWebView.cpp:2107:12: error: ‘::wxWebView’ has not been declared
  1373. 2107 | ::wxWebView *sipCpp;
  1374. | ^~~~~~~~~
  1375. ../../../../sip/cpp/sip_html2wxWebView.cpp:2107:23: error: ‘sipCpp’ was not declared in this scope
  1376. 2107 | ::wxWebView *sipCpp;
  1377. | ^~~~~~
  1378. ../../../../sip/cpp/sip_html2wxWebView.cpp:2116:50: error: ‘::wxWebView’ has not been declared
  1379. 2116 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebView::Validate() : sipCpp->Validate());
  1380. | ^~~~~~~~~
  1381. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_TransferDataToWindow(PyObject*, PyObject*)’:
  1382. ../../../../sip/cpp/sip_html2wxWebView.cpp:2142:12: error: ‘::wxWebView’ has not been declared
  1383. 2142 | ::wxWebView *sipCpp;
  1384. | ^~~~~~~~~
  1385. ../../../../sip/cpp/sip_html2wxWebView.cpp:2142:23: error: ‘sipCpp’ was not declared in this scope
  1386. 2142 | ::wxWebView *sipCpp;
  1387. | ^~~~~~
  1388. ../../../../sip/cpp/sip_html2wxWebView.cpp:2151:50: error: ‘::wxWebView’ has not been declared
  1389. 2151 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebView::TransferDataToWindow() : sipCpp->TransferDataToWindow());
  1390. | ^~~~~~~~~
  1391. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_TransferDataFromWindow(PyObject*, PyObject*)’:
  1392. ../../../../sip/cpp/sip_html2wxWebView.cpp:2177:12: error: ‘::wxWebView’ has not been declared
  1393. 2177 | ::wxWebView *sipCpp;
  1394. | ^~~~~~~~~
  1395. ../../../../sip/cpp/sip_html2wxWebView.cpp:2177:23: error: ‘sipCpp’ was not declared in this scope
  1396. 2177 | ::wxWebView *sipCpp;
  1397. | ^~~~~~
  1398. ../../../../sip/cpp/sip_html2wxWebView.cpp:2186:50: error: ‘::wxWebView’ has not been declared
  1399. 2186 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebView::TransferDataFromWindow() : sipCpp->TransferDataFromWindow());
  1400. | ^~~~~~~~~
  1401. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_InitDialog(PyObject*, PyObject*)’:
  1402. ../../../../sip/cpp/sip_html2wxWebView.cpp:2212:12: error: ‘::wxWebView’ has not been declared
  1403. 2212 | ::wxWebView *sipCpp;
  1404. | ^~~~~~~~~
  1405. ../../../../sip/cpp/sip_html2wxWebView.cpp:2212:23: error: ‘sipCpp’ was not declared in this scope
  1406. 2212 | ::wxWebView *sipCpp;
  1407. | ^~~~~~
  1408. ../../../../sip/cpp/sip_html2wxWebView.cpp:2219:41: error: ‘::wxWebView’ has not been declared
  1409. 2219 | (sipSelfWasArg ? sipCpp-> ::wxWebView::InitDialog() : sipCpp->InitDialog());
  1410. | ^~~~~~~~~
  1411. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_AcceptsFocus(PyObject*, PyObject*)’:
  1412. ../../../../sip/cpp/sip_html2wxWebView.cpp:2246:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1413. 2246 | const ::wxWebView *sipCpp;
  1414. | ^~~~~~~~~
  1415. ../../../../sip/cpp/sip_html2wxWebView.cpp:2248:84: error: ‘sipCpp’ was not declared in this scope
  1416. 2248 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1417. | ^~~~~~
  1418. ../../../../sip/cpp/sip_html2wxWebView.cpp:2255:50: error: ‘::wxWebView’ has not been declared
  1419. 2255 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebView::AcceptsFocus() : sipCpp->AcceptsFocus());
  1420. | ^~~~~~~~~
  1421. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_AcceptsFocusRecursively(PyObject*, PyObject*)’:
  1422. ../../../../sip/cpp/sip_html2wxWebView.cpp:2281:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1423. 2281 | const ::wxWebView *sipCpp;
  1424. | ^~~~~~~~~
  1425. ../../../../sip/cpp/sip_html2wxWebView.cpp:2283:84: error: ‘sipCpp’ was not declared in this scope
  1426. 2283 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1427. | ^~~~~~
  1428. ../../../../sip/cpp/sip_html2wxWebView.cpp:2290:50: error: ‘::wxWebView’ has not been declared
  1429. 2290 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebView::AcceptsFocusRecursively() : sipCpp->AcceptsFocusRecursively());
  1430. | ^~~~~~~~~
  1431. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_AcceptsFocusFromKeyboard(PyObject*, PyObject*)’:
  1432. ../../../../sip/cpp/sip_html2wxWebView.cpp:2316:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1433. 2316 | const ::wxWebView *sipCpp;
  1434. | ^~~~~~~~~
  1435. ../../../../sip/cpp/sip_html2wxWebView.cpp:2318:84: error: ‘sipCpp’ was not declared in this scope
  1436. 2318 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1437. | ^~~~~~
  1438. ../../../../sip/cpp/sip_html2wxWebView.cpp:2325:50: error: ‘::wxWebView’ has not been declared
  1439. 2325 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebView::AcceptsFocusFromKeyboard() : sipCpp->AcceptsFocusFromKeyboard());
  1440. | ^~~~~~~~~
  1441. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_AddChild(PyObject*, PyObject*, PyObject*)’:
  1442. ../../../../sip/cpp/sip_html2wxWebView.cpp:2352:12: error: ‘::wxWebView’ has not been declared
  1443. 2352 | ::wxWebView *sipCpp;
  1444. | ^~~~~~~~~
  1445. ../../../../sip/cpp/sip_html2wxWebView.cpp:2352:23: error: ‘sipCpp’ was not declared in this scope
  1446. 2352 | ::wxWebView *sipCpp;
  1447. | ^~~~~~
  1448. ../../../../sip/cpp/sip_html2wxWebView.cpp:2363:41: error: ‘::wxWebView’ has not been declared
  1449. 2363 | (sipSelfWasArg ? sipCpp-> ::wxWebView::AddChild(child) : sipCpp->AddChild(child));
  1450. | ^~~~~~~~~
  1451. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_RemoveChild(PyObject*, PyObject*, PyObject*)’:
  1452. ../../../../sip/cpp/sip_html2wxWebView.cpp:2391:12: error: ‘::wxWebView’ has not been declared
  1453. 2391 | ::wxWebView *sipCpp;
  1454. | ^~~~~~~~~
  1455. ../../../../sip/cpp/sip_html2wxWebView.cpp:2391:23: error: ‘sipCpp’ was not declared in this scope
  1456. 2391 | ::wxWebView *sipCpp;
  1457. | ^~~~~~
  1458. ../../../../sip/cpp/sip_html2wxWebView.cpp:2402:41: error: ‘::wxWebView’ has not been declared
  1459. 2402 | (sipSelfWasArg ? sipCpp-> ::wxWebView::RemoveChild(child) : sipCpp->RemoveChild(child));
  1460. | ^~~~~~~~~
  1461. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_InheritAttributes(PyObject*, PyObject*)’:
  1462. ../../../../sip/cpp/sip_html2wxWebView.cpp:2429:12: error: ‘::wxWebView’ has not been declared
  1463. 2429 | ::wxWebView *sipCpp;
  1464. | ^~~~~~~~~
  1465. ../../../../sip/cpp/sip_html2wxWebView.cpp:2429:23: error: ‘sipCpp’ was not declared in this scope
  1466. 2429 | ::wxWebView *sipCpp;
  1467. | ^~~~~~
  1468. ../../../../sip/cpp/sip_html2wxWebView.cpp:2436:41: error: ‘::wxWebView’ has not been declared
  1469. 2436 | (sipSelfWasArg ? sipCpp-> ::wxWebView::InheritAttributes() : sipCpp->InheritAttributes());
  1470. | ^~~~~~~~~
  1471. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_ShouldInheritColours(PyObject*, PyObject*)’:
  1472. ../../../../sip/cpp/sip_html2wxWebView.cpp:2463:18: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1473. 2463 | const ::wxWebView *sipCpp;
  1474. | ^~~~~~~~~
  1475. ../../../../sip/cpp/sip_html2wxWebView.cpp:2465:84: error: ‘sipCpp’ was not declared in this scope
  1476. 2465 | if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWebView, &sipCpp))
  1477. | ^~~~~~
  1478. ../../../../sip/cpp/sip_html2wxWebView.cpp:2472:50: error: ‘::wxWebView’ has not been declared
  1479. 2472 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebView::ShouldInheritColours() : sipCpp->ShouldInheritColours());
  1480. | ^~~~~~~~~
  1481. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_OnInternalIdle(PyObject*, PyObject*)’:
  1482. ../../../../sip/cpp/sip_html2wxWebView.cpp:2498:12: error: ‘::wxWebView’ has not been declared
  1483. 2498 | ::wxWebView *sipCpp;
  1484. | ^~~~~~~~~
  1485. ../../../../sip/cpp/sip_html2wxWebView.cpp:2498:23: error: ‘sipCpp’ was not declared in this scope
  1486. 2498 | ::wxWebView *sipCpp;
  1487. | ^~~~~~
  1488. ../../../../sip/cpp/sip_html2wxWebView.cpp:2505:41: error: ‘::wxWebView’ has not been declared
  1489. 2505 | (sipSelfWasArg ? sipCpp-> ::wxWebView::OnInternalIdle() : sipCpp->OnInternalIdle());
  1490. | ^~~~~~~~~
  1491. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetMainWindowOfCompositeControl(PyObject*, PyObject*)’:
  1492. ../../../../sip/cpp/sip_html2wxWebView.cpp:2532:12: error: ‘::wxWebView’ has not been declared
  1493. 2532 | ::wxWebView *sipCpp;
  1494. | ^~~~~~~~~
  1495. ../../../../sip/cpp/sip_html2wxWebView.cpp:2532:23: error: ‘sipCpp’ was not declared in this scope
  1496. 2532 | ::wxWebView *sipCpp;
  1497. | ^~~~~~
  1498. ../../../../sip/cpp/sip_html2wxWebView.cpp:2541:50: error: ‘::wxWebView’ has not been declared
  1499. 2541 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebView::GetMainWindowOfCompositeControl() : sipCpp->GetMainWindowOfCompositeControl());
  1500. | ^~~~~~~~~
  1501. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_InformFirstDirection(PyObject*, PyObject*, PyObject*)’:
  1502. ../../../../sip/cpp/sip_html2wxWebView.cpp:2570:12: error: ‘::wxWebView’ has not been declared
  1503. 2570 | ::wxWebView *sipCpp;
  1504. | ^~~~~~~~~
  1505. ../../../../sip/cpp/sip_html2wxWebView.cpp:2570:23: error: ‘sipCpp’ was not declared in this scope
  1506. 2570 | ::wxWebView *sipCpp;
  1507. | ^~~~~~
  1508. ../../../../sip/cpp/sip_html2wxWebView.cpp:2585:50: error: ‘::wxWebView’ has not been declared
  1509. 2585 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebView::InformFirstDirection(direction,size,availableOtherDir) : sipCpp->InformFirstDirection(direction,size,availableOtherDir));
  1510. | ^~~~~~~~~
  1511. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_SetCanFocus(PyObject*, PyObject*, PyObject*)’:
  1512. ../../../../sip/cpp/sip_html2wxWebView.cpp:2612:12: error: ‘::wxWebView’ has not been declared
  1513. 2612 | ::wxWebView *sipCpp;
  1514. | ^~~~~~~~~
  1515. ../../../../sip/cpp/sip_html2wxWebView.cpp:2612:23: error: ‘sipCpp’ was not declared in this scope
  1516. 2612 | ::wxWebView *sipCpp;
  1517. | ^~~~~~
  1518. ../../../../sip/cpp/sip_html2wxWebView.cpp:2623:41: error: ‘::wxWebView’ has not been declared
  1519. 2623 | (sipSelfWasArg ? sipCpp-> ::wxWebView::SetCanFocus(canFocus) : sipCpp->SetCanFocus(canFocus));
  1520. | ^~~~~~~~~
  1521. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_Destroy(PyObject*, PyObject*)’:
  1522. ../../../../sip/cpp/sip_html2wxWebView.cpp:2650:12: error: ‘::wxWebView’ has not been declared
  1523. 2650 | ::wxWebView *sipCpp;
  1524. | ^~~~~~~~~
  1525. ../../../../sip/cpp/sip_html2wxWebView.cpp:2650:23: error: ‘sipCpp’ was not declared in this scope
  1526. 2650 | ::wxWebView *sipCpp;
  1527. | ^~~~~~
  1528. ../../../../sip/cpp/sip_html2wxWebView.cpp:2659:50: error: ‘::wxWebView’ has not been declared
  1529. 2659 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebView::Destroy() : sipCpp->Destroy());
  1530. | ^~~~~~~~~
  1531. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_SetValidator(PyObject*, PyObject*, PyObject*)’:
  1532. ../../../../sip/cpp/sip_html2wxWebView.cpp:2686:12: error: ‘::wxWebView’ has not been declared
  1533. 2686 | ::wxWebView *sipCpp;
  1534. | ^~~~~~~~~
  1535. ../../../../sip/cpp/sip_html2wxWebView.cpp:2686:23: error: ‘sipCpp’ was not declared in this scope
  1536. 2686 | ::wxWebView *sipCpp;
  1537. | ^~~~~~
  1538. ../../../../sip/cpp/sip_html2wxWebView.cpp:2697:41: error: ‘::wxWebView’ has not been declared
  1539. 2697 | (sipSelfWasArg ? sipCpp-> ::wxWebView::SetValidator(*validator) : sipCpp->SetValidator(*validator));
  1540. | ^~~~~~~~~
  1541. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetValidator(PyObject*, PyObject*)’:
  1542. ../../../../sip/cpp/sip_html2wxWebView.cpp:2724:12: error: ‘::wxWebView’ has not been declared
  1543. 2724 | ::wxWebView *sipCpp;
  1544. | ^~~~~~~~~
  1545. ../../../../sip/cpp/sip_html2wxWebView.cpp:2724:23: error: ‘sipCpp’ was not declared in this scope
  1546. 2724 | ::wxWebView *sipCpp;
  1547. | ^~~~~~
  1548. ../../../../sip/cpp/sip_html2wxWebView.cpp:2733:50: error: ‘::wxWebView’ has not been declared
  1549. 2733 | sipRes = (sipSelfWasArg ? sipCpp-> ::wxWebView::GetValidator() : sipCpp->GetValidator());
  1550. | ^~~~~~~~~
  1551. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘PyObject* meth_wxWebView_GetClassDefaultAttributes(PyObject*, PyObject*, PyObject*)’:
  1552. ../../../../sip/cpp/sip_html2wxWebView.cpp:2771:51: error: ‘::wxWebView’ has not been declared
  1553. 2771 | sipRes = new ::wxVisualAttributes( ::wxWebView::GetClassDefaultAttributes(variant));
  1554. | ^~~~~~~~~
  1555. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘void* cast_wxWebView(void*, const sipTypeDef*)’:
  1556. ../../../../sip/cpp/sip_html2wxWebView.cpp:2792:8: error: ‘::wxWebView’ has not been declared
  1557. 2792 | ::wxWebView *sipCpp = reinterpret_cast< ::wxWebView *>(sipCppV);
  1558. | ^~~~~~~~~
  1559. ../../../../sip/cpp/sip_html2wxWebView.cpp:2792:19: error: ‘sipCpp’ was not declared in this scope; did you mean ‘sipCppV’?
  1560. 2792 | ::wxWebView *sipCpp = reinterpret_cast< ::wxWebView *>(sipCppV);
  1561. | ^~~~~~
  1562. | sipCppV
  1563. ../../../../sip/cpp/sip_html2wxWebView.cpp:2792:48: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1564. 2792 | ::wxWebView *sipCpp = reinterpret_cast< ::wxWebView *>(sipCppV);
  1565. | ^~~~~~~~~
  1566. ../../../../sip/cpp/sip_html2wxWebView.cpp:2792:58: error: expected ‘>’ before ‘*’ token
  1567. 2792 | ::wxWebView *sipCpp = reinterpret_cast< ::wxWebView *>(sipCppV);
  1568. | ^
  1569. ../../../../sip/cpp/sip_html2wxWebView.cpp:2792:58: error: expected ‘(’ before ‘*’ token
  1570. 2792 | ::wxWebView *sipCpp = reinterpret_cast< ::wxWebView *>(sipCppV);
  1571. | ^
  1572. | (
  1573. ../../../../sip/cpp/sip_html2wxWebView.cpp:2792:59: error: expected primary-expression before ‘>’ token
  1574. 2792 | ::wxWebView *sipCpp = reinterpret_cast< ::wxWebView *>(sipCppV);
  1575. | ^
  1576. ../../../../sip/cpp/sip_html2wxWebView.cpp:2792:69: error: expected ‘)’ before ‘;’ token
  1577. 2792 | ::wxWebView *sipCpp = reinterpret_cast< ::wxWebView *>(sipCppV);
  1578. | ^
  1579. | )
  1580. ../../../../sip/cpp/sip_html2wxWebView.cpp: In function ‘void release_wxWebView(void*, int)’:
  1581. ../../../../sip/cpp/sip_html2wxWebView.cpp:2822:32: error: ‘wxWebView’ in namespace ‘::’ does not name a type
  1582. 2822 | delete reinterpret_cast< ::wxWebView *>(sipCppV);
  1583. | ^~~~~~~~~
  1584. ../../../../sip/cpp/sip_html2wxWebView.cpp:2822:42: error: expected ‘>’ before ‘*’ token
  1585. 2822 | delete reinterpret_cast< ::wxWebView *>(sipCppV);
  1586. | ^
  1587. ../../../../sip/cpp/sip_html2wxWebView.cpp:2822:42: error: expected ‘(’ before ‘*’ token
  1588. 2822 | delete reinterpret_cast< ::wxWebView *>(sipCppV);
  1589. | ^
  1590. | (
  1591. ../../../../sip/cpp/sip_html2wxWebView.cpp:2822:43: error: expected primary-expression before ‘>’ token
  1592. 2822 | delete reinterpret_cast< ::wxWebView *>(sipCppV);
  1593. | ^
  1594. ../../../../sip/cpp/sip_html2wxWebView.cpp:2822:53: error: expected ‘)’ before ‘;’ token
  1595. 2822 | delete reinterpret_cast< ::wxWebView *>(sipCppV);
  1596. | ^
  1597. | )
  1598.  
  1599. Waf: Leaving directory `/home/kacper/.cache/yay/python2-wxpython4/src/wxPython-4.0.3/build/waf/2.7/gtk3'
  1600. Build failed
  1601. -> task in '_html2' failed with exit status 1 (run with -v to display more information)
  1602. -> task in '_html2' failed with exit status 1 (run with -v to display more information)
  1603. -> task in '_html2' failed with exit status 1 (run with -v to display more information)
  1604. -> task in '_html2' failed with exit status 1 (run with -v to display more information)
  1605. -> task in '_html2' failed with exit status 1 (run with -v to display more information)
  1606. -> task in '_html2' failed with exit status 1 (run with -v to display more information)
  1607. -> task in '_html2' failed with exit status 1 (run with -v to display more information)
  1608. -> task in '_html2' failed with exit status 1 (run with -v to display more information)
  1609. Command '"/usr/bin/python2" /home/kacper/.cache/yay/python2-wxpython4/src/wxPython-4.0.3/bin/waf-2.0.7 --wx_config=wx-config-gtk3 --gtk3 --python="/usr/bin/python2" --out=build/waf/2.7/gtk3 configure build ' failed with exit code 1.
  1610. Finished command: build_py (2m1.400s)
  1611. Finished command: build (2m1.400s)
  1612. ==> ERROR: A failure occurred in build().
  1613. Aborting...
  1614. error making: python2-wxpython4
  1615.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement