Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 4.2.0-pre-1 on HP-UX 11.11



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 <pws@xxxxxxx>                  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
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author