I'm trying to compile Mixxx using libc++ (instead of libstdc++) on OSX,
which is required in order to use C++11 features on Mac through XCode and
also is the default C++ implementation on 10.9. There's a conflict with
the definition of fmax and fmin in defs.h (lines 89-95). If I comment out
these
Hello everyone,
I've posted my Mixxx Loop Recorder GSoC proposal here:
https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/capj_22/1
I think a loop recorder would offer some very exciting new functionality
for Mixxx.
Please send me any feedback you have on the proposal and an
o. I've pushed a fix -- can you pull the latest changes to trunk and try
> again?
>
>
> On Sun, Apr 21, 2013 at 11:49 AM, Carl Pillot wrote:
>
>> Hi RJ,
>>
>> I reinstalled all of the libraries through homebrew and tried compiling
>> the lastest trunk and I
wed the
> environment setup commands. Could you post your 'config.log' file that is
> created in the 'mixxx' directory and also the scons terminal output? That
> will help pin down the particular issue scons is having.
>
> Cheers,
> RJ
>
>
>
>
>
ioned on
http://mixxx.org/wiki/doku.php/compiling_on_os_x to what I believe are the
correct directories, so I'm at a loss as to why it is not working. Any
tips would be appreciated. I feel like there's something obvious that I'm
missing, since