The fix for the MacOS isnan problem didn't compile. I changed it to be
inline int (isinf)(double r) { return isinf(r); } inline int (isnan)(double r) { return isnan(r); }
and it worked just fine (it was Real r instead of double). Real wasn't defined.
I already wondered about the real, but I'm unfamiliar with MacOS so I figured it was common there. This version is committed now.
Erik
_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
