Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: dev-22 compile problem
- X-seq: zsh-workers 10737
- From: Jason Price <jprice@xxxxxxxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: dev-22 compile problem
- Date: Thu, 13 Apr 2000 09:10:00 -0400
- Cc: Jason Price <jprice@xxxxxxxxxxxxxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxxxxxxxxx>
- In-reply-to: <000412171528.ZM12739@xxxxxxxxxxxxxxxxxxxxxxx>; from schaefer@xxxxxxxxxxxxxxxxxxxxxxx on Wed, Apr 12, 2000 at 05:15:28PM -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <1000409212219.ZM5444@xxxxxxxxxxxxxxxxxxxxxxx> <E12fTPL-0006Wc-00.2000-04-12-21-06-39@xxxxxxxxxxxxxxxxxxxxx> <20000412162909.A642@xxxxxxxxxxxxxxxxxx> <000412171528.ZM12739@xxxxxxxxxxxxxxxxxxxxxxx>
On Wed, Apr 12, 2000 at 05:15:28PM -0700, Bart Schaefer wrote:
> On Apr 12, 4:29pm, Jason Price wrote:
> > Subject: dev-22 compile problem
> > hashtable.c:1191: structure has no member named `en_cols'
> Apparently no one else is building zsh with HAVE_NIS_PLUS.
> Try deleting half of the .en_cols.en_cols on line 1191 of hashtable.c.
The line now looks like:
if (object->zo_data.objdata_u.en_data.en_cols >= 6) {
As opposed to:
if (object->zo_data.objdata_u.en_data.en_cols.en_cols >= 6) {
And the error returned is:
gcc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -Wall
-Wno-implicit -Wmissing-prototypes -O2 -o hashtable.o hashtable.c
hashtable.c: In function `add_userdir':
hashtable.c:1191: invalid operands to binary >=
make[2]: *** [hashtable.o] Error 1
make[2]: Leaving directory `/export/home/jprice/programs/zsh/zsh-3.1.6-dev-22/Src'
make[1]: *** [modobjs] Error 2
make[1]: Leaving directory `/export/home/jprice/programs/zsh/zsh-3.1.6-dev-22/Src'
make: *** [all] Error 1
Thanks;
Jason
--
Faith is not a matter of questions. Jason Price
Faith is a matter of answers. jprice@xxxxxxxxxx
More to the point, one answer: Theta Xi, Beta Alpha, 449
"Yes, Lord."
Messages sorted by:
Reverse Date,
Date,
Thread,
Author