bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libintl doesn't build on alpha-unknown-openbsd3.1


From: Bruno Haible
Subject: Re: libintl doesn't build on alpha-unknown-openbsd3.1
Date: Fri, 6 Dec 2002 15:27:58 +0100 (CET)

Simon Josefsson writes:
> Is this an OpenBSD problem?  I'm not that familiar with OpenBSD.

> gcc -c -DLOCALEDIR=\"/tmp/jas/share/locale\" 
> -DLOCALE_ALIAS_PATH=\"/tmp/jas/share/locale\" -DLIBDIR=\"/tmp/jas/lib\" 
> -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g bindtextdom.c  -fPIC -DPIC 
> -o .libs/bindtextdom.lo
> In file included from /usr/include/stdlib.h:44,
>                  from bindtextdom.c:24:
> /usr/include/sys/types.h:96: conflicting types for `size_t'
> /usr/include/stddef.h:47: previous declaration of `size_t'

Either your system's include files are conflicting so that

   #include <stddef.h>
   #include <stdlib.h>

gives an error, or your config.h contains an invalid definition of
size_t.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]