From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24330 invoked from network); 12 Mar 2006 00:59:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO, HTML_40_50,HTML_MESSAGE autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 12 Mar 2006 00:59:24 -0000 Received: (qmail 24785 invoked from network); 12 Mar 2006 00:59:18 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Mar 2006 00:59:17 -0000 Received: (qmail 3718 invoked by alias); 12 Mar 2006 00:59:15 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22339 Received: (qmail 2486 invoked from network); 12 Mar 2006 00:52:34 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 12 Mar 2006 00:52:34 -0000 Received: (qmail 19116 invoked from network); 12 Mar 2006 00:52:34 -0000 Received: from k063.ims-firmen.de (213.174.51.118) by a.mx.sunsite.dk with SMTP; 12 Mar 2006 00:52:32 -0000 Received: from ah.darktech.org (p54A2DC12.dip.t-dialin.net [84.162.220.18]) by k063.ims-firmen.de (Postfix) with ESMTP id 6A2C7180004 for ; Sun, 12 Mar 2006 01:52:30 +0100 (CET) Received: from [192.168.76.5] (account gf [192.168.76.5] verified) by ah.darktech.org (CommuniGate Pro SMTP 5.0.1) with ESMTPA id 1371023 for zsh-workers@sunsite.dk; Sun, 12 Mar 2006 01:52:30 +0100 Message-ID: <441370CD.5090208@ah-online.com> Date: Sun, 12 Mar 2006 01:52:29 +0100 From: "g.fischer@ah-online.com" User-Agent: Mozilla/5.0 (X11; U; IRIX64 IP27; en-US; rv:1.9a1) Gecko/R-A-C SeaMonkey/1.5a MIME-Version: 1.0 To: zsh-workers@sunsite.dk Subject: zsh 4.3.2 bug Content-Type: multipart/alternative; boundary="------------020302060806060402040902" This is a multi-part message in MIME format. --------------020302060806060402040902 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit hello, tried to build 4.3.2 on irix 6.5.29 with mipspro 7.43 but got: / gmake[2]: Entering directory `/mnt/3/temp/zsh-4.3.2/Src' c99 -c -I. -I/usr/local/include -I/usr/local2/include -I/usr/nekoware/include -I/usr/freeware/include -DHAVE_CONFIG_H -O3 -mips4 -lfastm -lm -TARG:platform=IP27:proc=r12000 -OPT:Olimit=0:roundoff=3:IEEE_arithmetic=3 -o builtin.o builtin.c cc-1020 c99: ERROR File = signals.epro, Line = 5 The identifier "SIGCOUNT" is undefined. extern mod_import_variable int sigtrapped[VSIGCOUNT]; ^ cc-1020 c99: ERROR File = builtin.c, Line = 5060 The identifier "sigs" is undefined. if (!strcmp(sigs[sig], *argv)) ^ 2 errors detected in the compilation of "builtin.c". gmake[2]: *** [builtin.o] Error 2/ maybe you have any hints. thanks in advance -- AH Computer-Systeme Goetz Fischer Senior Consultant Phone: +49(0)7225/98 98 79 Fax: +49(0)7225/28 64 eMail: g.fischer@ah-online.com http://www.ah-online.com http://www.ah-webhosting.com --------------020302060806060402040902 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
hello,

tried to build 4.3.2 on irix 6.5.29 with mipspro 7.43 but got:

gmake[2]: Entering directory `/mnt/3/temp/zsh-4.3.2/Src'
c99 -c -I. -I/usr/local/include -I/usr/local2/include -I/usr/nekoware/include -I/usr/freeware/include -DHAVE_CONFIG_H -O3 -mips4 -lfastm -lm -TARG:platform=IP27:proc=r12000 -OPT:Olimit=0:roundoff=3:IEEE_arithmetic=3  -o builtin.o builtin.c
cc-1020 c99: ERROR File = signals.epro, Line = 5
  The identifier "SIGCOUNT" is undefined.

  extern mod_import_variable int sigtrapped[VSIGCOUNT];
                                            ^

cc-1020 c99: ERROR File = builtin.c, Line = 5060
  The identifier "sigs" is undefined.

        if (!strcmp(sigs[sig], *argv))
                    ^

2 errors detected in the compilation of "builtin.c".
gmake[2]: *** [builtin.o] Error 2



maybe you have any hints.

thanks in advance

-- 
AH Computer-Systeme
Goetz Fischer
Senior Consultant
Phone: +49(0)7225/98 98 79
Fax:   +49(0)7225/28 64
eMail: g.fischer@ah-online.com
http://www.ah-online.com
http://www.ah-webhosting.com
--------------020302060806060402040902--