Re: [AD] Error with Watcom port |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Owen Rudge wrote: > I tried to compile the Watcom C/C++ port of Allegro (WIP 3.9.38) > today, but got the following error: This is because Watcom is too stupid to remove unused static functions, so the `static inline clear()' function is still there and referencing to Allegro's `clear_bitmap()', which has not been built yet. Untested patch for asmdef.c attached. Sven
Attachment:
asmdef.c.diff
Description: application/unknown-content-type-difffile
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |