Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rings/dsp/part.h missing? #6

Closed
dsp1986 opened this issue Sep 13, 2017 · 2 comments
Closed

rings/dsp/part.h missing? #6

dsp1986 opened this issue Sep 13, 2017 · 2 comments

Comments

@dsp1986
Copy link

dsp1986 commented Sep 13, 2017

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"
@AndrewBelt
Copy link
Member

Did you git submodule update --init?

@dsp1986
Copy link
Author

dsp1986 commented Sep 13, 2017

that did the trick. thank you!
awesome work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants