>>> cd chugins/Faust/
>>> make osx
clang++ -c -o Faust.o Faust.cpp -mmacosx-version-min=10.9 -D__MACOSX_CORE__ -I../chuck/include -arch x86_64 -fPIC -I/usr/local/include -O3
In file included from Faust.cpp:35:
In file included from /usr/local/include/faust/dsp/llvm-dsp.h:37:
/usr/local/include/faust/dsp/dsp.h:246:52: error: expected ';' at end of declaration list
void setFpStatusRegister(intptr_t fpsr_aux) noexcept
^
;
In file included from Faust.cpp:37:
/usr/local/include/faust/gui/PathBuilder.h:69:31: error: non-aggregate type 'std::vector<char>' cannot be initialized with an initializer list
std::vector<char> rep = {' ', '#', '*', ',', '/', '?', '[', ']', '{', '}', '(', ')'};
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
make: *** [Faust.o] Error 1