[BRLTTY] Bug report MingW

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


Hi,

Lars Bjørndal, le Wed 22 Mar 2006 10:10:32 +0100, a écrit :
> Samuel Thibault <samuel.thibault at ens-lyon.org> writes:
> 
> ...
> > Ah, here is the issue: #if defined(__CYGWIN32__) || defined(__MINGW32__)
> > fails... I guess we don't have the same version of MSYS. Could you try
> > to run
> >
> > sed -i -e "s/__MINGW32__/__MSYS__/g" $(grep -rl __MINGW32__ .)
> >
> > from the brltty sources directory, for replacing all __MINGW32__
> > occurrences with __MSYS__?
> >
> > (Dave, we will probably have to add "|| defined(__MSYS__)"
> > everywhere...)
> 
> The output of make after that:
> 
> 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 ./sys_windows.c
> In file included from ./sys_windows.c:25:
> sys_boot_none.h:18: warning: #warning boot parameter retrieval not available on this platform
> In file included from sys_beep_windows.h:19,
>                  from ./sys_windows.c:31:
> sys_beep_none.h:18: warning: #warning console beep support not available on this platform
> In file included from ./sys_windows.c:23:
> sys_prog_windows.h: In function `getProgramPath':
> sys_prog_windows.h:21: `HMODULE' undeclared (first use in this function)

Erf, just the same. Does prologue.h now really has __MSYS__ in the #if
statement?

Could you send the output of ./configure too ?

Regards,
Samuel


More information about the BRLTTY mailing list