cclark2a / SchmickleWorks

VCV Rack Modules
The Unlicense
14 stars 0 forks source link

missing header #7

Closed davephillips closed 5 years ago

davephillips commented 5 years ago

Looks like something's missing in the latest push:

$ make dist
g++  -Wsuggest-override -std=c++11  -DSLUG=SchmickleWorks-NoteTaker -fPIC -I../../include -I../../dep/include -DVERSION=0.6.0 -MMD -MP -g -O3 -march=athlon-fx -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_LIN -c -o build/src/UnitTest.cpp.o src/UnitTest.cpp
In file included from src/UnitTest.cpp:6:0:
src/NoteTaker.hpp:4:32: fatal error: NoteTakerChannel.hpp: No such file or directory
compilation terminated.
../../compile.mk:64: recipe for target 'build/src/UnitTest.cpp.o' failed
make: *** [build/src/UnitTest.cpp.o] Error 1
cclark2a commented 5 years ago

Fixed. (Thanks for keeping me honest.)