<div dir="ltr">I am trying to complie readanysf~ with FLAC support on Mac OS 10.5 Intel, the
configure goes ok but I get errors while making. I have Flac version
1.2.1<br><br>Do you think you could help me finding the reason of the problem?<br>
<br>This is the output of the make command:<br>------------------------------------------------------------------------------------------------------------------------------<br>make&nbsp; all-recursive<br>Making all in src<br>
<br>source=&#39;ReadFlac.cpp&#39; object=&#39;ReadFlac.o&#39; libtool=no \<br>&nbsp;&nbsp;&nbsp; depfile=&#39;.deps/ReadFlac.Po&#39; tmpdepfile=&#39;.deps/ReadFlac.<div dir="ltr">TPo&#39; \<br>
&nbsp;&nbsp;&nbsp; depmode=gcc3 /bin/sh ../depcomp \<br>&nbsp;&nbsp;&nbsp;
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/
-I/usr/local/lib/pd/flext/ -I../include/&nbsp; -I/opt/local/include/ -DUNIX
-Wno-deprecated -Wall -Wimplicit -Wunused -Wmissing-prototypes -O3&nbsp;
-I/Applications/Pd-0.41-4.app/Contents/Resources/src/&nbsp;
-DFLEXT_SYS=2&nbsp; -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_USE_CMEM
-I/usr/local/include/flext&nbsp;&nbsp;&nbsp;&nbsp; -DREAD_MAD&nbsp; -DREAD_FLAC -c -o ReadFlac.o
`test -f &#39;ReadFlac.cpp&#39; || echo &#39;./&#39;`ReadFlac.cpp<br>
cc1plus: warning: command line option &quot;-Wmissing-prototypes&quot; is valid for C/ObjC but not for C++<br>ReadFlac.cpp: In member function &#39;virtual bool ReadFlac::Initialize()&#39;:<br>ReadFlac.cpp:80: error: &#39;FLAC__stream_decoder_set_read_callback&#39; was not declared in this scope<br>

ReadFlac.cpp:81: error: &#39;FLAC__stream_decoder_set_write_callback&#39; was not declared in this scope<br>ReadFlac.cpp:83: error: &#39;FLAC__stream_decoder_set_metadata_callback&#39; was not declared in this scope<br>ReadFlac.cpp:84: error: &#39;FLAC__stream_decoder_set_error_callback&#39; was not declared in this scope<br>

ReadFlac.cpp:85: error: &#39;FLAC__stream_decoder_set_client_data&#39; was not declared in this scope<br>ReadFlac.cpp:87: error: &#39;FLAC__stream_decoder_init&#39; was not declared in this scope<br>ReadFlac.cpp: In member function &#39;void ReadFlac::ErrorCheck(int)&#39;:<br>

ReadFlac.cpp:273: error: &#39;FLAC__STREAM_DECODER_INVALID_CALLBACK&#39; was not declared in this scope<br>make[2]: *** [ReadFlac.o] Error 1<br>make[1]: *** [all-recursive] Error 1<br>make: *** [all] Error 2<br>------------------------------------------------------------------------------------------------------------------------------<br>
<br>Many thanks for your help.<br><br>--<br>José </div></div>