You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling fTetWild with MSVC 2022, the build process fails with many linking errors, such as:
geogram.lib(predicates.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in tests.obj [D:\a\fTetWild\fTetWild\build\tests\unit_tests.vcxproj]
@BimwerxNZ Thanks for the link! I also fixed the issue now in my fork of fTetWild at https://github.com/chrismile/fTetWild, where precompiled binaries are also provided. I was able to stick with the MPIR libraries provided by conda.
When compiling fTetWild with MSVC 2022, the build process fails with many linking errors, such as:
An example for a failed build in a GitHub actions script can be found at: https://github.com/chrismile/fTetWild/actions/runs/12493373540/job/34861729722
The text was updated successfully, but these errors were encountered: