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

Missing WhiteLight dependency #45

Closed
zezic opened this issue Aug 15, 2019 · 2 comments
Closed

Missing WhiteLight dependency #45

zezic opened this issue Aug 15, 2019 · 2 comments

Comments

@zezic
Copy link

zezic commented Aug 15, 2019

Can't compile because of missing WhiteLight:

g++ -std=c++11 -Wsuggest-override -fPIC -I/home/zezic/Documents/Soft/Audio/Rack-SDK/include -I/home/zezic/Documents/Soft/Audio/Rack-SDK/dep/include -MMD -MP -g -O3 -march=nocona -funsafe-math-optimizations -Wall -Wextra -Wno-unused-parameter -DARCH_LIN -c -o build/src/ReMove.cpp.o src/ReMove.cpp          
src/ReMove.cpp: In constructor ‘ReMove::ReMoveWidget::ReMoveWidget(ReMove::ReMoveModule*)’:
src/ReMove.cpp:1108:48: error: ‘WhiteLight’ was not declared in this scope
         addChild(createLightCentered<TinyLight<WhiteLight>>(Vec(19.5f, 113.8f), module, ReMoveModule::SEQ_LIGHT + 0));
                                                ^~~~~~~~~~
@stoermelder
Copy link
Owner

WhiteLight is included in Rack SDK 1.1.3.

@zezic
Copy link
Author

zezic commented Aug 15, 2019

Ah, thank you! My bad.

@zezic zezic closed this as completed Aug 15, 2019
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