Hello,<br><br>I grabbed latest tar.gz of ITK 3.20 and I am getting this error on OpenBSD 4.8 (-current) with gcc 4.2.1. I got feedback from Emmanuel @ otb-users to try and see if its ITK related compile issue.<br><br>Please can somebody help me out with the proper #ifdef?<br>
<br>Thanks<br><br><br>[ 52%] Building CXX object Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/vnl_math.o<br>/home/amit/rsgis/InsightToolkit-3.20.0/Utilities/vxl/core/vnl/vnl_math.cxx: In function &#39;bool vnl_math_isinf(float)&#39;:<br>
/home/amit/rsgis/InsightToolkit-3.20.0/Utilities/vxl/core/vnl/vnl_math.cxx:233: error: &#39;isnan&#39; was not declared in this scope<br>/home/amit/rsgis/InsightToolkit-3.20.0/Utilities/vxl/core/vnl/vnl_math.cxx: In function &#39;bool vnl_math_isinf(double)&#39;:<br>
/home/amit/rsgis/InsightToolkit-3.20.0/Utilities/vxl/core/vnl/vnl_math.cxx:235: error: &#39;isnan&#39; was not declared in this scope<br>/home/amit/rsgis/InsightToolkit-3.20.0/Utilities/vxl/core/vnl/vnl_math.cxx: In function &#39;bool vnl_math_isinf(long double)&#39;:<br>
/home/amit/rsgis/InsightToolkit-3.20.0/Utilities/vxl/core/vnl/vnl_math.cxx:237: error: &#39;isnan&#39; was not declared in this scope<br>gmake[2]: *** [Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/vnl_math.o] Error 1<br>gmake[1]: *** [Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/all] Error 2<br>
gmake: *** [all] Error 2<br><br>