I read:
on trying to compile the "grid"-external on a debian 2.4.16 i got the following error:
grid.c: structure has no member named "te-ypix"
what version of pd are you using ?
grid compiles with pd-0.35test n > 4
atb
x
hi,
grid compiles with pd-0.35test n > 4
in fact, you have 2 options :
a/ either use pd-0.35test n > 4 as Christian suggested it.
b/ either replace :
te_xpix --> te_xpos
and
te_ypix --> te_ypos
if you don't want to change your pd release.
this applies to _ALL_ graphical externs, unfortunately.
cheers,
Yves/
hi,
thanks, that was it!
since pd 0.35 test4 seems the latest stable version i really like to stick to it for a while. great external that! congratulations, hail, salut!!!
oliver
Yves Degoyon wrote:
hi,
grid compiles with pd-0.35test n > 4
in fact, you have 2 options :
a/ either use pd-0.35test n > 4 as Christian suggested it.
b/ either replace :
te_xpix --> te_xpos
and
te_ypix --> te_ypos
if you don't want to change your pd release.
this applies to _ALL_ graphical externs, unfortunately.
cheers,
Yves/