[Insight-users] Install ITK on Mac OS X
DZ
neurosciencematt at yahoo.com
Wed Aug 1 20:14:46 EDT 2007
I'm running Mac OS X 10.4.10 and I'm trying to install ITK. I have installed X11, the Fink package and cmake/ccmake 2.0 that is available through fink. I also have installed XCode and downloaded itk-2.4.1, itk-2.6.0, and itk-3.2.0. Also, I am compiling everything in an X11 terminal (xterm).
PROBLEM #1
3.2.0 requires cmake 2.4.0, and through Fink, I am only able to get cmake 2.0.
PROBLEM #2
ccmake works to generate the make files for both itk-2.6.0 and itk-2.4.1, but both give the same compilation errors when building object file vnl_math.o. The Errors I receive are below.
Building object file vnl_math.o...
/Users/williamgreene/src/itk-2.4.1/Utilities/vxl/core/vnl/ vnl_math.cxx: In function
'bool vnl_math_isinf(float)':
/Users/wg/src/itk-2.4.1/Utilities/vxl/core/vnl/ vnl_math.cxx:221: error:
'__isnand' was not declared in this scope
/Users/wg/src/itk-2.4.1/Utilities/vxl/core/vnl/ vnl_math.cxx: In function
'bool vnl_math_isinf(double)':
/Users/wg/src/itk-2.4.1/Utilities/vxl/core/vnl/ vnl_math.cxx:223: error:
'__isnand' was not declared in this scope
/Users/wg/src/itk-2.4.1/Utilities/vxl/core/vnl/ vnl_math.cxx: In function
'bool vnl_math_isinf(long double)':
/Users/wg/src/itk-2.4.1/Utilities/vxl/core/vnl/ vnl_math.cxx:225: error:
'__isnand' was not declared in this scope
make[9]: *** [vnl_math.o] Error 1
make[8]: *** [default_target] Error 2
make[7]: *** [default_target_vnl] Error 2
make[6]: *** [default_target] Error 2
make[5]: *** [default_target_core] Error 2
make[4]: *** [default_target] Error 2
make[3]: *** [default_target_vxl] Error 2
make[2]: *** [default_target] Error 2
make[1]: *** [default_target_Utilities] Error 2
make: *** [default_target] Error 2
Any help would be great. Thanks.
---------------------------------
Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20070801/d7cde0de/attachment.html
More information about the Insight-users
mailing list