bug-coreutils
[Top][All Lists]
Advanced

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

Re: Error in libfetish.a


From: Paul Eggert
Subject: Re: Error in libfetish.a
Date: 02 Feb 2004 14:02:34 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

"John D. Ballentine III" <address@hidden> writes:

> the HP make failed with yet another interesting series of messages:
> 
>   -g -O2 -c `test -f 'human.c' || echo './'`human.c
> human.c: In function `adjust_value':
> human.c:111: parse error before `l'

This is strange, since there isn't an identifier 'l' in line 111 of
coreutils 5.0's lib/human.c file.  I suspect a macro-expansion
problem.

What are the values of HAVE_INTTYPES_H, HAVE_STDINT_H, and uintmax_t
in your config.h?

Do your inttypes.h and/or stdint.h include files define uintmax_t
and/or UINTMAX_MAX?  If so, what values are they defined to?

Do you have the same problem when you build the latest coreutils
alpha?  It has some fixes relevant to HP-UX, and may sidestep the
problems you're having.  You can find it at:

<ftp://alpha.gnu.org/gnu/coreutils/coreutils-5.1.2.tar.gz>




reply via email to

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