Closed andreypopp closed 5 years ago
It's macOS of course!
The F_OK, ... is resolved by
// needed only for F_OK, R_OK, W_OK, X_OK
#ifndef _WIN32
#include <unistd.h>
#endif
in helpers.h
Thanks @andreypopp , I'll make that change. I haven't set up the macOS build properly yet. I'm surprised it worked at all, in fact :p So, I can't immediately promise that it will work, and will remain working during near-term development, but we should have a proper setup at some point.
Fixed in the attached commit. The build succeeds in Travis on macOS, but luv is currently failing its own tests in Travis on both macOS and Linux, so working that out next.
All now looks good on macOS.
Hi! I'm looking into luv and it fails building for me:
Looking at
helpers.c
issue it seems likeUV_OCE_INIT
isn't applied to a static variable while the docs here state: