aubio / pd-aubio

aubio external for PureData
https://aubio.org/pd-aubio
GNU General Public License v3.0
23 stars 5 forks source link

issues with installing/initializing #1

Open localtracker opened 7 years ago

localtracker commented 7 years ago

Hi there,

I am running Mac OSX 10.9.5. I've installed aubio along with python and then I built pd-aubio using the source and ended up with the aubio.pd_darwin file which I tried copying to startup as well as the extra folder for my version of pd-extended but audio does not work when I try to create an object in pd. When I add the aubio.pd_darwin file to startup in pd, this is the error I get:

/Applications/Pd-extended.app/Contents/Resources/startup/aubio.pd_darwin: dlopen(/Applications/Pd-extended.app/Contents/Resources/startup/aubio.pd_darwin, 10): Symbol not found: _aubio_onset_do
  Referenced from: /Applications/Pd-extended.app/Contents/Resources/startup/aubio.pd_darwin
  Expected in: flat namespace
 in /Applications/Pd-extended.app/Contents/Resources/startup/aubio.pd_darwin
/Applications/Pd-extended.app/Contents/Resources/Scripts/../startup/aubio.pd_darwin: can't load startup library'!

When In add the aubio.pd_darwin alias from the extra folder to startup then I get this error:

/Applications/Pd-extended.app/Contents/Resources/startup/aubio.pd_darwin: dlopen(/Applications/Pd-extended.app/Contents/Resources/startup/aubio.pd_darwin, 10): no suitable image found.  Did find:
    /Applications/Pd-extended.app/Contents/Resources/startup/aubio.pd_darwin: unknown file type, first eight bytes: 0x62 0x6F 0x6F 0x6B 0x00 0x00 0x00 0x00
/Applications/Pd-extended.app/Contents/Resources/Scripts/../startup/aubio.pd_darwin: can't load startup library'!

Please tell me what I am doing wrong?

Thx!

piem commented 7 years ago

Hi @localtracker

what gives the output of the following command?

$ otool -L /Applications/Pd-extended.app/Contents/Resources/startup/aubio.pd_darwin

could you try recompiling pd-aubio from the git repo with:

$ ./waf clean configure build -v -j1

and copy the output here?

thanks, piem

piem commented 7 years ago

hello @localtracker,

any news about this?

cheers, piem

localtracker commented 7 years ago

$ otool -L /Applications/Pd-extended.app/Contents/Resources/startup/aubio.pd_darwin

Tells me aubio.pd_darwin does not exist in the location but it does!

and I haven't tried re-compiling from git yet, will do that soon and let you know!

Sid


Film Sound Designer Re-recording Mixer TSB http://thesoundbuff.com/ | IMDb http://www.imdb.com/name/nm5628181/

On Thu, Jan 19, 2017 at 2:39 AM, Paul Brossier notifications@github.com wrote:

hello @localtracker https://github.com/localtracker,

any news about this?

cheers, piem

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aubio/pd-aubio/issues/1#issuecomment-273602458, or mute the thread https://github.com/notifications/unsubscribe-auth/ALj0gAdGtvrtLL0xyDNW9ekMhoZ_UCP9ks5rTn95gaJpZM4LeEaa .

piem commented 7 years ago

Hi Sid,

could it be that this file is a broken link?

cheers, piem

localtracker commented 7 years ago

ok thx a lot, recompiling from git worked!!