Re: [AD] DJGPP compilation broken in current CVS? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2001-12-08, Peter Wang <tjaden@xxxxxxxxxx> wrote:
> On 2001-12-07, Eric Botcazou <ebotcazou@xxxxxxxxxx> wrote:
> > > This seems to be due to the #include "allegro/platform/alunixac.h"
> > > line in src/misc/modexgfx.s.
> ...
> > Replace the two include lines by:
> >
> > #include "../i386/asmdefs.inc"
> >
> > #ifdef ALLEGRO_UNIX
> > #include "allegro/platform/alunixac.h"
> > #endif
>
> Committed.
Hmm, but look at ALLEGRO_COLOR* in alunixac.h and asmdef.inc.
Now they get included in the wrong order.