Advertisement
Guest User

dolphin git mac

a guest
May 30th, 2012
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 29.57 KB | None | 0 0
  1. Scanning dependencies of target wx
  2. [  4%] Building CXX object Externals/wxWidgets3/CMakeFiles/wx.dir/src/aui/auibar.cpp.o
  3. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  4. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  5. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  6. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  7. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:17:
  8. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/object.h:20:
  9. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/memory.h:16:
  10. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/string.h:50:
  11. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrtbase.h:741:53: error:
  12.       use of undeclared identifier 'wcsdup'; did you mean 'wcscmp'?
  13. inline wchar_t* wxStrdup(const wchar_t *s) { return wxCRT_StrdupW(s); }
  14.                                                     ^
  15. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrtbase.h:203:27: note: instantiated from:
  16.     #define wxCRT_StrdupW wcsdup
  17.                           ^
  18. /usr/include/wchar.h:147:5: note: 'wcscmp' declared here
  19. int     wcscmp(const wchar_t *, const wchar_t *);
  20.         ^
  21. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  22. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  23. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  24. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  25. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:17:
  26. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/object.h:20:
  27. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/memory.h:16:
  28. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/string.h:50:
  29. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrtbase.h:741:68: error:
  30.       too few arguments to function call, expected 2, have 1
  31. inline wchar_t* wxStrdup(const wchar_t *s) { return wxCRT_StrdupW(s); }
  32.                                                     ~~~~~~~~~~~~~  ^
  33. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  34. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  35. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  36. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  37. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  38. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  39. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  40. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:174:66: error:
  41.       use of undeclared identifier 'strnlen'; did you mean 'strlen'?
  42.   ...char *str, size_t maxlen) { return wxCRT_StrnlenA(str, maxlen); }
  43.                                         ^
  44. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrtbase.h:257:29: note: instantiated from:
  45.     #define wxCRT_StrnlenA  strnlen
  46.                             ^
  47. /usr/include/string.h:98:9: note: 'strlen' declared here
  48. size_t   strlen(const char *);
  49.          ^
  50. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  51. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  52. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  53. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  54. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  55. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  56. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  57. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:174:86: error:
  58.       too many arguments to function call, expected 1, have 2
  59.   ...char *str, size_t maxlen) { return wxCRT_StrnlenA(str, maxlen); }
  60.                                         ~~~~~~~~~~~~~~      ^~~~~~
  61. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:188:69: error:
  62.       use of undeclared identifier 'wcsnlen'; did you mean 'wcslen'?
  63.   ...wchar_t *str, size_t maxlen) { return wxCRT_StrnlenW(str, maxlen); }
  64.                                            ^
  65. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrtbase.h:261:29: note: instantiated from:
  66.     #define wxCRT_StrnlenW  wcsnlen
  67.                             ^
  68. /usr/include/wchar.h:153:8: note: 'wcslen' declared here
  69. size_t  wcslen(const wchar_t *);
  70.         ^
  71. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  72. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  73. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  74. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  75. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  76. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  77. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  78. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:188:89: error:
  79.       too many arguments to function call, expected 1, have 2
  80.   ...wchar_t *str, size_t maxlen) { return wxCRT_StrnlenW(str, maxlen); }
  81.                                            ~~~~~~~~~~~~~~      ^~~~~~
  82. /usr/include/wchar.h:153:1: note: 'wcslen' declared here
  83. size_t  wcslen(const wchar_t *);
  84. ^
  85. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  86. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  87. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  88. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  89. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  90. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  91. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  92. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: error:
  93.       use of undeclared identifier 'wcscasecmp'; did you mean 'strcasecmp'?
  94. WX_STRCMP_FUNC(wxStricmp, wxCRT_StricmpA, wxCRT_StricmpW, wxStricmp_String)
  95. ^
  96. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:403:5: note: instantiated from:
  97.     WX_STR_FUNC_NO_INVERT(int, name, crtA, crtW, forString)                   \
  98.     ^
  99. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:348:18: note: instantiated from:
  100.         { return WX_STR_CALL(crtW, s1, s2); }                                 \
  101.                  ^
  102. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:325:36: note: instantiated from:
  103. #define WX_STR_CALL(func, a1, a2)  func(a1, a2)
  104.                                    ^
  105. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: note: instantiated from:
  106.         #define wxCRT_StricmpW wcscasecmp
  107.                                ^
  108. /usr/include/string.h:130:6: note: 'strcasecmp' declared here
  109. int      strcasecmp(const char *, const char *);
  110.          ^
  111. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  112. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  113. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  114. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  115. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  116. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  117. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  118. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: error:
  119.       cannot initialize a parameter of type 'const char *' with an lvalue of
  120.       type 'const wchar_t *'
  121. WX_STRCMP_FUNC(wxStricmp, wxCRT_StricmpA, wxCRT_StricmpW, wxStricmp_String)
  122. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  123. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:403:5: note: instantiated from:
  124.     WX_STR_FUNC_NO_INVERT(int, name, crtA, crtW, forString)                   \
  125.     ^
  126. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:348:18: note: instantiated from:
  127.         { return WX_STR_CALL(crtW, s1, s2); }                                 \
  128.                  ^                 ~~
  129. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:325:41: note: instantiated from:
  130. #define WX_STR_CALL(func, a1, a2)  func(a1, a2)
  131.                                         ^
  132. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: note: instantiated from:
  133.         { return WX_STR_CALL(crtW, s1, s2); }                                 \
  134.                                    ^~
  135. /usr/include/string.h:130:29: note: passing argument to parameter here
  136. int      strcasecmp(const char *, const char *);
  137.                                 ^
  138. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  139. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  140. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  141. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  142. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  143. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  144. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  145. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: error:
  146.       use of undeclared identifier 'wcscasecmp'; did you mean 'strcasecmp'?
  147. WX_STRCMP_FUNC(wxStricmp, wxCRT_StricmpA, wxCRT_StricmpW, wxStricmp_String)
  148. ^
  149. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:403:5: note: instantiated from:
  150.     WX_STR_FUNC_NO_INVERT(int, name, crtA, crtW, forString)                   \
  151.     ^
  152. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:352:18: note: instantiated from:
  153.         { return WX_STR_CALL(crtW, s1, s2.data()); }                          \
  154.                  ^
  155. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:325:36: note: instantiated from:
  156. #define WX_STR_CALL(func, a1, a2)  func(a1, a2)
  157.                                    ^
  158. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: note: instantiated from:
  159.         #define wxCRT_StricmpW wcscasecmp
  160.                                ^
  161. /usr/include/string.h:130:6: note: 'strcasecmp' declared here
  162. int      strcasecmp(const char *, const char *);
  163.          ^
  164. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  165. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  166. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  167. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  168. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  169. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  170. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  171. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: error:
  172.       cannot initialize a parameter of type 'const char *' with an lvalue of
  173.       type 'const wchar_t *'
  174. WX_STRCMP_FUNC(wxStricmp, wxCRT_StricmpA, wxCRT_StricmpW, wxStricmp_String)
  175. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:403:5: note: instantiated from:
  177.     WX_STR_FUNC_NO_INVERT(int, name, crtA, crtW, forString)                   \
  178.     ^
  179. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:352:18: note: instantiated from:
  180.         { return WX_STR_CALL(crtW, s1, s2.data()); }                          \
  181.                  ^                 ~~
  182. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:325:41: note: instantiated from:
  183. #define WX_STR_CALL(func, a1, a2)  func(a1, a2)
  184.                                         ^
  185. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: note: instantiated from:
  186.         { return WX_STR_CALL(crtW, s1, s2.data()); }                          \
  187.                                    ^~
  188. /usr/include/string.h:130:29: note: passing argument to parameter here
  189. int      strcasecmp(const char *, const char *);
  190.                                 ^
  191. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  192. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  193. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  194. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  195. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  196. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  197. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  198. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: error:
  199.       use of undeclared identifier 'wcscasecmp'; did you mean 'strcasecmp'?
  200. WX_STRCMP_FUNC(wxStricmp, wxCRT_StricmpA, wxCRT_StricmpW, wxStricmp_String)
  201. ^
  202. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:403:5: note: instantiated from:
  203.     WX_STR_FUNC_NO_INVERT(int, name, crtA, crtW, forString)                   \
  204.     ^
  205. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:366:18: note: instantiated from:
  206.         { return WX_STR_CALL(crtW, s1.data(), s2); }                          \
  207.                  ^
  208. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:325:36: note: instantiated from:
  209. #define WX_STR_CALL(func, a1, a2)  func(a1, a2)
  210.                                    ^
  211. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: note: instantiated from:
  212.         #define wxCRT_StricmpW wcscasecmp
  213.                                ^
  214. /usr/include/string.h:130:6: note: 'strcasecmp' declared here
  215. int      strcasecmp(const char *, const char *);
  216.          ^
  217. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  218. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  219. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  220. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  221. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  222. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  223. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  224. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: error:
  225.       cannot initialize a parameter of type 'const char *' with an rvalue of
  226.       type 'const CharType *' (aka 'const wchar_t *')
  227. WX_STRCMP_FUNC(wxStricmp, wxCRT_StricmpA, wxCRT_StricmpW, wxStricmp_String)
  228. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  229. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:403:5: note: instantiated from:
  230.     WX_STR_FUNC_NO_INVERT(int, name, crtA, crtW, forString)                   \
  231.     ^
  232. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:366:18: note: instantiated from:
  233.         { return WX_STR_CALL(crtW, s1.data(), s2); }                          \
  234.                  ^                 ~~~~~~~~~
  235. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:325:41: note: instantiated from:
  236. #define WX_STR_CALL(func, a1, a2)  func(a1, a2)
  237.                                         ^
  238. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: note: instantiated from:
  239.         { return WX_STR_CALL(crtW, s1.data(), s2); }                          \
  240.                                    ^~~~~~~~~
  241. /usr/include/string.h:130:29: note: passing argument to parameter here
  242. int      strcasecmp(const char *, const char *);
  243.                                 ^
  244. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  245. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  246. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  247. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  248. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  249. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  250. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  251. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: error:
  252.       use of undeclared identifier 'wcscasecmp'; did you mean 'strcasecmp'?
  253. WX_STRCMP_FUNC(wxStricmp, wxCRT_StricmpA, wxCRT_StricmpW, wxStricmp_String)
  254. ^
  255. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:403:5: note: instantiated from:
  256.     WX_STR_FUNC_NO_INVERT(int, name, crtA, crtW, forString)                   \
  257.     ^
  258. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:370:18: note: instantiated from:
  259.         { return WX_STR_CALL(crtW, s1.data(), s2.data()); }                   \
  260.                  ^
  261. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:325:36: note: instantiated from:
  262. #define WX_STR_CALL(func, a1, a2)  func(a1, a2)
  263.                                    ^
  264. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: note: instantiated from:
  265.         #define wxCRT_StricmpW wcscasecmp
  266.                                ^
  267. /usr/include/string.h:130:6: note: 'strcasecmp' declared here
  268. int      strcasecmp(const char *, const char *);
  269.          ^
  270. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  271. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  272. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  273. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  274. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  275. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  276. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  277. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: error:
  278.       cannot initialize a parameter of type 'const char *' with an rvalue of
  279.       type 'const CharType *' (aka 'const wchar_t *')
  280. WX_STRCMP_FUNC(wxStricmp, wxCRT_StricmpA, wxCRT_StricmpW, wxStricmp_String)
  281. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  282. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:403:5: note: instantiated from:
  283.     WX_STR_FUNC_NO_INVERT(int, name, crtA, crtW, forString)                   \
  284.     ^
  285. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:370:18: note: instantiated from:
  286.         { return WX_STR_CALL(crtW, s1.data(), s2.data()); }                   \
  287.                  ^                 ~~~~~~~~~
  288. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:325:41: note: instantiated from:
  289. #define WX_STR_CALL(func, a1, a2)  func(a1, a2)
  290.                                         ^
  291. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:460:1: note: instantiated from:
  292.         { return WX_STR_CALL(crtW, s1.data(), s2.data()); }                   \
  293.                                    ^~~~~~~~~
  294. /usr/include/string.h:130:29: note: passing argument to parameter here
  295. int      strcasecmp(const char *, const char *);
  296.                                 ^
  297. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  298. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  299. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  300. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  301. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  302. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  303. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  304. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:531:1: error:
  305.       use of undeclared identifier 'wcsncasecmp'; did you mean 'strncasecmp'?
  306. WX_STRCMP_FUNC(wxStrnicmp, wxCRT_StrnicmpA, wxCRT_StrnicmpW, wxStrnicmp_String)
  307. ^
  308. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:403:5: note: instantiated from:
  309.     WX_STR_FUNC_NO_INVERT(int, name, crtA, crtW, forString)                   \
  310.     ^
  311. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:348:18: note: instantiated from:
  312.         { return WX_STR_CALL(crtW, s1, s2); }                                 \
  313.                  ^
  314. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:521:36: note: instantiated from:
  315. #define WX_STR_CALL(func, a1, a2)  func(a1, a2, n)
  316.                                    ^
  317. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:531:1: note: instantiated from:
  318.         #define wxCRT_StrnicmpW wcsncasecmp
  319.                                 ^
  320. /usr/include/string.h:134:6: note: 'strncasecmp' declared here
  321. int      strncasecmp(const char *, const char *, size_t);
  322.          ^
  323. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  324. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  325. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  326. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  327. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  328. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  329. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  330. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:531:1: error:
  331.       cannot initialize a parameter of type 'const char *' with an lvalue of
  332.       type 'const wchar_t *'
  333. WX_STRCMP_FUNC(wxStrnicmp, wxCRT_StrnicmpA, wxCRT_StrnicmpW, wxStrnicmp_String)
  334. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:403:5: note: instantiated from:
  336.     WX_STR_FUNC_NO_INVERT(int, name, crtA, crtW, forString)                   \
  337.     ^
  338. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:348:18: note: instantiated from:
  339.         { return WX_STR_CALL(crtW, s1, s2); }                                 \
  340.                  ^                 ~~
  341. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:521:41: note: instantiated from:
  342. #define WX_STR_CALL(func, a1, a2)  func(a1, a2, n)
  343.                                         ^
  344. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:531:1: note: instantiated from:
  345.         { return WX_STR_CALL(crtW, s1, s2); }                                 \
  346.                                    ^~
  347. /usr/include/string.h:134:30: note: passing argument to parameter here
  348. int      strncasecmp(const char *, const char *, size_t);
  349.                                  ^
  350. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  351. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  352. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  353. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  354. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  355. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  356. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  357. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:531:1: error:
  358.       use of undeclared identifier 'wcsncasecmp'; did you mean 'strncasecmp'?
  359. WX_STRCMP_FUNC(wxStrnicmp, wxCRT_StrnicmpA, wxCRT_StrnicmpW, wxStrnicmp_String)
  360. ^
  361. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:403:5: note: instantiated from:
  362.     WX_STR_FUNC_NO_INVERT(int, name, crtA, crtW, forString)                   \
  363.     ^
  364. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:352:18: note: instantiated from:
  365.         { return WX_STR_CALL(crtW, s1, s2.data()); }                          \
  366.                  ^
  367. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:521:36: note: instantiated from:
  368. #define WX_STR_CALL(func, a1, a2)  func(a1, a2, n)
  369.                                    ^
  370. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:531:1: note: instantiated from:
  371.         #define wxCRT_StrnicmpW wcsncasecmp
  372.                                 ^
  373. /usr/include/string.h:134:6: note: 'strncasecmp' declared here
  374. int      strncasecmp(const char *, const char *, size_t);
  375.          ^
  376. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  377. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  378. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  379. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  380. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  381. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  382. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  383. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:531:1: error:
  384.       cannot initialize a parameter of type 'const char *' with an lvalue of
  385.       type 'const wchar_t *'
  386. WX_STRCMP_FUNC(wxStrnicmp, wxCRT_StrnicmpA, wxCRT_StrnicmpW, wxStrnicmp_String)
  387. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  388. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:403:5: note: instantiated from:
  389.     WX_STR_FUNC_NO_INVERT(int, name, crtA, crtW, forString)                   \
  390.     ^
  391. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:352:18: note: instantiated from:
  392.         { return WX_STR_CALL(crtW, s1, s2.data()); }                          \
  393.                  ^                 ~~
  394. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:521:41: note: instantiated from:
  395. #define WX_STR_CALL(func, a1, a2)  func(a1, a2, n)
  396.                                         ^
  397. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:531:1: note: instantiated from:
  398.         { return WX_STR_CALL(crtW, s1, s2.data()); }                          \
  399.                                    ^~
  400. /usr/include/string.h:134:30: note: passing argument to parameter here
  401. int      strncasecmp(const char *, const char *, size_t);
  402.                                  ^
  403. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
  404. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24:
  405. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23:
  406. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19:
  407. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:18:
  408. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/clntdata.h:17:
  409. In file included from /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/hashmap.h:16:
  410. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:531:1: error:
  411.       use of undeclared identifier 'wcsncasecmp'; did you mean 'strncasecmp'?
  412. WX_STRCMP_FUNC(wxStrnicmp, wxCRT_StrnicmpA, wxCRT_StrnicmpW, wxStrnicmp_String)
  413. ^
  414. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:403:5: note: instantiated from:
  415.     WX_STR_FUNC_NO_INVERT(int, name, crtA, crtW, forString)                   \
  416.     ^
  417. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:366:18: note: instantiated from:
  418.         { return WX_STR_CALL(crtW, s1.data(), s2); }                          \
  419.                  ^
  420. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:521:36: note: instantiated from:
  421. #define WX_STR_CALL(func, a1, a2)  func(a1, a2, n)
  422.                                    ^
  423. /Users/tsb/dolphin-emu/Externals/wxWidgets3/include/wx/wxcrt.h:531:1: note: instantiated from:
  424.         #define wxCRT_StrnicmpW wcsncasecmp
  425.                                 ^
  426. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  427. 20 errors generated.
  428. make[2]: *** [Externals/wxWidgets3/CMakeFiles/wx.dir/src/aui/auibar.cpp.o] Error 1
  429. make[1]: *** [Externals/wxWidgets3/CMakeFiles/wx.dir/all] Error 2
  430. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement