Hello,

   I'm currently trying out the latest on ITK master and on successfully 
building/ installing and compiling my project (see my other post on 
"H5pubconf.h missing during installation (ITK master)”) all seems to work but 
only after a slight tweak. The tweak was necessary because I realised that the 
generated lib for hdf5 in both debug and release mode were named differently 
compared to the other libs. In Debug, all libs are named accordingly libITK... 
or libitk… ending with .a except that of libitkhdf5_cpp_debug.a & 
libitkhdf5_debug.a, whereas in Release it’s not the case as they are named 
libitkhdf5_cpp.a & libitkhdf5.a. It’s worth mentioning that the latter was how 
the libs were named prior to me updating my ITK to 4.11 (on master) which made 
linking against these libs easier in my case as I had only to provide the names 
in my configuration file without having to distinguish between debug or 
release. In a nutshell, why is this the case with HDF5, is this another one of 
ITK installation bugs or is this deliberate for some reason if so can someone 
explain why, thanks.

Regards,
  Seun
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-developers

Reply via email to