[BRLTTY] Bug report MingW

Samuel Thibault samuel.thibault at ens-lyon.org
Mon Mar 20 04:51:24 EST 2006


Lars Bjørndal, le Mon 20 Mar 2006 09:21:15 +0100, a écrit :
> I tireid to make the latest svn-version of BRLTTY. I got the following
> error messages:
> 
> ------------------------------
> 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 ./main.c:33:
> misc.h:104: parse error before `va_list'

Ah, yes, there is a missing 
#include <stdarg.h>
at the beginning of this file.

Regards,
Samuel


More information about the BRLTTY mailing list