[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 03 Nov 2001, Eric Botcazou <ebotcazou@xxxxxxxxxx> wrote:
> > I still get the artifacts if I move the mouse fast enough. But it
> > seems the yield_timeslice is problematic, so I've removed it.
>
> A guess: did you manually force the recompilation of src/x/xwin.c ? Because
> it seems there is a problem with the dependency generation under Unix:
> xwin.c doesn't get recompiled after aintunix.h has been modified. I got
> caught by that and it cost me half an hour.
You're probably right. Last night I managed to see the bug, but then
I did a new compile and install and it went away.
The problem with the dependencies seems to be that allegro_aintunix_h
is not defined anywhere. A lot of symbols appear to be like that.
I didn't look very long though.