[Gdcm-hackers] [ gdcm-Bugs-3161160 ] make install broken
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: SourceForge.net <no...@so...> - 2011-12-30 18:10:33
|
Bugs item #3161160, was opened at 2011-01-18 12:59 Message generated for change (Settings changed) made by malat You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=739587&aid=3161160&group_id=137895 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General (default) >Group: 2.1 Status: Closed Resolution: Fixed Priority: 9 Private: No Submitted By: Mathieu Malaterre (malat) Assigned to: Mathieu Malaterre (malat) Summary: make install broken Initial Comment: I've noticed that if I set the CMakeCache entry for the install directory to say CMAKE_INSTALL_PREFIX:PATH=D:/Developer/VS10/x86/SHARED/Install I end up with a gdcmcharls folder in the root populated with the 11 gdcm/Utilities/socketxx/socket++ include files D:/gdcmcharls/echo.h etc. etc. has anyone else noticed this peculiar behavior? Seems like a cmakelists.txt problem since in gdcm/Utilities/cmakelists.txt there is only subdirs(socketxx) with no specification of where SOCKETXX_INSTALL_INCLUDE_DIR should default to, like ${GDCM_INSTALL_INCLUDE_DIR}, so when in gdcm/Utilities/socketxx/socket++/cmakelists.txt there is DESTINATION ${SOCKETXX_INSTALL_INCLUDE_DIR}/gdcmcharls COMPONENT Headers and on windows, this undefined socketxx install just goes to D:/ ---------------------------------------------------------------------- Comment By: Mathieu Malaterre (malat) Date: 2011-01-18 13:00 Message: [master 6f99905] This commit fixes bug #3161160 10 files changed, 26 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=739587&aid=3161160&group_id=137895 |