-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error on macOS #31
Comments
Got exactly the same build error. Is anyone looking into such issues actually? |
I'm sorry I don't have time to look into it right now. I no longer even own a macbook and running OSX inside a virtual machine has proven problematic. |
diff --git a/uv.cmake b/uv.cmake
index d186a07..c638aeb 100644
--- a/uv.cmake
+++ b/uv.cmake
@@ -121,6 +121,7 @@ else()
${LIBUVDIR}/src/unix/timer.c
${LIBUVDIR}/src/unix/tty.c
${LIBUVDIR}/src/unix/udp.c
+ ${LIBUVDIR}/src/unix/pthread-barrier.c
)
endif() |
FWIW, if we upgrade to latest libuv, this dependency goes away. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed your instructions to build and got the following:
Am I missing something?
Thanks!
The text was updated successfully, but these errors were encountered: