-
Notifications
You must be signed in to change notification settings - Fork 73
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
error: failed to run custom build command for ui-sys v0.1.3
#38
Comments
@hajsf as a temporary workaround you could try doing the following:
Found at https://blog.driftingruby.com/updated-to-mojave/. |
CXXFLAGS+=-stdlib=libc++ cargo build The above seems to be also a working solution. |
I have the same issue. The solution with the package did not work for me as the directory does not exist on my system. This is probably because I'm still running on macOS 10.13. The other solution (libc++ as standard library in C++ flags) did work though. |
I have the same problem on macOS Mojave 10.14.2. That is a shame, I really wanted to use this library for my next projects 😞 |
i'll look into fixing this over the next few weeks, if nobody else gets around to it. |
this is an upstream issue in libui (andlabs/libui#422) caused by an even further upstream issue in CMake |
and I think I was able to fix it on our side! logic is basically just adding |
I'm trying to execute the example in the crate.io but got this error, I read #14, #249 and #282 but did not get what shall I do exactly.
I'm at Mac.
The full error is:
The text was updated successfully, but these errors were encountered: