I use MSYS2 (UCRT environment) and am having trouble building Mimick.
I run cmake . and ninja and get an error about incompatible pointer type in vitals.c:182:27
$ cmake .
-- Building for: Ninja
CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The C compiler identification is GNU 14.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/msys64/ucrt64/bin/cc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- The ASM compiler identification is GNU
-- Found assembler: C:/msys64/ucrt64/bin/cc.exe
-- Looking for __stdio_common_vfprintf
-- Looking for __stdio_common_vfprintf - found
-- Configuring done (3.0s)
-- Generating done (0.1s)
-- Build files have been written to: C:/Users/BrendanSimon/SW/Mimick
I use MSYS2 (UCRT environment) and am having trouble building Mimick. I run
cmake .
andninja
and get an error aboutincompatible pointer type
invitals.c:182:27