InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.41k stars 663 forks source link

Visual Studio build error - misspell in the variable "ITK_TRY_EXPECT_NO_EXCEPTIION" (double "I" symbol) #4550

Closed gregpost closed 6 months ago

gregpost commented 6 months ago

Error when building the ITK-5.4rc02: C:\lib\ITK-5.4rc02\Modules\Video\BridgeOpenCV\test\itkOpenCVImageBridgeRGBTest.cxx(156,3): error C3861: ITK_TRY_EXPECT_NO_EXCEPTIION идентификатор не найден (identifier not found)

The CMake configuring process was using this command: cmake -S "C:/lib/ITK-5.4rc02" -B "C:/lib/ITK-5.4rc02/build" -DModule_ITKVideoBridgeOpenCV=ON -DModule_MorphologicalContourInterpolation=ON -DCMAKE_TOOLCHAIN_FILE="C:/lib/vcpkg/scripts/buildsystems/vcpkg.cmake" -DVCPKG_TARGET_TRIPLET="x64-windows"

This is my build string: "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MSBuild.exe" "C:\lib\ITK-5.4rc02\build\ITK.sln" -p:Configuration=Release -p:Platform=x64

https://github.com/InsightSoftwareConsortium/ITK/blob/ffc768ae4c8c7f5b078fb129665e33387f362049/Modules/Video/BridgeOpenCV/test/itkOpenCVImageBridgeRGBTest.cxx#L156

github-actions[bot] commented 6 months ago

Thank you for contributing an issue! 🙏

Welcome to the ITK community! 🤗👋☀️

We are glad you are here and appreciate your contribution. Please keep in mind our community participation guidelines. 📜 Also, please check existing open issues and consider discussion on the ITK Discourse. 📖

This is an automatic message. Allow for time for the ITK community to be able to read the issue and comment on it.