[AD] Allegro 4.2.0 final will not build under DJGPP |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Whenever I try to build the latest Allegro for DJGPP (under Windows 98),
the compiler stops compiling when it gets to graphics.c. It produces the
following output.
gcc -DALLEGRO_SRC -DALLEGRO_LIB_BUILD -Wall -Wno-unused -mcpu=i586 -O2
-funroll-loops -ffast-math -fomit-frame-pointer -I. -I./include -o
obj/djgpp/alleg/graphics.o -c src/graphics.c
src/graphics.c: In function `_set_gfx_mode':
src/graphics.c:635: `blit_end' undeclared (first use in this function)
src/graphics.c:635: (Each undeclared identifier is reported only once
src/graphics.c:635: for each function it appears in.)
make.exe: *** [obj/djgpp/alleg/graphics.o] Error 1
I am using gcc 3.2.3. Building for MSVC using DJGPP as the compiler
works just fine. Also, building Allegro 4.2.0RC2 for DJGPP works fine.
AE.