Bugs item #1950095, was opened at 2008-04-23 16:39 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1950095...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: externals Group: None
Status: Pending
Resolution: None Priority: 5 Private: No Submitted By: ClaudiusMaximus (claudiusmaximus) Assigned to: Nobody/Anonymous (nobody) Summary: [readanysf~] incompatible with new FLAC API
Initial Comment: It seems the FLAC API changed recently, making it impossible to compile readanysf~ on GNU/Linux Debian Lenny, and probably other systems too:
./configure && make [snip] ReadFlac.cpp: In member function ‘virtual bool ReadFlac::Initialize()’: ReadFlac.cpp:80: error: ‘FLAC__stream_decoder_set_read_callback’ was not declared in this scope ReadFlac.cpp:81: error: ‘FLAC__stream_decoder_set_write_callback’ was not declared in this scope ReadFlac.cpp:83: error: ‘FLAC__stream_decoder_set_metadata_callback’ was not declared in this scope ReadFlac.cpp:84: error: ‘FLAC__stream_decoder_set_error_callback’ was not declared in this scope ReadFlac.cpp:85: error: ‘FLAC__stream_decoder_set_client_data’ was not declared in this scope ReadFlac.cpp:87: error: ‘FLAC__stream_decoder_init’ was not declared in this scope ReadFlac.cpp: In member function ‘void ReadFlac::ErrorCheck(int)’: ReadFlac.cpp:273: error: ‘FLAC__STREAM_DECODER_INVALID_CALLBACK’ was not declared in this scope make[2]: *** [ReadFlac.o] Error 1 make[2]: Leaving directory `/home/claude/src/pure-data/trunk/externals/august/readanysf~/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/claude/src/pure-data/trunk/externals/august/readanysf~' make: *** [all] Error 2
This might have some useful tips, but I haven't the time at the moment to read it: http://flac.sourceforge.net/api/group__porting.html
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:26
Message: There has been a lot of work on readanysf~ recently. Is this still an issue?
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1950095...