From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7207 invoked from network); 19 Jun 2007 18:02:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 19 Jun 2007 18:02:07 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 65080 invoked from network); 19 Jun 2007 18:02:00 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Jun 2007 18:02:00 -0000 Received: (qmail 10329 invoked by alias); 19 Jun 2007 18:01:53 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23570 Received: (qmail 10260 invoked from network); 19 Jun 2007 18:01:51 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 19 Jun 2007 18:01:51 -0000 Received: (qmail 63448 invoked from network); 19 Jun 2007 18:01:51 -0000 Received: from web36806.mail.mud.yahoo.com (209.191.85.57) by a.mx.sunsite.dk with SMTP; 19 Jun 2007 18:01:46 -0000 Received: (qmail 56205 invoked by uid 60001); 19 Jun 2007 18:01:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=TXT9OdtqMPfb3tkt6Uw4Pil/tgY7qk3D8e6YXfy+tQMc6LvRMvU/awfGW/FOlFcf1M3crQElIcOgZ6me7dNX47b5lG4vrTzQ5Bq1+//pADngp81LJYDqHXnkKwNoj45XVmUW5vsyEEklMKiAS9pmV7sKYL314KzPMPhUbd9fIi8= ; Message-ID: <20070619180144.56203.qmail@web36806.mail.mud.yahoo.com> X-YMail-OSG: 4OQ5hPsVM1nnAiXUdRpST3e2vRE8D_v6asCYwBXNJEI7X2m2SIGxNqOf3kLRV8f2UV.0QWk4ohQHBayl9r5xg9TX8GPZbKqM7OxJqwUf1rq4iiDBsmjq4wtBDgnT7Q-- Received: from [88.114.230.68] by web36806.mail.mud.yahoo.com via HTTP; Tue, 19 Jun 2007 11:01:44 PDT Date: Tue, 19 Jun 2007 11:01:44 -0700 (PDT) From: Daniel Qarras Subject: Compile errors on AIX 5.2 To: zsh-workers@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi! I got a temporary access to an AIX 5.2 system and of course I tried to compile latest zsh from CVS. configure passed ok but during compilation I get this error: gcc -c -I. -DHAVE_CONFIG_H -Wall -Wmissing-prototypes -O2 -o module.o module.cmodule.c: In function `dyn_setup_module': module.c:1344: error: too many arguments to function module.c: In function `dyn_features_module': module.c:1351: error: too many arguments to function module.c: In function `dyn_enables_module': module.c:1358: error: too many arguments to function module.c: In function `dyn_boot_module': module.c:1365: error: too many arguments to function module.c: In function `dyn_cleanup_module': module.c:1372: error: too many arguments to function module.c: In function `dyn_finish_module': module.c:1379: error: too many arguments to function gmake[2]: *** [module.o] Error 1 gmake[2]: Leaving directory `/home/csc/myllynen/zsh-ibmsc/Src' gmake[1]: *** [modobjs] Error 2 gmake[1]: Leaving directory `/home/csc/myllynen/zsh-ibmsc/Src' gmake: *** [all] Error 1 zsh: exit 2 gmake There seems to be some AIX specific code, fix would be probably rather easy but as I do not understand the code I'm reporting in hope if someone could provide a hint how to fix the code in question? Thanks. ____________________________________________________________________________________ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC