iluvcapra/JHWaveform

Compiler Error

katamaritaco opened this issue · 4 comments

In JHFVecSampleDataProvider.h
line 10 import: aubio/aubio.h

in terminal:

brew install aubio

screen shot 2013-07-07 at 5 17 26 pm

This issue still exists. If aubio is a dependency, it would be good to have a line in the README file stating that it needs to be installed and if / how to add it to the XCode project.

However, looking briefly at the code it seems like aubio isn't being used for much, so maybe the dependency can be factored out...

Also...

~ ❯❯❯ brew install aubio Error: No available formula for pkg-config

This should be resolved by 76cc304