FaTony wrote:0.0.4 is out! https://ftz.fatony.net/projects/chiptune/
Trying a build from source code, fails here :
Code: Select all
make all -C Src/DPF_Pulse
make[1]: Entering directory '/home/dlphilp/src/chiptune/Src/DPF_Pulse'
g++ Plugin.cpp -Wall -Wextra -pipe -fPIC -DPIC -DNDEBUG -O2 -ffast-math -mtune=generic -msse -msse2 -fdata-sections -ffunction-sections -mfpmath=sse -fvisibility=hidden -DHAVE_JACK -DHAVE_LIBLO -std=c++14 -fvisibility-inlines-hidden -I. -I../../dpf/distrho -I../../dpf/dgl -I../../Include -MD -MP -c -o Plugin.cpp.o
In file included from Plugin.cpp:5:0:
Plugin.h:7:37: fatal error: ftz/Audio/SynthSettings.h: No such file or directory
#include <ftz/Audio/SynthSettings.h>
^
compilation terminated.
../Makefile.mk:81: recipe for target 'Plugin.cpp.o' failed
make[1]: *** [Plugin.cpp.o] Error 1
make[1]: Leaving directory '/home/dlphilp/src/chiptune/Src/DPF_Pulse'
Makefile:19: recipe for target 'plugins' failed
make: *** [plugins] Error 2
Any suggestions ? It seems something is missing...
Best,
dp