[an error occurred while processing this directive]
If you are using HEASOFT v6.2 and don't want to upgrade to v6.3.2 just yet, see the HEASOFT 6.3 Bug List.
Please visit the HEASOFT Supported Platforms page for current information about supported operating systems and compilers.
ComplexData.hh:153: error: `isnan' undeclared (first use this function)To fix this problem, edit the file
09: /* 10: #ifdef __APPLE_CC__ 11: static long isnan(double value) { return __isnand(value); } 12: #endif 13: */This code is only necessary on Panther (and breaks builds with newer versions of the Xcode compilers). After making this edit, the build should hopefully go smoothly.
- First, make sure your environment is set up to use HEASOFT so that the "hmake" utility is in your PATH. - Then, copy the new version of rbnrmf.f into your headas-6.3.x/ftools/caltools/src/rbnrmf/ directory, and cd to that directory. - In the rbnrmf directory, type "hmake". - If no errors occur, type "hmake install". - If no errors occur, the new rbnrmf is ready to use.