Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completions with users (-u) and NIS+
- X-seq: zsh-users 272
- From: Vincent Lefevre <Vincent.Lefevre@xxxxxxxxxxx>
- To: hzoli@xxxxxxxxxx (Zoltan Hidvegi)
- Subject: Re: completions with users (-u) and NIS+
- Date: Fri, 5 Jul 1996 01:41:16 +0200 (MET DST)
- Cc: vlefevre@xxxxxxxxxxx, zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <199607042027.WAA20886@xxxxxxxxxxxxxxxxx> from "Zoltan Hidvegi" at Jul 4, 96 10:27:54 pm
- Reply-to: vlefevre@xxxxxxxxxxx
> Try to add -DHAVE_NIS_PLUS to DEFS in Src/Makefile, remove zle_tricky.o and
> recompile.
I get the following errors:
Ok make
gcc -c -I.. -I. -I. -DHAVE_CONFIG_H -DHAVE_NIS_PLUS -Wall -Wno-implicit -Wmissing-prototypes -O2 -DDEBUG zle_tricky.c
zle_tricky.c:1567: conflicting types for `match_username'
zle_tricky.c:1552: previous declaration of `match_username'
make: *** [zle_tricky.o] Error 1
zsh: exit 2 make
If I replace line 1549 by:
#if defined(HAVE_NIS) && !defined(HAVE_NIS_PLUS)
there's no error any longer, but it does not change anything.
Vincent Lefevre.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author