fanc999-1
fanc999-1
### Description Hi, As suggested by one of the Meson build system maintainers[1], I was suggested to open a bug here: With the following `setup.py` that is derived from configuring...
Hi, This attempts to make the Heimdal builds against later Visual Studio better, by: * Updating `include\config.w32` to define that `stdint.h` and `inttypes.h` (and the related types) are available, when...
Hi, This attempts to add build support for Windows using clang-cl (the flavor of clang that attempts to mimick Visual Studio and uses the Microsoft SDKs, meaning `_MSC_VER` will also...
Hi, This attempts to improve the build experience on Visual Studio by: * Using also CMake dependency names, if applicable, for dependencies where pkg-config files are not supplied (or are...
...when a Visual Studio-style compiler is being used. The dumper program will fail to link with an obscure undefined symbol '_guard_check_icall_$fo$' without an appropriate CRT cflag (i.e. /MD or /MDd...