patrick wrote: > IOhannes, > >> _part_ of it is included in pd-vanilla (a bug has been fixed recently >> with pd-0.41-test6 (or 7)) > > maybe that's why it's not working even if i removed -Werror: > cc -export_dynamic -shared -lc -lm -DPD -DDL_OPEN -O2 -funroll-loops > -fomit-frame-pointer -fPIC -Wall -W -Wshadow -Wstrict-prototypes > -Wno-unused -Wno-parentheses -Wno-switch -I../../../pd/src -o > hexloader.pd_linux hexloader.c > hexloader.c:64: error: redefinition of typedef ‘loader_t’ > ../../../pd/src/s_stuff.h:55: error: previous declaration of ‘loader_t’ > was here > > the include ../../../pd/src/s_stuff.h is from pd.0.41.08. > patrick >
i see. i only ever use the pd from CVS, where these changes are obviously not there yet. sidenote to miller: will you check the latest and greatest Pd into the CVS? should i do it for you? in the meantime: check whether the "loader_t" declarations in s_stuff.h:55 and hexloader.c:64 are the same and if so remove (or comment out) the line in hexloader. and it should work. fgamsrd IOhannes _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
