From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20257 invoked from network); 9 Jan 1997 12:51:26 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 9 Jan 1997 12:51:26 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id HAA17830; Thu, 9 Jan 1997 07:57:50 -0500 (EST) Resent-Date: Thu, 9 Jan 1997 07:57:50 -0500 (EST) From: Zefram Message-Id: <5431.199701091257@stone.dcs.warwick.ac.uk> Subject: Re: Compile Error on DigitalUNIX To: khd@www.aeg-atlas.de (Karl-Heinz Dewenter) Date: Thu, 9 Jan 1997 12:57:43 +0000 (GMT) Cc: zsh-workers@math.gatech.edu In-Reply-To: <32D4CDEC.2781@aeg-atlas.de> from "Karl-Heinz Dewenter" at Jan 9, 97 11:52:28 am X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]8702.70 X-US-Congress: Moronic fuckers Content-Type: text Resent-Message-ID: <"4HLbb3.0.XM4.DjEro"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2757 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Karl-Heinz Dewenter wrote: >I get >> zle_tricky.c: In function `maketildelist': >> zle_tricky.c:1553: warning: assignment from incompatible pointer type >> zle_tricky.c:1555: incompatible type for argument 3 of `yp_all' >> *** Exit 1 >when compiling zsh on AlphaWorkstation with DigitalUNIX 3.2G. This is mentioned in the Etc/MACHINES file. It is the header declaring yp_all() that is wrong, not zsh. -zefram