I just downloaded the allegro library
I make a new empty project then add a source file
I add this line of code:
#include <allegro.h>
I compile and get the following error:
c:\allegro\include\allegro5\internal\alconfig.h(28) : fatal error C1083: Cannot open include file: 'allegro5/platform/alplatf.h': No such file or directory
so I go into alconfig.h and change:
#include "allegro5/platform/alplatf.h"
to:
#include "../../allegro5/platform/alplatf.h.cmake"
it now gives me this error:
c:\allegro\include\allegro5\platform\alplatf.h.cmake(2) : fatal error C1021: invalid preprocessor command 'cmakedefine'
so I get rid of the #include "../../allegro5/platform/alplatf.h.cmake"
statement it then says:
c:\allegro\include\allegro5\internal\alconfig.h(57) : fatal error C1189: #error : platform not supported
I do not know were to go from there, I am running windows so I really am stumped