Pd version 0.48 (either downloaded from github or from puredata.info)
Mac OS X 10.8.5/Intel
after doing:
./autogen.sh
./configure
make
I get the error:
pdsched.c:130:37: error: use of undeclared identifier 'pd_this'
for (i = chan = 0, fp = STUFF->st_soundin; chan < nchan; chan++)
^
../../src/s_stuff.h:416:16: note: expanded from macro 'STUFF'
#define STUFF (pd_this->pd_stuff)
^
pdsched.c:145:48: error: use of undeclared identifier 'pd_this'
for (i = chout*DEFDACBLKSIZE, fp = STUFF->st_soundout; i--;
^
../../src/s_stuff.h:416:16: note: expanded from macro 'STUFF'
#define STUFF (pd_this->pd_stuff)
any ideas?
This is not urgent (for me) as I can use the pre-compiled executable.
Anonymous
does the problem still exist with the Pd-0.49 release?