Brad Fuller:
I'm trying to compile Aliki and I'm coming
across this error:
impdata.cc:264: error: 'SFC_WAVEX_GET_AMBISONIC' was not declared
in this scope impdata.cc:264: error: 'SF_AMBISONIC_B_FORMAT' was
not declared in this scope
See Aliki's Makefile ("... if you use a libsndfile version without
support for setting/getting the Ambisonic flags ...") and change the
related line to "CPPFLAGS += -DNOAMBIS=1" to get rid of the build
error.
Wolfgang