Comment 32 for bug 1749800

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

> # include <opus_multistream.h>
> ^~~~~~~~~~~~~~~~~~~~
> "opus_multistream.h"

@Max, that's an unfortunate, known bug in the Homebrew opus package. See the workaround in the Step 4 of the compilation instructions:
https://mixxx.org/wiki/doku.php/compiling_on_os_x#compile_and_install

Basically define:
export CFLAGS="-I$HOMEBREW_PATH/include -I$HOMEBREW_PATH/include/opus"
export CXXFLAGS="-I$HOMEBREW_PATH/include -I$HOMEBREW_PATH/include/opus"
before running scons.