From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20437 invoked from network); 4 Mar 2004 03:19:25 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 4 Mar 2004 03:19:25 -0000 Received: (qmail 7829 invoked by alias); 4 Mar 2004 03:19:14 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19532 Received: (qmail 7782 invoked from network); 4 Mar 2004 03:19:14 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 4 Mar 2004 03:19:14 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [192.94.73.20] by sunsite.dk (MessageWall 1.0.8) with SMTP; 4 Mar 2004 3:19:13 -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 i243J7Jj007789 for ; Thu, 4 Mar 2004 03:19:07 GMT Received: (from pda@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id i243J7pu011817 for zsh-workers@sunsite.dk; Thu, 4 Mar 2004 03:19:07 GMT Date: Thu, 4 Mar 2004 03:19:07 +0000 From: Paul Ackersviller To: zsh-workers@sunsite.dk Subject: Re: 4.2.0-pre-1 on HP-UX 11.11 Message-ID: <20040304031907.GC18901@sdf> Mail-Followup-To: zsh-workers@sunsite.dk References: <20040303151229.GA21054@sdf> <10839.1078327908@csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10839.1078327908@csr.com> User-Agent: Mutt/1.4.2.1i On Wed, Mar 03, 2004 at 03:31:48PM +0000, Peter Stephenson wrote: > Does config.log explain why gettimeofday() and select() weren't found? It does say the following. Are there any flags that would get configure to tell me more? cc: "configure", line 9234: error 1584: Inconsistent type declaration: "gettimeofday". cc: "configure", line 9234: error 1584: Inconsistent type declaration: "select". > (The manual pages might give some useful info, too.) Autoconf > 2.5x may be stricter. This really needs fixing. I didn't see anything enlightening regarding gettimeofday, but there is some weirdness with select where a subtly different prototype is used in HP-UX extended via mode in place of . > > 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. Yes, this compiles and also links with the system curses. However, I notice linking against ncurses still fails without the HAVE_SELECT. Let me know if you'd like any more details on that.