clone45 / voxglitch

Modules for VCV Rack
GNU General Public License v3.0
98 stars 16 forks source link

Build failure on macOS #148

Closed cschol closed 1 year ago

cschol commented 2 years ago
src/GrooveBox.cpp:20:10: fatal error: 'Common/DSP/ADSR.cpp' file not found
#include "Common/DSP/ADSR.cpp"
         ^~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
make[2]: *** [/home/build/rack-plugin-toolchain/Rack-SDK-mac/compile.mk:72: build/src/GrooveBox.cpp.o] Error 1

Watch out for case-sensitive file systems. The code states

GrooveBox.cpp
20:#include "Common/DSP/ADSR.cpp"
22:#include "Common/DSP/SimpleDelay.hpp"

but the directory name is dsp.