Hi,

On Thu, 15 Sep 2005, Graham Percival wrote:

> current CVS, OSX, fink patches and self-compiled.

Concur. What I found irritating is that after #include'ing <cmath> in 
flower/include/real.hh, isinf() is not #define'd, even when it is still 
defined when checking within <cmath>! I have OSX 10.2.8.

My workaround for now is to append this after "#include <cmath>":

#ifndef isinf
#define isinf(x) __isinfd(x)
#define isnan(x) __isnand(x)
#endif

Ciao,
Dscho



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to