Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues with installing/initializing #1

Open
localtracker opened this issue Jan 9, 2017 · 5 comments
Open

issues with installing/initializing #1

localtracker opened this issue Jan 9, 2017 · 5 comments

Comments

@localtracker
Copy link

localtracker commented Jan 9, 2017

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
Copy link
Member

piem commented Jan 9, 2017

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
Copy link
Member

piem commented Jan 18, 2017

hello @localtracker,

any news about this?

cheers, piem

@localtracker
Copy link
Author

localtracker commented Jan 19, 2017 via email

@piem
Copy link
Member

piem commented Jan 20, 2017

Hi Sid,

could it be that this file is a broken link?

cheers, piem

@localtracker
Copy link
Author

ok thx a lot, recompiling from git worked!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants