> it seems that you are making it deliberately hard to help... :-) I am taking a stab at doind things I've never done before, and I'm quite out of my depth! :~}
> also, if the *only* external function you are using from m_pd.h is [i]fft_mayer(), then it is pretty clear that the external cannot load: you need at least class_new() and pd_new() as well... Ok. I've never used class_new() and pd_new() before. Can you point me in the direction of an external that uses it? Ed _-_-_-_-_-_-_-^-_-_-_-_-_-_-_ For Lone Shark releases, Pure Data software and published Research, go to http://sharktracks.co.uk On Friday, 20 April 2018, 07:38:32 GMT+1, IOhannes m zmoelnig <[email protected]> wrote: On 2018-04-19 23:11, Ed Kelly via Pd-list wrote: > verbose... > > tried...(all pd search paths)...and failed > tried...(current directory)...and failed it seems that you are making it deliberately hard to help... :-) does Pd find your external? if so, does it print an error message? (raise verbosity in the Pd-console to "DEBUG" as well). > I will probably work it out sooner or later. The only external functions I'm > using are fabs() from <math.h> and fft_mayer/ifft_mayer from m_pd.h for fabs() you must link against libm. also, if the *only* external function you are using from m_pd.h is [i]fft_mayer(), then it is pretty clear that the external cannot load: you need at least class_new() and pd_new() as well... fgamsdr IOhannes _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
