EXTRA_DIST = README-ifeel.txt ifeel.h /home/pi/Documents/pd-0.49-0/src/g_canvas.h
and like this
EXTRA_DIST = README-ifeel.txt ifeel.h /home/pi/Documents/pd-0.49-0/src
with no succes, the same error occurs.
2) Then I edited the CFLAGS section like this:
CFLAGS = -DPD -I"$(PD_INCLUDE)" -I/home/pi/Documents/pd-0.49-0/src -Wall -W -g
With this, the original error disappears, but I get a new one:
classpath.c:90:22: error: ‘sys_searchpath’ undeclared (first use in this function)
x->x_top->nl_next = sys_searchpath;
Is Hcs maybe built for Pd-extended and does pd-extended maybe use another g_canvas.h than Pd Vanilla?
Thanks with best regards,
Jakob