From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20049 invoked from network); 9 Jan 1997 10:52:40 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 9 Jan 1997 10:52:40 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id FAA16308; Thu, 9 Jan 1997 05:58:27 -0500 (EST) Resent-Date: Thu, 9 Jan 1997 05:58:27 -0500 (EST) Sender: khd@aeg-atlas.de Message-Id: <32D4CDEC.2781@aeg-atlas.de> Date: Thu, 09 Jan 1997 11:52:28 +0100 From: Karl-Heinz Dewenter Organization: AEG Atlas X-Mailer: Mozilla 3.0Gold (X11; I; OSF1 V3.2 alpha) Mime-Version: 1.0 To: zsh-workers-ml Subject: Compile Error on DigitalUNIX Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Resent-Message-ID: <"PS3c_.0.l-3.JzCro"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2756 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi, excuse me, I'm new on this list and the error is quite old: 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. The problem is quite easy to patch, perhaps anyone can patch the original soure. In zle_tricky.c I replaced the line yp_all(domain, PASSWD_MAP, &cb); by the following construct: #ifdef __osf__ yp_all(domain, PASSWD_MAP, cb); #else yp_all(domain, PASSWD_MAP, &cb); #endif ! zsh works on these systems very well. I like it! -- Karl-Heinz Dewenter AEG Atlas Schutz- und Leittechnik, Bremen, Germany --- please answer to ---