<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Thanks, tried that, but no luck:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>g++ -D_GLIBCPP_USE_C99=1 -DPD -O3 -funroll-loops -fomit-frame-pointer -I../pd/src -Wall -W -ggdb -I/sw/include -DMACOSX -DUNIX -Dunix -o "creb/modules++/blosc.o" -c "creb/modules++/blosc.cc"</DIV><DIV>creb/modules++/blosc.cc: In function  `t_int* blosc_perform_hardsync_saw(t_int*)':</DIV><DIV>creb/modules++/blosc.cc:327: warning: unused variable `t_int i'</DIV><DIV>creb/modules++/blosc.cc: In function `t_int* blosc_perform_saw(t_int*)':</DIV><DIV>creb/modules++/blosc.cc:362: warning: unused   variable `t_int i'</DIV><DIV>creb/modules++/blosc.cc: In function   `t_int* blosc_perform_pulse(t_int*)':</DIV><DIV>creb/modules++/blosc.cc:392: warning: unused   variable `t_int i'</DIV><DIV>creb/modules++/blosc.cc: In function   `t_int* blosc_perform_comparator(t_int*)':</DIV><DIV>creb/modules++/blosc.cc:424: warning: unused   variable `t_int i'</DIV><DIV>creb/modules++/blosc.cc: In function   `void blosc_dsp(t_blosc*, t_signal**)':</DIV><DIV>creb/modules++/blosc.cc:472: warning: unused   variable `int n'</DIV><DIV>creb/modules++/blosc.cc: In function   `void _fft(float*, float*, int)':</DIV><DIV>creb/modules++/blosc.cc:611: error: `isnan' undeclared (first use this function)</DIV><DIV>creb/modules++/blosc.cc:611: error: (Each undeclared identifier is reported only once for each function it appears in.)</DIV><DIV>creb/modules++/blosc.cc: In function   `void build_tables()':</DIV><DIV>creb/modules++/blosc.cc:701: error: `isinf' undeclared (first use this function)</DIV><DIV>creb/modules++/blosc.cc:681: warning: unused variable `int j'</DIV><DIV>/usr/include/gcc/darwin/3.3/c++/iostream: At top level: creb/modules++/blosc.cc:57: warning: `   float blr[4096]' defined but not used</DIV><DIV>make: *** [creb/modules++/blosc.o] Error 1</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><BR><DIV><DIV>On Aug 22, 2006, at 10:36 AM, chris clepper wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">Try adding  <SPAN style="font-family: monospace;"></SPAN>-D_GLIBCPP_USE_C99=1<BR><BR><DIV><SPAN class="gmail_quote">On 8/22/06, <B class="gmail_sendername">Hans-Christoph Steiner</B> &lt;<A href="mailto:hans@eds.org">hans@eds.org </A>&gt; wrote:</SPAN><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><BR>Does anyone know why isnan() wouldn't be found on 10.3, while it is <BR>on 10.4  As far as I can tell, the declarations are in the same place<BR>on both: /usr/include/architecture/ppc/c++config.h.  Specifically,<BR>this is affecting the C++ objects from creb:<BR><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></DIV><BR></BODY></HTML>