[Insight-developers] HDF5 compile error on mingw

Williams, Norman K norman-k-williams at uiowa.edu
Fri Apr 22 12:25:03 EDT 2011


I don't have access to a MinGW machine, but digging into the HDF5 build
stuff suggests where the problem lies.

I think a patch like this might fix it:


diff --git a/Modules/ThirdParty/HDF5/src/itkhdf5/ConfigureChecks.cmake
b/Modules/ThirdParty/HDF5/src/itkhdf5/ConfigureChecks.cmake
index 0c2325d..176d970 100644
--- a/Modules/ThirdParty/HDF5/src/itkhdf5/ConfigureChecks.cmake
+++ b/Modules/ThirdParty/HDF5/src/itkhdf5/ConfigureChecks.cmake
@@ -483,7 +483,7 @@ ENDMACRO (HDF5_FUNCTION_TEST)
 #-------------------------------------------------------------------------
----
 # Check a bunch of other functions
 #-------------------------------------------------------------------------
----
-IF (WINDOWS)
+IF (WINDOWS AND NOT MINGW)
   SET (H5_HAVE_TIMEZONE 1)
   SET (H5_HAVE_FUNCTION 1)
 ELSE (WINDOWS)


On 4/22/11 10:26 AM, "Bill Lorensen" <bill.lorensen at gmail.com> wrote:

>Folks,
>
>This build http://www.cdash.org/CDash/viewBuildError.php?buildid=1006973
>has compile errors.
>
>Bill
>_______________________________________________
>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



________________________________
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