Re: [AD] Allegro 4.2.0 final will not build under DJGPP |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-12-26, Andrei Ellman <ae-a-alleg@xxxxxxxxxx> wrote:
> 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
Already fixed in SVN.
Peter