/ Zope / Apsis / Pound Mailing List / Archive / 2005 / 2005-03 / Building Pound on Interix

[ << ] [ >> ]

[ Best Performing OS for Pound? / Ken Caruso ... ] [ BT Messaging Anti-Virus Alert / ... ]

Building Pound on Interix
"Chui G. Tey" <chui.tey(at)advdata.com.au>
2005-03-03 05:25:35 [ FULL ]
I have successfully built Pound on cygwin but so far not a great 
deal of luck on Interix (Microsoft's Services for Unix). 

I can build on Interix with some tweaks:

./configure --with-ssl=<my ssl dir>

On Interix there isn't sys/poll.h only poll.h
I changed 
   #define HAVE_SYS_POLL 1
And changed the header to 
   #include <poll.h>

And also this:

   #define socklen_t int

However, the poll() doesn't seem to work.

Any help or guidance would be appreciated.

Thanks.

Chui

MailBoxer