From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14995 invoked from network); 3 Mar 2004 15:32:06 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 3 Mar 2004 15:32:06 -0000 Received: (qmail 21208 invoked by alias); 3 Mar 2004 15:31:54 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19528 Received: (qmail 21108 invoked from network); 3 Mar 2004 15:31:53 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 3 Mar 2004 15:31:53 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [62.189.58.19] by sunsite.dk (MessageWall 1.0.8) with SMTP; 3 Mar 2004 15:31:53 -0000 Received: from MAILSWEEPER01.csr.com (mailhost1.csr.com [62.189.183.235]) by lhuumrelay3.lnd.ops.eu.uu.net (8.11.0/8.11.0) with ESMTP id i23FVov16616 for ; Wed, 3 Mar 2004 15:31:51 GMT Received: from EXCHANGE02.csr.com (unverified [192.168.137.45]) by MAILSWEEPER01.csr.com (Content Technologies SMTPRS 4.3.12) with ESMTP id ; Wed, 3 Mar 2004 15:31:29 +0000 Received: from csr.com ([192.168.144.127]) by EXCHANGE02.csr.com with Microsoft SMTPSVC(5.0.2195.5329); Wed, 3 Mar 2004 15:33:27 +0000 To: Paul Ackersviller cc: Zsh hackers list Subject: Re: 4.2.0-pre-1 on HP-UX 11.11 In-reply-to: "Paul Ackersviller"'s message of "Wed, 03 Mar 2004 15:12:29 GMT." <20040303151229.GA21054@sdf> Date: Wed, 03 Mar 2004 15:31:48 +0000 Message-ID: <10839.1078327908@csr.com> From: Peter Stephenson X-OriginalArrivalTime: 03 Mar 2004 15:33:27.0175 (UTC) FILETIME=[DF6F3170:01C40134] Paul Ackersviller wrote: > 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. Does config.log explain why gettimeofday() and select() weren't found? (The manual pages might give some useful info, too.) Autoconf 2.5x may be stricter. This really needs fixing. > Second one: > cc: "zselect.c", line 267: error 1634: Missing arguments only allowed on intr > insic calls. I can at least fix that, but as you say it's just a symptom. Index: Src/Modules/zselect.c =================================================================== RCS file: /cvsroot/zsh/zsh/Src/Modules/zselect.c,v retrieving revision 1.4 diff -u -r1.4 zselect.c --- Src/Modules/zselect.c 25 Apr 2003 11:19:10 -0000 1.4 +++ Src/Modules/zselect.c 3 Mar 2004 15:16:43 -0000 @@ -265,7 +265,7 @@ #else /* TODO: use poll */ zerrnam(nam, "your system does not implement the select system call.", - NULL, ); + NULL, 0); return 2; #endif } -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com **********************************************************************