Hi Alex,
On Sat, Jan 10, 2009 at 01:59:28PM +0300, alex stone wrote:
Got a bit of a challenge, that is sure to be user
error somewhere.
I'm building Jconv from source, and get the following error when trying to
'make':
impdata.cc: In member function 'int Impdata::sf_open_read(const char*)':
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
impdata.cc: In member function 'int Impdata::sf_open_write(const char*)':
impdata.cc:306: error: 'SFC_WAVEX_SET_AMBISONIC' was not declared in this
scope
impdata.cc:306: error: 'SF_AMBISONIC_B_FORMAT' was not declared in this
scope
make: *** [impdata.o] Error 1
Any clues?
should be related to libsndfile. Make sure you have libsndfile-dev
installed or whatever it may be called on your dist and that it is a
recent enough version.
HTH
Jan