when I cd to the path contains the makefile and run make command(from the MINGW64.exe) I get this error:
$ make
"C:\Program Files (x86)\CMake\bin\cmake.exe" -HC:\vmime-master -BC:\vmime-master\build --check-build-system CMakeFiles\Makefile.cmake 0
Microsoft Windows [Version 10.0.14393]
(c) ▒▒௮▒▒▒ ▒▒▒▒▒▒▒▒ (Microsoft Corporation), 2016. ▒▒ ▒ࠢ▒ ▒▒▒饭▒.
C:\vmime-master\build>
Really have no clue how to resolve this. The make file was generated by mingw makefiles from cmake.It looks like it switched somehow to the windows command shell(cmd).I'm using the msys2+mingw64 tools. Any idea or advice is highly appreciated. Thanks in advance!