[Mixxx-devel] PR branch targets for bugs & new features

2015-12-30 Thread Sean M. Pappalardo - D.J. Pegasus
Hello again, everyone. Here is the current situation for new pull requests: - Bugs present in 2.0 should be fixed in branches off of 1.12. This way the fixes will be included if we release a 2.0.x. - New features and bug fixes that involve significant code changes should be done in branches off o

[Mixxx-devel] Do I need Boost in order to get Chromaprint compiled

2015-12-30 Thread tom walter
Hi all, I'm just trying to get MIXXX compiled on Windows. Currently I'm struggling with Chromaprint, because it says it cannot find boost. Do I have to make boost available in order to compile Chromaprint? See attached log for details. Thanks a lot in advance, Tom CMakeOutput.log Description:

Re: [Mixxx-devel] Do I need Boost in order to get Chromaprint compiled

2015-12-30 Thread RJ Ryan
Hi Tom I think Boost is optional for Chromaprint. We didn't need to compile it for our build server. If this helps, here is how our build server runs cmake for chromaprint: OSX: https://github.com/mixxxdj/buildserver/blob/master/scripts/macosx/build_chromaprint.sh#L31 Windows: https://github.com/

Re: [Mixxx-devel] Do I need Boost in order to get Chromaprint compiled

2015-12-30 Thread tom walter
Hi Ryan, thanks for the answer. I was using exaclty the same batch file you have mentioned here: Windows: https://github.com/mixxxdj/buildserver/blob/windows_environment/build_chromaprint.bat#L17 Using this batch, causes the invoking of boost. is there any possibility to skip boost check? Thank