Allegro graphics library. I used this in a college project about 6 years ago and it’s excellent.
Allegro graphics library. I used this in a college project about 6 years ago and it’s excellent.
By continuing to use the site, you agree to the use of cookies. more information
The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.
When I compile any program using allegro, I get this error,[root@localhost demo]# gcc -o demo demo.c
In file included from /usr/include/allegro/base.h:40,
from /usr/include/allegro.h:25,
from demo.c:25:
/usr/include/allegro/internal/alconfig.h:304:5: #error endianess not defined
Can any one help me out!!!