Re: [PD-dev] definitions in m_pd.h that aren't present in pd (and vice versa)

2007-04-30 Thread Hans-Christoph Steiner
I think that void sys_register_loader(loader_t loader); is now declared in the HEAD of MAIN. (0.41.0-test3?). As for the rest, make a patch and submit it to the tracker. If you want it to be included in Pd-extended, it goes into packages/patches, and has to compile on all platforms. Th

[PD-dev] definitions in m_pd.h that aren't present in pd (and vice versa)

2007-04-29 Thread Claude Heiland-Allen
Hi, I'm trying to use SWIG in my work on a Lua external for Pd, and had to comment out the following definitions in m_pd.h to get code generated by SWIG to load without "undefined symbol" errors: EXTERN t_symbol *pd_getfilename(void); EXTERN t_symbol *pd_getdirname(void); EXTERN void pd_anythi