From: <pl...@mu...> - 2007-11-02 21:13:53
|
Hi, the error occurs in file FOOSoundFile.m, which made me have a look inside it, at the lines pointed out by the error messages: 163 #else // #ifdef HAVE_SNDFILE_FLAC_SUPPORT 164 // mode = SFM_WRITE; 165 break; So i enabled flac support in foo (./configure --enable-flac-support) and this solved the error. The soundfile is rendered correctly. The foo/README file states, that flac support is disabled by default, though there is something funny with libsndfile and FOOSoundFile.m happy fooing, Peter |