I have downloaded agui from github recently and went through Cmake process:
- Set agui root directory as source
- Set "build" directory as target
- Click "configure"
- Check if backend is set to Allegro
- Click "generate"
I’ve opened the .sln file, selected the "ALLBUILD" project and run it. I got the following compilation error a few times (but with different files)
AllegroFont.cpp: cannot open "AllegroFont.hpp", file not found
So while the code files exist, the header files are not there.
My suggestions so far:
- I use Allegro through NuGet. Might this be a case?
Source: Windows Questions C++