[bugs:#1310] error: use of undeclared identifier 'pd_this'

Status: open
Group: v0.48
Created: Fri Jan 05, 2018 04:04 PM UTC by Anonymous
Last Updated: Fri Jan 05, 2018 04:04 PM UTC
Owner: nobody

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.


Sent from sourceforge.net because pd-dev@lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/bugs/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.