-
Notifications
You must be signed in to change notification settings - Fork 89
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
Linking error on latest rust "error: linking with cc
failed: exit code: 1"
#85
Comments
Might be related to this - investigating now. |
Only occurs when building the examples, the crate itself seems to build fine. |
Here are the error logs produced by travis. |
It seems this issue was introduced when cargo decided to remove the hash from the compiled libs, resulting in a conflict between the system libportaudio and the produced libportaudio. I've posted an issue at the Cargo repo for discussion. In the mean-time we can avoid this by either 1. renaming the crate or 2. not producing a dylib - I think we might as well wait to see the fait of the above issue as it would be nice to avoid both of these options :) |
Don't build dylib to avoid run-time linking errors in examples (shown in #85).
Really not sure why this has appeared all of a sudden, but it's appearing on both travis and my local machine.
The text was updated successfully, but these errors were encountered: