I can't quite figure out how to get SoX to compile with CAF support. I have the libsndfile compiled and in the library folder gcc looks for. I compiled libsndfile like this:
./configure --build=x86_64 --disable-shared --enable-static
and that worked,
I see it generates a caf.lo
file,
but when I try to compile SoX, it fails with this:
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
configure: error: in `/cygdrive/c/sox/sox-14.4.1':
configure: error: cannot find coreaudio
See `config.log' for more details
Since this isn't a mac I'm compiling on, I expect usability to be "no", but it should find the library for CAF, shouldn't it?
The C:\cygwin64\usr\local\lib
folder contains libsndfile.la
& libsndfile.a