[Mixxx-devel] LibC++ conflict

2013-11-17 Thread Carl Pillot
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

[Mixxx-devel] GSoC Loop Recorder proposal

2013-04-27 Thread Carl Pillot
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

Re: [Mixxx-devel] GSoC Introduction

2013-04-24 Thread Carl Pillot
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

Re: [Mixxx-devel] GSoC Introduction

2013-04-21 Thread Carl Pillot
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 > > > > >

[Mixxx-devel] GSoC Introduction

2013-04-20 Thread Carl Pillot
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