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 FAA16066 for ; Wed, 8 Nov 1995 05:41:20 +1100 (EST) Received: by math.gatech.edu (5.x/SMI-SVR4) id AA12600; Tue, 7 Nov 1995 13:25:24 -0500 Resent-Date: Tue, 7 Nov 1995 10:26:05 -0800 Old-Return-Path: Date: Tue, 7 Nov 1995 10:26:05 -0800 Message-Id: <199511071826.KAA07893@monet.klab.caltech.edu> From: Gary Holt To: zsh-workers@math.gatech.edu Subject: Minor problem with gcc and zsh-beta11 on DEC alpha Reply-To: holt@klab.caltech.edu Resent-Message-Id: <"9ib3V1.0.o43.JIwdm"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/551 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu 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' It compiles fine with the normal CC compiler: cc -Olimit 2000 -O2 -I. -I.. -DHAVE_CONFIG_H -c zle_tricky.c works without any errors. This was with gcc 2.7.0 for zsh-beta11, but I know the error has been in there since at least beta 8 or so, with gcc 2.6.3. This is for a DEC alpha running OSF/1 3.2 (but I had the same problem a while ago on OSF/1 3.0). Thanks for all the work with zsh--it's a great shell! -- Gary Holt (818)-395-2882 holt@klab.caltech.edu http://www.klab.caltech.edu/~holt/