hi patrick wrote: > hi IOhannes, > > [<~] couldn't create. hans told me that i need your hex loader. so i > tried to compile it: > > externals/loaders/hexloader# make > make pd_linux > make[1]: Entering directory > `/home/pat/src/pdcvs/pure-data/externals/loaders/hexloader' > cc -export_dynamic -shared -lc -lm -DPD -DDL_OPEN -O2 -funroll-loops > -fomit-frame-pointer -fPIC -Wall -W -Wshadow -Wstrict-prototypes -Werror > -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 > make[1]: *** [hexloader.pd_linux] Error 1 > make[1]: Leaving directory > `/home/pat/src/pdcvs/pure-data/externals/loaders/hexloader' > make: *** [auto] Error 2
remove the "-Werror" flag from the makefile. > > also it would be nice to include this external in pd-extended. _part_ of it is included in pd-vanilla (a bug has been fixed recently with pd-0.41-test6 (or 7)) however, i have no problem if you add it to pd-extended (but i have no time to do it myself) > and finally, what is the statut of the migration of cvs to svn? nil fgmasd.r IOhannes _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
