Hi Simon,

> gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DNO_XMALLOC 
> -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -I../intl  
> -fvisibility=hidden -g -O2 -MT unictype/categ_LC.o -MD -MP -MF $depbase.Tpo 
> -c -o unictype/categ_LC.o unictype/categ_LC.c &&\
>         mv -f $depbase.Tpo $depbase.Po
> unictype/categ_LC.c:27: error: 'UC_CATEGORY_MASK_LC' undeclared here (not in 
> a function)
> make[4]: *** [unictype/categ_LC.o] Error 1

It looks like the generated unictype.h file is broken (possibly empty?).
Can you compare unictype.in.h with unictype.h? Was there an error when it
was created? What happens if you remove it and try "make" again?

> In file included from unictype/test-combiningclass_name.c:17:
> ./config.h:1990:1: warning: "HAVE_DECL_TCGETSID" redefined
> In file included from ./config.h:64,
>                  from unictype/test-combiningclass_name.c:17:
> ./../config.h:1975:1: warning: this is the location of the previous definition

What is the result of
$ grep -i tcgetsid config.status gltests/config.status

Bruno
-- 
Cato Bontjes van Beek <http://en.wikipedia.org/wiki/Cato_Bontjes_van_Beek>

Reply via email to