Cmake Makefiles generator problem

Asked

Viewed 79 times

0

Good ones I’m following this tutorial on how to install Allegro 5 with MSYS2.

But I have a problem. At the moment I will run the command

cmake \ -G"MSYS Makefiles" \ -DCMAKE_SYSTEM_PREFIX_PATH:PATH=/mingw64/x86_64-w64-mingw32/ \ -DWANT_MONOLITH=on \ ../allegro

I get this mistake CMake Error: Could not create named generator MSYS Makefiles

I couldn’t find anything on the Internet to fix this problem. From what I noticed the generators that appear are related to the installed programs, it will be that installing the msys( first version ) will help?

By the way I also have to install some tutorial packages like mingw-w64-x86_64-dumband mingw-w64-x86_64-pkgconf. But right now they’re not my priority.

1 answer

1


I found a solution to this a long time ago.

The solution is to use the mingw-w64 instead of the msys2.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.