[BRLTTY] Bug report MingW

Samuel Thibault samuel.thibault at ens-lyon.org
Wed Mar 22 06:04:43 EST 2006


Hi,

Lars Bjørndal, le Wed 22 Mar 2006 11:49:03 +0100, a écrit :
> Replaced all __MINGW32__ with __MSYS__ in all files.
> 
> cd Programs && make all
> make[1]: Entering directory `/e/brltty/Programs'
> gcc -Wall -g -O2 -DWINVER=0X0501 -I. -I.. -I. -I..  -DHAVE_CONFIG_H -c ./main.c
> In file included from /usr/include/sys/resource.h:14,
>                  from /usr/include/sys/wait.h:15,
>                  from ./main.c:31:
> /usr/include/sys/time.h:47: warning: `timerclear' redefined
> /usr/include/winsock.h:103: warning: this is the location of the previous definition

I'm lost. How is it that the result is different from your previous
mail? Did you change anything in between?

Well, anyway. Your msys seems bogus. What is its version?

Could you try to compile the following program (gcc test.c -o test)?

#include <sys/time.h>
#include <winsock.h>

int main(void) { return 0; }

Regards,
Samuel


More information about the BRLTTY mailing list