[Insight-developers] ITK Modularization transition pushed
    Williams, Norman K 
    norman-k-williams at uiowa.edu
       
    Thu Mar 10 14:02:05 EST 2011
    
    
  
Latest build issue (this is seeking to get BUILD_SHARED_LIBS:BOOL=On
working):
Linking CXX shared library ../../../../../lib/libITKMetaIO-4.0.dylib
Undefined symbols:
  "_itk_zlib_deflateEnd", referenced from:
      MET_PerformCompression(unsigned char const*, long long, long
long*)in metaUtils.cxx.o
  "_itk_zlib_deflateInit_", referenced from:
The problem is that in ITK/ITK/Utilities/MetaIO/src/CMakeLists.txt there's
this:
set(METAIO_ZLIB_LIBRARIES ${ITK_ZLIB_LIBRARIES})
but ITK_ZLIB_LIBRARIES is apparently not defined.
ITK_ZLIB_LIBRARIES is ONLY used in subdirectories of ITK/Utilities
(MetaIO, NIFTI, NrrdIO, PNG, TIFF). It isn't apparently defined anywhere.
________________________________
Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged.  If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited.  Please reply to the sender that you have received the message in error, then delete it.  Thank you.
________________________________
    
    
More information about the Insight-developers
mailing list