[Insight-developers] ITK4 Install dropping gdcm headers the wrong place?

Bill Lorensen bill.lorensen at gmail.com
Thu Feb 17 13:01:45 EST 2011


Kent,

I am seeing this with the ITKApps build that uses an installed itk:

http://www.cdash.org/CDash/viewBuildError.php?buildid=865461

Perhaps Mathieu can comment on this,

Bill

On Thu, Feb 17, 2011 at 12:55 PM, Williams, Norman K
<norman-k-williams at uiowa.edu> wrote:
> This is weird. I built ITK4, and during the install, it put the gdcm
> headers in
>
> ${CMAKE_INSTALL_PREFIX}/include/gdcm-2.0
>
> This is kinda bad if you, for example try to do this:
>
> #include "itkGDCMSeriesFileNames.h"
>
> Because the installed ITKConfig.cmake thinks they're in
>
> ${ITK_INSTALL_PREFIX}/include/InsightToolkit-4.0/gdcm
>
> I'd just fix this but it might take me half a day to wade through all of
> the CMakeLists.txt and figure out how this is all configured!
>
> Anyone know the right place to start wading?
>
> It looks like GDCM lets you tell it where include files should go:
> IF(NOT GDCM_INSTALL_INCLUDE_DIR)
>  SET(GDCM_INSTALL_INCLUDE_DIR "include/${subdir}")
> ENDIF(NOT GDCM_INSTALL_INCLUDE_DIR)
>
>
>
> ________________________________
> 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.
> ________________________________
> _______________________________________________
> 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.html
>
> 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://www.itk.org/mailman/listinfo/insight-developers
>


More information about the Insight-developers mailing list