Brett McCoy escribe:
You need to install scons (it's a separate
build system).
http://www.scons.org
Thanks for the pointer! Unfortunately...
In file included from src/Synth.cpp:17:
src/Synth.h:19:31: error: spiralcore/Sample.h: No such file or directory
src/Synth.h:22: error: 'spiralcore' is not a namespace-name
src/Synth.h:22: error: expected namespace-name before ';' token
src/Synth.h:35: error: 'Sample' has not been declared
src/Synth.cpp:79: error: variable or field 'Run' declared void
src/Synth.cpp:79: error: 'int Synth::Run' is not a static member of 'class
Synth'
src/Synth.cpp:79: error: 'Sample' was not declared in this scope
src/Synth.cpp:79: error: 'sample' was not declared in this scope
src/Synth.cpp:80: error: expected ',' or ';' before '{' token
scons: *** [src/Synth.o] Error 1
I've googled for spiralcore but I've got no clue of what can it be.