From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id JAA05191 for ; Fri, 5 Jul 1996 09:48:17 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id TAA28721; Thu, 4 Jul 1996 19:42:38 -0400 (EDT) Resent-Date: Thu, 4 Jul 1996 19:42:19 -0400 (EDT) From: Vincent Lefevre Message-Id: <199607042341.BAA16167@woodstock.ens-lyon.fr> Subject: Re: completions with users (-u) and NIS+ To: hzoli@cs.elte.hu (Zoltan Hidvegi) Date: Fri, 5 Jul 1996 01:41:16 +0200 (MET DST) Cc: vlefevre@ens-lyon.fr, zsh-users@math.gatech.edu Reply-To: vlefevre@ens-lyon.fr In-Reply-To: <199607042027.WAA20886@bolyai.cs.elte.hu> from "Zoltan Hidvegi" at Jul 4, 96 10:27:54 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"AEwa91.0.E07.QR5tn"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/272 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > 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.