RE: Error in libfetish.a

2004-02-04 Thread John D. Ballentine III
7.2.2 Thanks! John Ballentine -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 9:11 AM To: John D. Ballentine III Cc: '[EMAIL PROTECTED]' Subject: Re: Error in libfetish.a > if (inexact_style != human_round_to_nearest &

Re: Error in libfetish.a

2004-02-04 Thread Bob Proulx
> if (inexact_style != human_round_to_nearest && value <4294967295u l > ) I think the space in the above is the problem. "4294967295u l" with your machine. But 18446744073709551615ull with my 10.20 machine. > Actually, I'm not certain which software I have on this system. I just > starte

RE: Error in libfetish.a

2004-02-04 Thread John D. Ballentine III
0: for each function it appears in.) human.c: At top level: human.c:83: parse error before `return' *** Error exit code 1 Stop. Oh well... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:36 PM To: John D. Ballentine III Cc:

Re: Error in libfetish.a

2004-02-03 Thread Paul Eggert
"John D. Ballentine III" <[EMAIL PROTECTED]> 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 id

Re: Error in libfetish.a

2004-02-02 Thread Bob Proulx
John D. Ballentine III wrote: > OK, I tried again from a fresh unpack of the tar file. Good. It would otherwise have been a nagging concern that something was wrong there. > And, as suggested before, the HP make failed with yet another interesting > series of messages: > > -g -O2 -c `test -f

RE: Error in libfetish.a

2004-02-02 Thread John D. Ballentine III
OK, I tried again from a fresh unpack of the tar file. And, as suggested before, 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' human.c:114: `u' undecl

Re: Error in libfetish.a

2004-01-30 Thread Bob Proulx
John D. Ballentine III wrote: > OK, I misunderstood the install instructions. From the INSTALL file: > "1. `cd' to the directory containing the package's source code and type > `./configure' to configure the package for your system. " Those are very generic installation instructions. Some p

RE: Error in libfetish.a

2004-01-30 Thread John D. Ballentine III
] [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 10:20 AM To: John D. Ballentine III Cc: [EMAIL PROTECTED] Subject: Re: Error in libfetish.a John D. Ballentine III wrote: > I have downloaded the coreutils 5.0 package, and I am trying to compile it > on a HP-UX 10.20 system. It s

Re: Error in libfetish.a

2004-01-30 Thread Bob Proulx
John D. Ballentine III wrote: > I have downloaded the coreutils 5.0 package, and I am trying to compile it > on a HP-UX 10.20 system. It should work fine there. > Specifically, I am trying to get the "tail" utility, but it doesn't > make any difference if I just try and compile it or the whole >

Error in libfetish.a

2004-01-30 Thread John D. Ballentine III
Disclaimer - I am not a programmer, just a system admin... I have downloaded the coreutils 5.0 package, and I am trying to compile it on a HP-UX 10.20 system. Specifically, I am trying to get the "tail" utility, but it doesn't make any difference if I just try and compile it or the whole package.