Guest User

Untitled

a guest
Jul 6th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.56 KB | None | 0 0
  1. 78%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/dialogs/dialog_pns_settings.cpp.o
  2. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:249:9: error:
  3. no matching function for call to 'FromUTF8'
  4. SCH_PARSE_ERROR( _( "unexpected end of line" ), aReader, aCurrentToken );
  5. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  7. expanded from macro 'SCH_PARSE_ERROR'
  8. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  9. ^~~~~~~~~~~~~~~~~~
  10. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  11. expanded from macro 'THROW_PARSE_ERROR'
  12. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  13. ^~~~
  14. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  15. candidate function not viable: no known conversion from 'const wxString'
  16. to 'const char *' for 1st argument
  17. static wxString FromUTF8(const char *utf8)
  18. ^
  19. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  20. candidate function not viable: requires 2 arguments, but 1 was provided
  21. static wxString FromUTF8(const char *utf8, size_t len)
  22. ^
  23. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:252:9: error:
  24. no matching function for call to 'FromUTF8'
  25. ...SCH_PARSE_ERROR( _( "expected single character token" ), aReader, aCurrentToken );
  26. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  27. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  28. expanded from macro 'SCH_PARSE_ERROR'
  29. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  30. ^~~~~~~~~~~~~~~~~~
  31. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  32. expanded from macro 'THROW_PARSE_ERROR'
  33. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  34. ^~~~
  35. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  36. candidate function not viable: no known conversion from 'const wxString'
  37. to 'const char *' for 1st argument
  38. static wxString FromUTF8(const char *utf8)
  39. ^
  40. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  41. candidate function not viable: requires 2 arguments, but 1 was provided
  42. static wxString FromUTF8(const char *utf8, size_t len)
  43. ^
  44. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:312:9: error:
  45. no matching function for call to 'FromUTF8'
  46. ...SCH_PARSE_ERROR( _( "expected unquoted string" ), aReader, aCurrentToken );
  47. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  48. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  49. expanded from macro 'SCH_PARSE_ERROR'
  50. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  51. ^~~~~~~~~~~~~~~~~~
  52. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  53. expanded from macro 'THROW_PARSE_ERROR'
  54. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  55. ^~~~
  56. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  57. candidate function not viable: no known conversion from 'const wxString'
  58. to 'const char *' for 1st argument
  59. static wxString FromUTF8(const char *utf8)
  60. ^
  61. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  62. candidate function not viable: requires 2 arguments, but 1 was provided
  63. static wxString FromUTF8(const char *utf8, size_t len)
  64. ^
  65. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:407:9: error:
  66. no matching function for call to 'FromUTF8'
  67. SCH_PARSE_ERROR( _( "expected quoted string" ), aReader, aCurrentToken );
  68. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  69. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  70. expanded from macro 'SCH_PARSE_ERROR'
  71. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  72. ^~~~~~~~~~~~~~~~~~
  73. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  74. expanded from macro 'THROW_PARSE_ERROR'
  75. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  76. ^~~~
  77. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  78. candidate function not viable: no known conversion from 'const wxString'
  79. to 'const char *' for 1st argument
  80. static wxString FromUTF8(const char *utf8)
  81. ^
  82. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  83. candidate function not viable: requires 2 arguments, but 1 was provided
  84. static wxString FromUTF8(const char *utf8, size_t len)
  85. ^
  86. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:410:9: error:
  87. no matching function for call to 'FromUTF8'
  88. ...SCH_PARSE_ERROR( _( "no closing quote for string found" ), aReader, tmp );
  89. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  90. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  91. expanded from macro 'SCH_PARSE_ERROR'
  92. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  93. ^~~~~~~~~~~~~~~~~~
  94. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  95. expanded from macro 'THROW_PARSE_ERROR'
  96. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  97. ^~~~
  98. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  99. candidate function not viable: no known conversion from 'const wxString'
  100. to 'const char *' for 1st argument
  101. static wxString FromUTF8(const char *utf8)
  102. ^
  103. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  104. candidate function not viable: requires 2 arguments, but 1 was provided
  105. static wxString FromUTF8(const char *utf8, size_t len)
  106. ^
  107. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:633:9: error:
  108. no matching function for call to 'FromUTF8'
  109. SCH_PARSE_ERROR( _( "invalid page size" ), aReader, line );
  110. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  112. expanded from macro 'SCH_PARSE_ERROR'
  113. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  114. ^~~~~~~~~~~~~~~~~~
  115. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  116. expanded from macro 'THROW_PARSE_ERROR'
  117. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  118. ^~~~
  119. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  120. candidate function not viable: no known conversion from 'const wxString'
  121. to 'const char *' for 1st argument
  122. static wxString FromUTF8(const char *utf8)
  123. ^
  124. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  125. candidate function not viable: requires 2 arguments, but 1 was provided
  126. static wxString FromUTF8(const char *utf8, size_t len)
  127. ^
  128. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:659:13: error:
  129. no matching function for call to 'FromUTF8'
  130. SCH_PARSE_ERROR( _( "unexpected end of file" ), aReader, line );
  131. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  133. expanded from macro 'SCH_PARSE_ERROR'
  134. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  135. ^~~~~~~~~~~~~~~~~~
  136. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  137. expanded from macro 'THROW_PARSE_ERROR'
  138. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  139. ^~~~
  140. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  141. candidate function not viable: no known conversion from 'const wxString'
  142. to 'const char *' for 1st argument
  143. static wxString FromUTF8(const char *utf8)
  144. ^
  145. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  146. candidate function not viable: requires 2 arguments, but 1 was provided
  147. static wxString FromUTF8(const char *utf8, size_t len)
  148. ^
  149. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:715:5: error:
  150. no matching function for call to 'FromUTF8'
  151. SCH_PARSE_ERROR( _( "missing 'EndDescr'" ), aReader, line );
  152. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  153. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  154. expanded from macro 'SCH_PARSE_ERROR'
  155. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  156. ^~~~~~~~~~~~~~~~~~
  157. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  158. expanded from macro 'THROW_PARSE_ERROR'
  159. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  160. ^~~~
  161. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  162. candidate function not viable: no known conversion from 'const wxString'
  163. to 'const char *' for 1st argument
  164. static wxString FromUTF8(const char *utf8)
  165. ^
  166. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  167. candidate function not viable: requires 2 arguments, but 1 was provided
  168. static wxString FromUTF8(const char *utf8, size_t len)
  169. ^
  170. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:807:21: error:
  171. no matching function for call to 'FromUTF8'
  172. ...SCH_PARSE_ERROR( _( "invalid sheet pin type" ), aReader, line );
  173. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  174. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  175. expanded from macro 'SCH_PARSE_ERROR'
  176. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  177. ^~~~~~~~~~~~~~~~~~
  178. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  179. expanded from macro 'THROW_PARSE_ERROR'
  180. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  181. ^~~~
  182. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  183. candidate function not viable: no known conversion from 'const wxString'
  184. to 'const char *' for 1st argument
  185. static wxString FromUTF8(const char *utf8)
  186. ^
  187. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  188. candidate function not viable: requires 2 arguments, but 1 was provided
  189. static wxString FromUTF8(const char *utf8, size_t len)
  190. ^
  191. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:828:21: error:
  192. no matching function for call to 'FromUTF8'
  193. ...SCH_PARSE_ERROR( _( "invalid sheet pin side" ), aReader, line );
  194. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  195. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  196. expanded from macro 'SCH_PARSE_ERROR'
  197. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  198. ^~~~~~~~~~~~~~~~~~
  199. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  200. expanded from macro 'THROW_PARSE_ERROR'
  201. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  202. ^~~~
  203. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  204. candidate function not viable: no known conversion from 'const wxString'
  205. to 'const char *' for 1st argument
  206. static wxString FromUTF8(const char *utf8)
  207. ^
  208. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  209. candidate function not viable: requires 2 arguments, but 1 was provided
  210. static wxString FromUTF8(const char *utf8, size_t len)
  211. ^
  212. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:850:5: error:
  213. no matching function for call to 'FromUTF8'
  214. SCH_PARSE_ERROR( _( "missing '$EndSheet`" ), aReader, line );
  215. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  216. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  217. expanded from macro 'SCH_PARSE_ERROR'
  218. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  219. ^~~~~~~~~~~~~~~~~~
  220. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  221. expanded from macro 'THROW_PARSE_ERROR'
  222. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  223. ^~~~
  224. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  225. candidate function not viable: no known conversion from 'const wxString'
  226. to 'const char *' for 1st argument
  227. static wxString FromUTF8(const char *utf8)
  228. ^
  229. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  230. candidate function not viable: requires 2 arguments, but 1 was provided
  231. static wxString FromUTF8(const char *utf8, size_t len)
  232. ^
  233. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:888:21: error:
  234. no matching function for call to 'FromUTF8'
  235. ...SCH_PARSE_ERROR( _( "Unexpected end of file" ), aReader, line );
  236. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  237. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  238. expanded from macro 'SCH_PARSE_ERROR'
  239. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  240. ^~~~~~~~~~~~~~~~~~
  241. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  242. expanded from macro 'THROW_PARSE_ERROR'
  243. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  244. ^~~~
  245. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  246. candidate function not viable: no known conversion from 'const wxString'
  247. to 'const char *' for 1st argument
  248. static wxString FromUTF8(const char *utf8)
  249. ^
  250. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  251. candidate function not viable: requires 2 arguments, but 1 was provided
  252. static wxString FromUTF8(const char *utf8, size_t len)
  253. ^
  254. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:1103:13: error:
  255. no matching function for call to 'FromUTF8'
  256. SCH_PARSE_ERROR( _( "invalid label type" ), aReader, line );
  257. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  258. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  259. expanded from macro 'SCH_PARSE_ERROR'
  260. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  261. ^~~~~~~~~~~~~~~~~~
  262. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  263. expanded from macro 'THROW_PARSE_ERROR'
  264. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  265. ^~~~
  266. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  267. candidate function not viable: no known conversion from 'const wxString'
  268. to 'const char *' for 1st argument
  269. static wxString FromUTF8(const char *utf8)
  270. ^
  271. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  272. candidate function not viable: requires 2 arguments, but 1 was provided
  273. static wxString FromUTF8(const char *utf8, size_t len)
  274. ^
  275. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:1110:9: error:
  276. no matching function for call to 'FromUTF8'
  277. SCH_PARSE_ERROR( _( "expected 'Italics' or '~'" ), aReader, line );
  278. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  279. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  280. expanded from macro 'SCH_PARSE_ERROR'
  281. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  282. ^~~~~~~~~~~~~~~~~~
  283. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  284. expanded from macro 'THROW_PARSE_ERROR'
  285. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  286. ^~~~
  287. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  288. candidate function not viable: no known conversion from 'const wxString'
  289. to 'const char *' for 1st argument
  290. static wxString FromUTF8(const char *utf8)
  291. ^
  292. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  293. candidate function not viable: requires 2 arguments, but 1 was provided
  294. static wxString FromUTF8(const char *utf8, size_t len)
  295. ^
  296. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:1292:17: error:
  297. no matching function for call to 'FromUTF8'
  298. ...SCH_PARSE_ERROR( _( "component field orientation must be H or V" ), aReader, line );
  299. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  300. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  301. expanded from macro 'SCH_PARSE_ERROR'
  302. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  303. ^~~~~~~~~~~~~~~~~~
  304. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  305. expanded from macro 'THROW_PARSE_ERROR'
  306. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  307. ^~~~
  308. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  309. candidate function not viable: no known conversion from 'const wxString'
  310. to 'const char *' for 1st argument
  311. static wxString FromUTF8(const char *utf8)
  312. ^
  313. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  314. candidate function not viable: requires 2 arguments, but 1 was provided
  315. static wxString FromUTF8(const char *utf8, size_t len)
  316. ^
  317. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:1299:17: error:
  318. no matching function for call to 'FromUTF8'
  319. ...SCH_PARSE_ERROR( _( "component field text horizontal justification must be "
  320. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  321. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  322. expanded from macro 'SCH_PARSE_ERROR'
  323. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  324. ^~~~~~~~~~~~~~~~~~
  325. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  326. expanded from macro 'THROW_PARSE_ERROR'
  327. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  328. ^~~~
  329. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  330. candidate function not viable: no known conversion from 'const wxString'
  331. to 'const char *' for 1st argument
  332. static wxString FromUTF8(const char *utf8)
  333. ^
  334. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  335. candidate function not viable: requires 2 arguments, but 1 was provided
  336. static wxString FromUTF8(const char *utf8, size_t len)
  337. ^
  338. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:1313:17: error:
  339. no matching function for call to 'FromUTF8'
  340. ...SCH_PARSE_ERROR( _( "component field text vertical justification must be "
  341. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  342. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  343. expanded from macro 'SCH_PARSE_ERROR'
  344. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  345. ^~~~~~~~~~~~~~~~~~
  346. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  347. expanded from macro 'THROW_PARSE_ERROR'
  348. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  349. ^~~~
  350. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  351. candidate function not viable: no known conversion from 'const wxString'
  352. to 'const char *' for 1st argument
  353. static wxString FromUTF8(const char *utf8)
  354. ^
  355. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  356. candidate function not viable: requires 2 arguments, but 1 was provided
  357. static wxString FromUTF8(const char *utf8, size_t len)
  358. ^
  359. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:1318:17: error:
  360. no matching function for call to 'FromUTF8'
  361. ...SCH_PARSE_ERROR( _( "component field text attributes must be 3 characters wide" ),
  362. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  364. expanded from macro 'SCH_PARSE_ERROR'
  365. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  366. ^~~~~~~~~~~~~~~~~~
  367. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  368. expanded from macro 'THROW_PARSE_ERROR'
  369. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  370. ^~~~
  371. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  372. candidate function not viable: no known conversion from 'const wxString'
  373. to 'const char *' for 1st argument
  374. static wxString FromUTF8(const char *utf8)
  375. ^
  376. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  377. candidate function not viable: requires 2 arguments, but 1 was provided
  378. static wxString FromUTF8(const char *utf8, size_t len)
  379. ^
  380. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:1324:17: error:
  381. no matching function for call to 'FromUTF8'
  382. ...SCH_PARSE_ERROR( _( "component field text italics indicator must be I or N" ),
  383. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  384. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/eeschema/sch_legacy_plugin.cpp:49:24: note:
  385. expanded from macro 'SCH_PARSE_ERROR'
  386. THROW_PARSE_ERROR( wxString::FromUTF8( text ), \
  387. ^~~~~~~~~~~~~~~~~~
  388. /Users/simon/Documents/stuff/kicad-mac-packaging/kicad/include/richio.h:203:47: note:
  389. expanded from macro 'THROW_PARSE_ERROR'
  390. throw PARSE_ERROR( __FILE__, __LOC__, aMsg, aSource, aInputLine...
  391. ^~~~
  392. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1717:21: note:
  393. candidate function not viable: no known conversion from 'const wxString'
  394. to 'const char *' for 1st argument
  395. static wxString FromUTF8(const char *utf8)
  396. ^
  397. /Users/simon/Documents/stuff/kicad-mac-packaging/wx/wx-build/../wx-bin/include/wx-3.0/wx/string.h:1724:21: note:
  398. candidate function not viable: requires 2 arguments, but 1 was provided
  399. static wxString FromUTF8(const char *utf8, size_t len)
  400. ^
  401. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  402. 20 errors generated.
  403. make[2]: *** [eeschema/CMakeFiles/eeschema_kiface.dir/sch_legacy_plugin.cpp.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment