Hey all,
Is it possible to install iemlib on a Raspberry Pi with Pd 0.49?
In the Readme of the library it says that iemlib is only compatible with pd-0.38-3 to pd-0.39-2.
 
I am on Raspbian Stretch and Pd 0.49 and I followed the install instructions carefully.
When I do "make" I get this:
 

iem_pbank_csv.c: In function ‘iem_pbank_csv_write’:

iem_pbank_csv.c:100:29: error: assignment of read-only location ‘*(format->s_name + (sizetype)p)

           format->s_name[p] += 'a' - 'A';

                             ^~

iem_pbank_csv.c: In function ‘iem_pbank_csv_read’:

iem_pbank_csv.c:389:29: error: assignment of read-only location ‘*(format->s_name + (sizetype)p)

           format->s_name[p] += 'a' - 'A';

 

I am thankful for any hints :-)

Best regards, Jakob