You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation under MacOS fails due to a missing condition:
$ make
glibtool --quiet --mode=compile --tag=CC cc -Wall -Iinclude -Isrc -std=c99 -I/opt/local/include -DHAVE_UNIBILIUM -I/opt/local/include -o src/evloop-default.lo -c src/evloop-default.c
src/evloop-default.c:126:14: error: no member named 'signums'in'EventLoopData'
if(evdata->signums)
~~~~~~ ^
src/evloop-default.c:127:18: error: no member named 'signums'in'EventLoopData'
free(evdata->signums);~~~~~~ ^
2 errors generated.
Can you please patch to HAVE_PPOLL condition into the code?
Compilation under MacOS fails due to a missing condition:
Can you please patch to
HAVE_PPOLL
condition into the code?The text was updated successfully, but these errors were encountered: