Hey, sorry, 
I think I didn't reply to the list..
 
Hey Christof,
thank you for your answer!
I took two approaches editing the Makefile:
1) I added the header file to the EXTRA DIST section like this:

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

Gesendet: Samstag, 23. Februar 2019 um 20:53 Uhr
Von: "Christof Ressi" <christof.ressi@gmx.at>
An: "Jakob Laue" <jakkesprinter@web.de>
Cc: pd-list@iem.at
Betreff: Aw: [PD] installing hcs library on Raspberry Pi
hi, g_canvas.h is not part of the public API, so it's probably not in the include/ folder, but you can find it in the Pd sources. Christof
 
Gesendet: Samstag, 23. Februar 2019 um 13:55 Uhr
Von: "Jakob Laue" <jakkesprinter@web.de>
An: pd-list@iem.at
Betreff: [PD] installing hcs library on Raspberry Pi
Hi all,
i am trying to install the hcs library on Raspbian Stretch with Pd 0.49.
I downloaded the sources from http://puredata.info/downloads/hcs
But I actually don't know what to do.
Trying 'make' gives me:
 
canvas_name.c:4:22: fatal error: g_canvas.h : No such file or directory
#include "g_canvas.h"
 
Any help is greatly appreciated :-)
Thanks, Jakob
_______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list