here’s where it barfed on make
[ 96%] Building CXX object CMakeFiles/MiPlaits.dir/MiPlaits.cpp.o
[100%] Linking CXX shared module MiPlaits.so
c++: error: Accelerate: No such file or directory
c++: error: unrecognized command line option ‘-framework’
make[2]: *** [CMakeFiles/MiPlaits.dir/build.make:549: MiPlaits.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/MiPlaits.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
gcc (Raspbian 8.3.0-6+rpi1) 8.3.0
pulled supercollider source today but not sure what version that source is. (3.11.0?)
EDIT: Accelerate is MacOS only I’m reading??
EDIT 2: can I just delete target_link_libraries(${PROJECT_NAME} PUBLIC "-framework Accelerate") from CMakeLists.txt?
EDIT 3: removing that seems to have done the trick and it finished compiling without errors
EDIT 4: MiVerb hits this error:
[ 50%] Building CXX object CMakeFiles/MiVerb.dir/MiVerb.cpp.o
/home/we/mi-UGens/MiVerb/MiVerb.cpp:31:10: fatal error: SC_PlugIn.h: No such file or directory
#include "SC_PlugIn.h"
^~~~~~~~~~~~~
compilation terminated.
which is odd since the others have that and compiled ok?