<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello All,<div class=""> </div><div class="">     I am currently facing an issue, on installing ITK 4 (via cmake), I get a compile error as a result of a missing header (itk_minc2.h). It seems to that cmake doesn’t copy over the itk_minc2.h to the installation folder. For instance in the file (itkMINCImageIO.h) on installing I get this error </div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(120, 73, 42);" class="">#ifndef itkMINCImageIO_h</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(120, 73, 42);" class="">#define itkMINCImageIO_h</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; min-height: 13px;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(209, 47, 27);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #78492a" class="">#include </span>"itkImageIOBase.h"</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; min-height: 13px;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(209, 47, 27);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #78492a" class="">#include </span>"itkMatrix.h"</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; min-height: 13px;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(209, 47, 27);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #78492a" class="">#include </span><itk_minc2.h><span class="Apple-tab-span" style="white-space:pre">        </span>// —> this line flags an error (itk_minc2.h file not found)</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; min-height: 13px;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(209, 47, 27);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #78492a" class="">#include </span>"ITKIOMINCExport.h"</div></div><div class=""><br class=""></div><div class="">please note that other included headers in this file seem to be fine except that in the comment above. I would like to know if this is a bug on it’s part & if so how does one get around this. </div><div class="">Thanks</div><div class=""><br class=""></div><div class="">Regards,</div><div class="">   Seun</div></body></html>