From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12103 invoked from network); 3 Mar 2004 15:12:43 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 3 Mar 2004 15:12:43 -0000 Received: (qmail 21491 invoked by alias); 3 Mar 2004 15:12:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19527 Received: (qmail 21470 invoked from network); 3 Mar 2004 15:12:34 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 3 Mar 2004 15:12:34 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [192.94.73.20] by sunsite.dk (MessageWall 1.0.8) with SMTP; 3 Mar 2004 15:12:33 -0000 Received: from sdf.lonestar.org (IDENT:pda@sdf.lonestar.org [192.94.73.1]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id i23FCTbW017321 for ; Wed, 3 Mar 2004 15:12:29 GMT Received: (from pda@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id i23FCTFx013116 for zsh-workers@sunsite.dk; Wed, 3 Mar 2004 15:12:29 GMT Date: Wed, 3 Mar 2004 15:12:29 +0000 From: Paul Ackersviller To: Zsh hackers list Subject: 4.2.0-pre-1 on HP-UX 11.11 Message-ID: <20040303151229.GA21054@sdf> Mail-Followup-To: Zsh hackers list References: <20040227165910.GD31494@rabox> <18505.1078138363@csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18505.1078138363@csr.com> User-Agent: Mutt/1.4.2.1i On HP-UX 11.11 I'm getting a couple of configuration problems, it doesn't sound like these would've gone away on 4.2.0-pre-2. First one: cc -c -I. -DHAVE_CONFIG_H -O -o builtin.o builtin.c cc: "prototypes.h", line 106: error 1711: Inconsistent parameter list declaration for "gettimeofday". I noticed zsh-4.0.8 has config.h:473:/* Define if you have the gettimeofday function. */ config.h:474:#define HAVE_GETTIMEOFDAY 1 whereas zsh-4.2.0-pre-1 shows intead config.h:229:/* Define to 1 if you have the `gettimeofday' function. */ config.h:230:/* #undef HAVE_GETTIMEOFDAY */ and got rid of the problem by defining HAVE_GETTIMEOFDAY. Second one: cc: "zselect.c", line 267: error 1634: Missing arguments only allowed on intrinsic calls. This line is a zerrnam() call, but given that the OS has a select system call it looks like configure should set me up to compile the code inside HAVE_SELECT instead. I haven't been running this version much yet, but I'll let you know how it goes.