From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3794 invoked from network); 2 Aug 1999 05:58:18 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Aug 1999 05:58:18 -0000 Received: (qmail 9030 invoked by alias); 2 Aug 1999 05:58:05 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7334 Received: (qmail 9023 invoked from network); 2 Aug 1999 05:58:04 -0000 Date: Sun, 1 Aug 1999 22:57:46 -0700 From: Irving_Wolfe@happy-man.com To: Timothy J Luoma Cc: zsh-workers@sunsite.auc.dk, i-a-o@happy-man.com Subject: Re: Couldn't Build 3.1.6 on Nextstep 3.3 m68k System Message-ID: <19990801225746.H13052@Happy-Man.com> Reply-To: Irving_Wolfe@happy-man.com References: <199908020451.AAA12976@ocalhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199908020451.AAA12976@ocalhost>; from Timothy J Luoma on Mon, Aug 02, 1999 at 12:51:25AM -0400 I tried -posix as suggested and got: cc -c -I. -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes -O2 -posix -o init.o init.c system.h:74: warning: could not use precompiled header '/NextDeveloper/Headers/bsd/libc.p', because: system.h:74: warning: #ifdef '_POSIX_SOURCE' not defined when precompiled, but now defined: system.h:74: warning: on the command line In file included from /NextDeveloper/Headers/bsd/libc.h:16, from system.h:74, from zsh.mdh:6, from init.c:30: /NextDeveloper/Headers/bsd/sys/types.h:136: warning: useless keyword or type name in empty declaration /NextDeveloper/Headers/bsd/sys/types.h:137: warning: useless keyword or type name in empty declaration In file included from /NextDeveloper/Headers/bsd/sys/param.h:103, from /NextDeveloper/Headers/bsd/libc.h:21, from system.h:74, from zsh.mdh:6, from init.c:30: /NextDeveloper/Headers/bsd/sys/signal.h:239: warning: useless keyword or type name in empty declaration init.c: In function `init_io': init.c:393: too many arguments to function `getpgrp' init.c:394: too many arguments to function `getpgrp' init.c:397: too many arguments to function `getpgrp' init.c:401: too many arguments to function `getpgrp' *** Exit 1 Stop. On Mon, Aug 02, 1999 at 12:51:25AM -0400, Timothy J Luoma wrote: > Replying to message of Sun, 1 Aug 1999 21:45:23 -0700 (PDT) > from Irving Wolfe > regarding ``Couldn't Build 3.1.6 on Nextstep 3.3 m68k System'' > > > The make ended thus: > > > > Updated `zshpaths.h'. > > Creating `zshxmods.h'. > > cc -c -I. -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes -O2 -o > > init.o init.c init.c: In function `init_io': > > init.c:360: too few arguments to function `fcntl' > > init.c:364: too few arguments to function `fcntl' > > *** Exit 1 > > Stop. > > I __think__ you can solve this by adding the -posix glad to CC Regards, - Irving