When I use scons to compile it from the git files, I'm getting a lot of
errors, so it reaches it's error limit, it goes like:

In file included from src/engine/enginebuffer.cpp:32:

In file included from src/mathstuff.h:56:

*/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1269:46:
**error: *

*      expected ')'*

inline _LIBCPP_INLINE_VISIBILITY float       fmin(float __x, float __y) ...

*                                             ^*

*src/defs.h:96:14: note: *expanded from macro 'fmin'

#define fmin math_min

*             ^*

*src/defs.h:87:40: note: *expanded from macro 'math_min'

#define math_min(a,b)            (((a) < (b)) ? (a) : (b))

*                                       ^*

*/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cmath:1269:46:
note: *

      to match this '('

*src/defs.h:96:14: note: *expanded from macro 'fmin'

#define fmin math_min

*             ^*

*src/defs.h:87:35: note: *expanded from macro 'math_min'

#define math_min(a,b)            (((a) < (b)) ? (a) : (b))

*                                  ^*

*fatal error: **too many errors emitted, stopping now [-ferror-limit=]*

20 errors generated.

scons: *** [osx64_build/engine/enginebuffer.o] Error 1

scons: building terminated because of errors.


Is it the Xcode troubles? Or shall i look through the mixxx sources? I
guess it's something wrong with the math macroses?
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to