Hi Ilya,

On Mon, Jun 03, 2019 at 01:57:48PM +0500, ???? ??????? wrote:
> Hello, Gil Bahat!
> 
> can you help with troubleshooting?
> 
> I created some basic cygwin CI:
> 
> https://github.com/chipitsine/haproxy/blob/master/.travis.yml#L25-L30
> 
> it fails with
> 
> src/ev_poll.c:16:10: fatal error: poll.h: No such file or directory
>  #include <poll.h>
>           ^~~~~~~~
> compilation terminated.
> make: *** [Makefile:830: src/ev_poll.o] Error 1
> 
> (full log: https://travis-ci.com/chipitsine/haproxy/builds/114061737 )
> 
> do you know which package does "poll.h" belongs to ?

Interesting, maybe poll() should be disabled on cygwin and we'd only
keep select ? (just build with "USE_POLL=" for this).

Willy

Reply via email to