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.


Thanks,

Jonathan Polley


_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to