ITKSphinxExamples
ITKSphinxExamples copied to clipboard
Compile errors CI (github-actions) build-test-cxx (windows-2022) __ucrt_int_to_float itktiff-5.4.lib
Looks like the CI doesn't build anymore for a few weeks. For example at https://open.cdash.org/viewBuildError.php?buildid=10051014
FAILED: D:/a/bld/ITKEx-build/bin/itkTestDriver.exe
cmd.exe /C "cd . && D:\a\_temp\-2103337693\cmake-3.24.2-windows-x86_64\bin\cmake.exe -E...
LINK: command "C:\PROGRA~1\MICROS~2\2022\ENTERP~1\VC\Tools\MSVC\1442~1.344\bin\Hostx64\x64\link.exe ... failed (exit code 1169) with the following output:
error LNK2005: __ucrt_int_to_float already defined in itktiff-5.4.lib
- Similar to issue https://github.com/InsightSoftwareConsortium/ITK/issues/4820
Could it be that ITK should be upgraded to include recent TIFF lib fixes? Maybe use 5.4.1, instead of 5.4.0?
Could it be that ITK should be upgraded to include recent TIFF lib fixes? Maybe use 5.4.1, instead of 5.4.0?
Yes, this is correct the 5.4.1 contains the patch to fix this issues.