Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: dev-22 compile problem



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