[BRLTTY] Compiling brltty on Mac OS X

Samuel Thibault samuel.thibault at ens-lyon.org
Thu Apr 20 05:43:54 EDT 2006


Leo Abken, le Wed 19 Apr 2006 19:03:16 -0700, a écrit :
> All of the calls to setErrno in usb_darwin.c look like:
> 
> setErrno(kernelResult, "Darwin master port create");
> 
> The usb_darwin.c has a prototype like this for setErrno:
> 
> static void
> setErrno (long int result, const char *action) {
> }
> 
> This is all fine and good except that misc.h (which is included) has this:
> 
> #ifdef WINDOWS
> <stuff>
> #endif /* WINDOWS */

This is for windows only, and shouldn't ever get included when compiling
on a Mac... You can try to remove that part from misc.h, but if that was
hurting, other parts might hurt too. Could you send the output for your
./configure, your config.log and config.h files?

Regards,
Samuel


More information about the BRLTTY mailing list