Awesome, thanks Elliot! I didn't realize how to connect the library pulled in by BinDeps and ccall.
peace, s On Sun, Jul 27, 2014 at 1:54 PM, Elliot Saba <[email protected]> wrote: > Just to make this a little more clear, I've submitted a PR here > <https://github.com/ssfrr/AudioIO.jl/pull/18> showing how this all works > together. (This passes all tests on my macbook pro) > > > On Sun, Jul 27, 2014 at 1:47 PM, Elliot Saba <[email protected]> > wrote: > >> That will get you a *libsndfile* variable that you can use instead of >> your *const **sndfile = "libsndfile"*. >> -E >> >> >> On Sun, Jul 27, 2014 at 1:45 PM, Elliot Saba <[email protected]> >> wrote: >> >>> I think you need to *include( "../deps/deps.jl")* from your *sndfile.jl* in >>> order to make use of BinDeps. >>> >> >> >
