hello!
I am trying to compile aubio pd externals, written by paul brossier from here: http://aubio.sourcearchive.com/documentation/0.3.2-2/aubiotempo~_8c-source.html
with Xcode 4.2 on mac os 10.7.
I previously managed to compile several files which only had dependencies on m_pd.h.
Now I am including aubio.h and linking Header Search Paths, User Header Search Paths to the src directory where the aubio.h is located.
The project compiles ok and then when I try to use the object aubiotempo~ in pd I get this error:
Symbol not found: _aubio_tempo_do
Referenced from: /Applications/Pd-extended.app/Contents/Resources/extra/aubiotempo~.pd_darwin
Expected in: dynamic lookup
I am not able to install aubio on this version of mac os when using macports because some libraries would not install. But, do I need aubio installed on my machine?
Thanks everyone!