I think I found the problem.  usleep() gets defined as a macro to xf86usleep()
in xf86_ansi.h (via radeon_regs.h) and needs to be #undefined.

Do we know why xf86_ansi.h is getting included in the client-side module?
It's only intended for X server modules.  It'd be better to not include
it in the first place.
I think because there is some sharing of source (radeon_regs.h is from the 2d driver). It should be protected with a #ifdef, I guess.

Keith




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to