From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4415 invoked from network); 2 Mar 2004 11:15:22 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 2 Mar 2004 11:15:22 -0000 Received: (qmail 10315 invoked by alias); 2 Mar 2004 11:15:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19521 Received: (qmail 10248 invoked from network); 2 Mar 2004 11:15:17 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 2 Mar 2004 11:15:17 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [62.189.58.19] by sunsite.dk (MessageWall 1.0.8) with SMTP; 2 Mar 2004 11:15:17 -0000 Received: from MAILSWEEPER01.csr.com (mailhost1.csr.com [62.189.183.235]) by lhuumrelay3.lnd.ops.eu.uu.net (8.11.0/8.11.0) with ESMTP id i22BFGv26821 for ; Tue, 2 Mar 2004 11:15:16 GMT Received: from EXCHANGE02.csr.com (unverified [192.168.137.45]) by MAILSWEEPER01.csr.com (Content Technologies SMTPRS 4.3.12) with ESMTP id ; Tue, 2 Mar 2004 11:14:57 +0000 Received: from csr.com ([192.168.144.127]) by EXCHANGE02.csr.com with Microsoft SMTPSVC(5.0.2195.5329); Tue, 2 Mar 2004 11:16:51 +0000 To: Ibraheem Umaru-Mohammed , zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: 4.2.0-pre-1 In-reply-to: "Ibraheem Umaru-Mohammed"'s message of "Tue, 02 Mar 2004 10:37:57 GMT." <20040302103757.GA2667@rabox> Date: Tue, 02 Mar 2004 11:15:15 +0000 Message-ID: <18780.1078226115@csr.com> From: Peter Stephenson X-OriginalArrivalTime: 02 Mar 2004 11:16:51.0450 (UTC) FILETIME=[DC743DA0:01C40047] Ibraheem Umaru-Mohammed wrote: > "sigcount.h", line 2.74: 1506-186 (W) String literal must be ended before the > end of line. > "signames.epro", line 5.74: 1506-186 (W) String literal must be ended before > the end of line. > /usr/vac/bin/cc -qlanglvl=ansi -c -I. -DHAVE_CONFIG_H -O -o jobs.o > jobs.c > "sigcount.h", line 2.74: 1506-186 (W) String literal must be ended before the > end of line. > "signames.epro", line 5.74: 1506-186 (W) String literal must be ended before > the end of line. > "jobs.c", line 686.43: 1506-276 (S) Syntax error: possible missing ')'? > "jobs.c", line 697.46: 1506-068 (S) Operation between types "char*" and "int" > is not allowed. > "jobs.c", line 698.21: 1506-277 (S) Syntax error: possible missing ')' or ',' > ? > "jobs.c", line 698.27: 1506-275 (S) Unexpected text ')' encountered. > "jobs.c", line 769.77: 1506-276 (S) Syntax error: possible missing ')'? > "jobs.c", line 773.88: 1506-277 (S) Syntax error: possible missing ')' or ',' > ? > "jobs.c", line 775.77: 1506-277 (S) Syntax error: possible missing ')' or ',' > ? It seems to be falling over on the sigmsg(...) macros. You should have a file in the Src directory where you are building called sigcount.h containing something like #define SIGCOUNT 45 #define sigmsg(sig) ((sig) <= SIGCOUNT ? sig_msg[sig] : "unknown signal") Is your version similar? If so, is there something weird in the file signames.c in the same directory (feel free to send to the file)? Thanks for the info. -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com **********************************************************************