Hi,
I'm trying to learn how to add externals objects in PD, I've copied the helloworld file from the classic tutorial. and i'm using some compiling flags from this forum, but this following messages errors are showing up.
g++ -c helloworld.c -o helloworld.o
helloworld.c: In function ‘void helloworld_setup()’:
helloworld.c:25: error: invalid conversion from ‘int’ to ‘t_atomtype’
helloworld.c:25: error: initializing argument 6 of ‘_class* class_new(t_symbol*, void* (*)(), void (*)(), size_t, int, t_atomtype, ...)’
make: *** [helloworld.o] Error 1
could anyone help me?
THX a lot