From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from math.gatech.edu (euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with SMTP id FAA16739 for ; Wed, 8 Nov 1995 05:58:17 +1100 (EST) Received: by math.gatech.edu (5.x/SMI-SVR4) id AA12834; Tue, 7 Nov 1995 13:43:28 -0500 Resent-Date: Tue, 7 Nov 1995 19:43:26 +0100 (MET) Old-Return-Path: From: Zoltan Hidvegi Message-Id: <199511071843.TAA17729@bolyai.cs.elte.hu> Subject: Re: Minor problem with gcc and zsh-beta11 on DEC alpha To: holt@klab.caltech.edu Date: Tue, 7 Nov 1995 19:43:26 +0100 (MET) Cc: zsh-workers@math.gatech.edu (zsh-workers) In-Reply-To: <199511071826.KAA07893@monet.klab.caltech.edu> from "Gary Holt" at Nov 7, 95 10:26:05 am X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-Id: <"g9M4T2.0.P83.FZwdm"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/552 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Gary Holt wrote: > When I try to compile zsh with gcc (the default from the configure command), I > get the following error: > > gcc -c -I.. -I. -I. -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes -fwritable-strings -O2 zle_tricky.c > zle_tricky.c: In function `maketildelist': > zle_tricky.c:1637: incompatible type for argument 3 of `yp_all' The prototype for yp_all is broken in the system header file. This should be mentioned in the MACHINES of in the BUGS file I think. Bye, Zoltan