Advertisement
cap95

Library Conflict

Nov 17th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.93 KB | None | 0 0
  1. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1239:9: error: no member named 'math_max' in
  2. the global namespace
  3. using ::fmax;
  4. ~~^
  5. src/defs.h:90:14: note: expanded from macro 'fmax'
  6. #define fmax math_max
  7. ^
  8. In file included from src/basetrackplayer.cpp:4:
  9. In file included from src/basetrackplayer.h:8:
  10. In file included from src/engine/enginedeck.h:22:
  11. In file included from src/controlpushbutton.h:21:
  12. In file included from src/controlobject.h:27:
  13. In file included from src/control/control.h:10:
  14. In file included from src/control/controlbehavior.h:9:
  15. In file included from src/mathstuff.h:22:
  16. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1242:51: error: expected unqualified-id
  17. inline _LIBCPP_INLINE_VISIBILITY float fmax(float __x, float __y) _NOEXCEPT {return fmaxf(__x, __y);}
  18. ^
  19. src/defs.h:81:37: note: expanded from macro 'math_max'
  20. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  21. ^
  22. In file included from src/basetrackplayer.cpp:4:
  23. In file included from src/basetrackplayer.h:8:
  24. In file included from src/engine/enginedeck.h:22:
  25. In file included from src/controlpushbutton.h:21:
  26. In file included from src/controlobject.h:27:
  27. In file included from src/control/control.h:10:
  28. In file included from src/control/controlbehavior.h:9:
  29. In file included from src/mathstuff.h:22:
  30. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1242:51: error: expected ')'
  31. src/defs.h:81:37: note: expanded from macro 'math_max'
  32. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  33. ^
  34. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1242:46: note: to match this '('
  35. inline _LIBCPP_INLINE_VISIBILITY float fmax(float __x, float __y) _NOEXCEPT {return fmaxf(__x, __y);}
  36. ^
  37. src/defs.h:90:14: note: expanded from macro 'fmax'
  38. #define fmax math_max
  39. ^
  40. src/defs.h:81:36: note: expanded from macro 'math_max'
  41. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  42. ^
  43. In file included from src/basetrackplayer.cpp:4:
  44. In file included from src/basetrackplayer.h:8:
  45. In file included from src/engine/enginedeck.h:22:
  46. In file included from src/controlpushbutton.h:21:
  47. In file included from src/controlobject.h:27:
  48. In file included from src/control/control.h:10:
  49. In file included from src/control/controlbehavior.h:9:
  50. In file included from src/mathstuff.h:22:
  51. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1242:46: error: expected ')'
  52. inline _LIBCPP_INLINE_VISIBILITY float fmax(float __x, float __y) _NOEXCEPT {return fmaxf(__x, __y);}
  53. ^
  54. src/defs.h:90:14: note: expanded from macro 'fmax'
  55. #define fmax math_max
  56. ^
  57. src/defs.h:81:40: note: expanded from macro 'math_max'
  58. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  59. ^
  60. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1242:46: note: to match this '('
  61. src/defs.h:90:14: note: expanded from macro 'fmax'
  62. #define fmax math_max
  63. ^
  64. src/defs.h:81:35: note: expanded from macro 'math_max'
  65. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  66. ^
  67. In file included from src/basetrackplayer.cpp:4:
  68. In file included from src/basetrackplayer.h:8:
  69. In file included from src/engine/enginedeck.h:22:
  70. In file included from src/controlpushbutton.h:21:
  71. In file included from src/controlobject.h:27:
  72. In file included from src/control/control.h:10:
  73. In file included from src/control/controlbehavior.h:9:
  74. In file included from src/mathstuff.h:22:
  75. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1242:46: error: expected ')'
  76. inline _LIBCPP_INLINE_VISIBILITY float fmax(float __x, float __y) _NOEXCEPT {return fmaxf(__x, __y);}
  77. ^
  78. src/defs.h:90:14: note: expanded from macro 'fmax'
  79. #define fmax math_max
  80. ^
  81. src/defs.h:81:47: note: expanded from macro 'math_max'
  82. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  83. ^
  84. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1242:46: note: to match this '('
  85. src/defs.h:90:14: note: expanded from macro 'fmax'
  86. #define fmax math_max
  87. ^
  88. src/defs.h:81:34: note: expanded from macro 'math_max'
  89. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  90. ^
  91. In file included from src/basetrackplayer.cpp:4:
  92. In file included from src/basetrackplayer.h:8:
  93. In file included from src/engine/enginedeck.h:22:
  94. In file included from src/controlpushbutton.h:21:
  95. In file included from src/controlobject.h:27:
  96. In file included from src/control/control.h:10:
  97. In file included from src/control/controlbehavior.h:9:
  98. In file included from src/mathstuff.h:22:
  99. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1243:51: error: expected unqualified-id
  100. inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __x, long double __y) _NOEXCEPT {return fmaxl(__x, __y);}
  101. ^
  102. src/defs.h:81:37: note: expanded from macro 'math_max'
  103. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  104. ^
  105. In file included from src/basetrackplayer.cpp:4:
  106. In file included from src/basetrackplayer.h:8:
  107. In file included from src/engine/enginedeck.h:22:
  108. In file included from src/controlpushbutton.h:21:
  109. In file included from src/controlobject.h:27:
  110. In file included from src/control/control.h:10:
  111. In file included from src/control/controlbehavior.h:9:
  112. In file included from src/mathstuff.h:22:
  113. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1243:51: error: expected ')'
  114. src/defs.h:81:37: note: expanded from macro 'math_max'
  115. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  116. ^
  117. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1243:46: note: to match this '('
  118. inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __x, long double __y) _NOEXCEPT {return fmaxl(__x, __y);}
  119. ^
  120. src/defs.h:90:14: note: expanded from macro 'fmax'
  121. #define fmax math_max
  122. ^
  123. src/defs.h:81:36: note: expanded from macro 'math_max'
  124. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  125. ^
  126. In file included from src/basetrackplayer.cpp:4:
  127. In file included from src/basetrackplayer.h:8:
  128. In file included from src/engine/enginedeck.h:22:
  129. In file included from src/controlpushbutton.h:21:
  130. In file included from src/controlobject.h:27:
  131. In file included from src/control/control.h:10:
  132. In file included from src/control/controlbehavior.h:9:
  133. In file included from src/mathstuff.h:22:
  134. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1243:46: error: expected ')'
  135. inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __x, long double __y) _NOEXCEPT {return fmaxl(__x, __y);}
  136. ^
  137. src/defs.h:90:14: note: expanded from macro 'fmax'
  138. #define fmax math_max
  139. ^
  140. src/defs.h:81:40: note: expanded from macro 'math_max'
  141. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  142. ^
  143. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1243:46: note: to match this '('
  144. src/defs.h:90:14: note: expanded from macro 'fmax'
  145. #define fmax math_max
  146. ^
  147. src/defs.h:81:35: note: expanded from macro 'math_max'
  148. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  149. ^
  150. In file included from src/basetrackplayer.cpp:4:
  151. In file included from src/basetrackplayer.h:8:
  152. In file included from src/engine/enginedeck.h:22:
  153. In file included from src/controlpushbutton.h:21:
  154. In file included from src/controlobject.h:27:
  155. In file included from src/control/control.h:10:
  156. In file included from src/control/controlbehavior.h:9:
  157. In file included from src/mathstuff.h:22:
  158. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1243:46: error: expected ')'
  159. inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __x, long double __y) _NOEXCEPT {return fmaxl(__x, __y);}
  160. ^
  161. src/defs.h:90:14: note: expanded from macro 'fmax'
  162. #define fmax math_max
  163. ^
  164. src/defs.h:81:47: note: expanded from macro 'math_max'
  165. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  166. ^
  167. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1243:46: note: to match this '('
  168. src/defs.h:90:14: note: expanded from macro 'fmax'
  169. #define fmax math_max
  170. ^
  171. src/defs.h:81:34: note: expanded from macro 'math_max'
  172. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  173. ^
  174. In file included from src/basetrackplayer.cpp:4:
  175. In file included from src/basetrackplayer.h:8:
  176. In file included from src/engine/enginedeck.h:22:
  177. In file included from src/controlpushbutton.h:21:
  178. In file included from src/controlobject.h:27:
  179. In file included from src/control/control.h:10:
  180. In file included from src/control/controlbehavior.h:9:
  181. In file included from src/mathstuff.h:22:
  182. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1253:10: error: expected ')'
  183. fmax(_A1 __x, _A2 __y) _NOEXCEPT
  184. ^
  185. src/defs.h:81:37: note: expanded from macro 'math_max'
  186. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  187. ^
  188. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1253:1: note: to match this '('
  189. fmax(_A1 __x, _A2 __y) _NOEXCEPT
  190. ^
  191. src/defs.h:90:14: note: expanded from macro 'fmax'
  192. #define fmax math_max
  193. ^
  194. src/defs.h:81:36: note: expanded from macro 'math_max'
  195. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  196. ^
  197. In file included from src/basetrackplayer.cpp:4:
  198. In file included from src/basetrackplayer.h:8:
  199. In file included from src/engine/enginedeck.h:22:
  200. In file included from src/controlpushbutton.h:21:
  201. In file included from src/controlobject.h:27:
  202. In file included from src/control/control.h:10:
  203. In file included from src/control/controlbehavior.h:9:
  204. In file included from src/mathstuff.h:22:
  205. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1253:1: error: expected ')'
  206. fmax(_A1 __x, _A2 __y) _NOEXCEPT
  207. ^
  208. src/defs.h:90:14: note: expanded from macro 'fmax'
  209. #define fmax math_max
  210. ^
  211. src/defs.h:81:40: note: expanded from macro 'math_max'
  212. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  213. ^
  214. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1253:1: note: to match this '('
  215. src/defs.h:90:14: note: expanded from macro 'fmax'
  216. #define fmax math_max
  217. ^
  218. src/defs.h:81:35: note: expanded from macro 'math_max'
  219. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  220. ^
  221. In file included from src/basetrackplayer.cpp:4:
  222. In file included from src/basetrackplayer.h:8:
  223. In file included from src/engine/enginedeck.h:22:
  224. In file included from src/controlpushbutton.h:21:
  225. In file included from src/controlobject.h:27:
  226. In file included from src/control/control.h:10:
  227. In file included from src/control/controlbehavior.h:9:
  228. In file included from src/mathstuff.h:22:
  229. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1253:1: error: expected ')'
  230. fmax(_A1 __x, _A2 __y) _NOEXCEPT
  231. ^
  232. src/defs.h:90:14: note: expanded from macro 'fmax'
  233. #define fmax math_max
  234. ^
  235. src/defs.h:81:47: note: expanded from macro 'math_max'
  236. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  237. ^
  238. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1253:1: note: to match this '('
  239. src/defs.h:90:14: note: expanded from macro 'fmax'
  240. #define fmax math_max
  241. ^
  242. src/defs.h:81:34: note: expanded from macro 'math_max'
  243. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  244. ^
  245. In file included from src/basetrackplayer.cpp:4:
  246. In file included from src/basetrackplayer.h:8:
  247. In file included from src/engine/enginedeck.h:22:
  248. In file included from src/controlpushbutton.h:21:
  249. In file included from src/controlobject.h:27:
  250. In file included from src/control/control.h:10:
  251. In file included from src/control/controlbehavior.h:9:
  252. In file included from src/mathstuff.h:22:
  253. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1246:1: error: 'inline' can only appear on
  254. functions
  255. inline _LIBCPP_INLINE_VISIBILITY
  256. ^
  257. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1253:6: error: variable '_A1' declared as a
  258. template
  259. fmax(_A1 __x, _A2 __y) _NOEXCEPT
  260. ^
  261. src/defs.h:81:37: note: expanded from macro 'math_max'
  262. #define math_max(a,b) (((a) > (b)) ? (a) : (b))
  263. ^
  264. In file included from src/basetrackplayer.cpp:4:
  265. In file included from src/basetrackplayer.h:8:
  266. In file included from src/engine/enginedeck.h:22:
  267. In file included from src/controlpushbutton.h:21:
  268. In file included from src/controlobject.h:27:
  269. In file included from src/control/control.h:10:
  270. In file included from src/control/controlbehavior.h:9:
  271. In file included from src/mathstuff.h:22:
  272. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1253:23: error: expected ';' at end of
  273. declaration
  274. fmax(_A1 __x, _A2 __y) _NOEXCEPT
  275. ^
  276. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1253:24: error: expected unqualified-id
  277. fmax(_A1 __x, _A2 __y) _NOEXCEPT
  278. ^
  279. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__config:289:21: note: expanded from macro
  280. '_NOEXCEPT'
  281. # define _NOEXCEPT throw()
  282. ^
  283. In file included from src/basetrackplayer.cpp:4:
  284. In file included from src/basetrackplayer.h:8:
  285. In file included from src/engine/enginedeck.h:22:
  286. In file included from src/controlpushbutton.h:21:
  287. In file included from src/controlobject.h:27:
  288. In file included from src/control/control.h:10:
  289. In file included from src/control/controlbehavior.h:9:
  290. In file included from src/mathstuff.h:22:
  291. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1263:9: error: no member named 'math_min' in
  292. the global namespace
  293. using ::fmin;
  294. ~~^
  295. src/defs.h:94:14: note: expanded from macro 'fmin'
  296. #define fmin math_min
  297. ^
  298. In file included from src/basetrackplayer.cpp:4:
  299. In file included from src/basetrackplayer.h:8:
  300. In file included from src/engine/enginedeck.h:22:
  301. In file included from src/controlpushbutton.h:21:
  302. In file included from src/controlobject.h:27:
  303. In file included from src/control/control.h:10:
  304. In file included from src/control/controlbehavior.h:9:
  305. In file included from src/mathstuff.h:22:
  306. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1266:51: error: expected unqualified-id
  307. inline _LIBCPP_INLINE_VISIBILITY float fmin(float __x, float __y) _NOEXCEPT {return fminf(__x, __y);}
  308. ^
  309. src/defs.h:85:37: note: expanded from macro 'math_min'
  310. #define math_min(a,b) (((a) < (b)) ? (a) : (b))
  311. ^
  312. In file included from src/basetrackplayer.cpp:4:
  313. In file included from src/basetrackplayer.h:8:
  314. In file included from src/engine/enginedeck.h:22:
  315. In file included from src/controlpushbutton.h:21:
  316. In file included from src/controlobject.h:27:
  317. In file included from src/control/control.h:10:
  318. In file included from src/control/controlbehavior.h:9:
  319. In file included from src/mathstuff.h:22:
  320. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1266:51: error: expected ')'
  321. src/defs.h:85:37: note: expanded from macro 'math_min'
  322. #define math_min(a,b) (((a) < (b)) ? (a) : (b))
  323. ^
  324. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1266:46: note: to match this '('
  325. inline _LIBCPP_INLINE_VISIBILITY float fmin(float __x, float __y) _NOEXCEPT {return fminf(__x, __y);}
  326. ^
  327. src/defs.h:94:14: note: expanded from macro 'fmin'
  328. #define fmin math_min
  329. ^
  330. src/defs.h:85:36: note: expanded from macro 'math_min'
  331. #define math_min(a,b) (((a) < (b)) ? (a) : (b))
  332. ^
  333. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  334. 1 warning and 20 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement