Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Compile errors on AIX 5.2
- X-seq: zsh-workers 23570
- From: Daniel Qarras <dqarras@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Compile errors on AIX 5.2
- Date: Tue, 19 Jun 2007 11:01:44 -0700 (PDT)
- 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= ;
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author