-
Notifications
You must be signed in to change notification settings - Fork 707
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 while loading shared libraries #1248
Comments
I'm having similare problems on Mac OS:
|
|
I'm not sure what you're suggesting @emilio as bindgen was installed and ran using |
I suppose the right command would be |
Ah, that is unexpected |
|
This isn't described at all in the documentation. It should be updated with what @retep998 and @Dushistov said. |
Bisected to
I think we should revert this commit. |
@alexcrichton confirmed that |
This reverts commit 6899c27. Fixes rust-lang#1248
We had a similar problem with |
I guess this topic can be revisited, now that |
Yep, but this is the same as for cssparser, we need to try and coordinate everything. |
With bindgen installed via
cargo install bindgen
and rustup installed via the standard curl | bash method:It seems like the .so is in a standard location, so I think it's incorrect that I have to manually specify it?
The text was updated successfully, but these errors were encountered: