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

Mac OS XCode building problems #236

Closed
AnaTP opened this issue Mar 21, 2015 · 3 comments
Closed

Mac OS XCode building problems #236

AnaTP opened this issue Mar 21, 2015 · 3 comments

Comments

@AnaTP
Copy link

AnaTP commented Mar 21, 2015

Hello everyone.

I'm having problems in using essentia in Mac OSX with XCode.
I followed jmt508 's instructions at #58, but I still could't manage to make it work. Right now I'm having problems with the linker, such as:

Undefined symbols for architecture x86_64:
"_avresample_alloc_context", referenced from: essentia::AudioContext::create"....

I'm building for the x86_64 architecture.

Does anyone have any idea to solve this?

@dbogdanov
Copy link
Member

We have an example of XCode project to be included to Essentia code after a review. For now, you can try it here (read the pdf).

@dbogdanov
Copy link
Member

You are building the master branch, there is a new dependency on libavresample, install it from brew.

@AnaTP
Copy link
Author

AnaTP commented Mar 24, 2015

Thank you very much @dbogdanov ! The project now builds fine, all I needed was to instal libvorbis from brew.

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