Hi, I am a new user and I have downloaded DJGPP and Allegro.
DJGPP is working fine ( I was able to compile and test a small c++ program).
But when I issue "make" in Allegro directory I am getting the below error, I searched in this forum, but I havent seen any solution for this.
Can someone pls advise on the below.
===
src/graphics.c: In function '_set_gfx_mode':
src/graphics.c:635: error: 'blit_end' undeclared (first use in this
function)
src/graphics.c:635: error: (Each undeclared identifier is reported only
once
src/graphics.c:635: error: for each function it appears in.)
make.exe: *** [obj/djgpp/alleg/graphics.o] Error 1
===