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) with ESMTP id GAA16776 for ; Thu, 25 Apr 1996 06:40:25 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA09330; Wed, 24 Apr 1996 16:33:39 -0400 (EDT) Resent-Date: Wed, 24 Apr 1996 16:33:39 -0400 (EDT) Date: Wed, 24 Apr 1996 21:55:14 +0200 Message-Id: <199604241955.VAA09580@anna.in-berlin.de> From: Andreas Koenig To: zsh-workers@math.gatech.edu In-reply-to: <199604241338.PAA20553@st1-jos.oce.nl> (message from Jos Backus on Wed, 24 Apr 1996 15:38:26 +0200) Subject: zsh-2.6-beta14 on IRIX fails to compile Reply-to: andreas.koenig@mind.de Resent-Message-ID: <"VWkNm3.0.iH2.Z0fVn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/950 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I'm only resubscribed to the list (workers) for 3 days, so I have to apologize if I repeat known stuff. zle_tricky.c fails to compile with either gcc or cc: gcc --- 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:1684: too few arguments to function cc -- cfe: Error: zle_tricky.c, line 1684: The number of arguments doesn't agree with the number in the declaration. nameddirtab->filltable(); --------------------------^ I compiled beta 13 with gcc without problems. any hints before I start to dig into it? (This is from an irix 5.3) Thanks, andreas