Closed dsp1986 closed 7 years ago
a directory "rings" seems to be missing. or am I missing something. cloned git into Rack/plugins folder and executed make:
g++ -fshort-enums -DTEST -I./eurorack -Wno-unused-local-typedefs -fPIC -I../../include -I../../dep/include -DVERSION=dev -MMD -O3 -march=core2 -ffast-math -g -Wall -DARCH_LIN -std=c++11 -c -o build/src/Rings.cpp.o src/Rings.cpp src/Rings.cpp:4:28: fatal error: rings/dsp/part.h: No such file or directory #include "rings/dsp/part.h"
Did you git submodule update --init?
git submodule update --init
that did the trick. thank you! awesome work
a directory "rings" seems to be missing. or am I missing something. cloned git into Rack/plugins folder and executed make: