[Insight-users] Build issues for ITK with respect to FLTK - CMake 1.6 beta n

dean.inglis@on.aibn.com dean.inglis@on.aibn.com
Wed, 15 Jan 2003 22:07:22 -0500


Hi,

in building the ITK Apps, I've tracked down a recent pb with the new CMake 1.6 release.  In the new CMake, module FindFLTK.cmake is revised to include comctl32.lib under Windows builds.  This is not necessary for Borland and now
causes a fatal error in building the ITK Apps under 
'IF(HAS_FLTK)' since the linker seems to have no idea where to find that lib: Unable to open file
'COMCTL32.LIB'.  These apps build under CMake 1.4.7 (with the older vers. of the module) or, under CMake 1.6 beta n if one manually removes comctl32.lib from the Makefiles.

Dean