Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Compile errors on AIX 5.2
- X-seq: zsh-workers 23572
- From: Daniel Qarras <dqarras@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Compile errors on AIX 5.2
- Date: Tue, 19 Jun 2007 11:19:10 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=yrNqxY3aDvTzHWF52E4NDOValP1UKoWcwhJO1HB4WGuxSiYObvOa0n2QFnCTXcSklcNXggUW4bpUp+B5BQSxn7tftNgHVMqRP6oAHeeFfDKTXqVVjrwFdkQxS25DFjQWtIKGEL9MOkj1U2Q0em6c16LaZLLuWl9tLLB/nxNGMiA=;
- In-reply-to: <20070619191025.0ee07c06@xxxxxxxxxxxxxx>
- 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
> >
> > 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
Thanks for you prompt reply, it worked! Next stop is below :)
gcc -c -I. -DHAVE_CONFIG_H -DMODULE -Wall -Wmissing-prototypes -O2 -o
modentry..o modentry.c
modentry.c:12: error: conflicting types for 'modentry'
modentry.c:7: error: previous declaration of 'modentry' was here
modentry.c:12: error: conflicting types for 'modentry'
modentry.c:7: error: previous declaration of 'modentry' was here
gmake[2]: *** [modentry..o] Error 1
Cheers!
____________________________________________________________________________________Ready for the edge of your seat?
Check out tonight's top picks on Yahoo! TV.
http://tv.yahoo.com/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author