Re: [AD] Open Watcom trouble

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On 2005-12-30, Escorter <escorter@xxxxxxxxxx> wrote:
> Hi! 
> 
> When I tried to compile the latest Allegro with Open Watcom
> 1.3, I get this error message:
> 
> src\graphics.c(635): Error! E1011: Symbol 'blit_end' has not
> been declared
> make.exe: *** [obj/watcom/alleg/graphics.obj] Error 8
> 
> I'm using the latest DJGPP.

Sorry, the link in my previous message won't work with 4.2.0 due to some
other changes made since then.  However, you can just add the following
line after the #include lines in src/graphics.c.

extern void blit_end(void);

Peter





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/