Closed tpimh closed 1 year ago
To avoid this issue, you need to have winbind
installed - see the readme item at https://github.com/mstorsjo/msvc-wine#fatal-error-c1902-program-database-manager-mismatch-please-check-your-installation.
Alternatively, to avoid this issue if building your own CMake projects, configure your build with -DCMAKE_MSVC_DEBUG_INFORMATION_FORMAT=Embedded
. This requires having cmake_minimum_required(VERSION 3.25)
or higher, though.
Thank you very much, this resolves the issue.
All other tests run fine, but CMake tests fail for me with the following errors when testing cl: