-
Notifications
You must be signed in to change notification settings - Fork 18
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
Unusable with workspaces #7
Comments
Thanks for the report! (Sorry for the delay looking into this) It looks like there's 2 issues here, right? Something with workspaces and something with building this crate itself? Is that right? If so, can you provide a way to reproduce the first? |
I'm not sure now. I built it quite long ago. When looking for solution I found this issue. I suspect that since it was fixed then, it might be fixed in the newest version. So I decided to re-install I'd try to install the newest version first, to know whether it was fixed. I just ran Regarding the workspace, I set up a simple workspace with single bin project in it. It depends on library outside the workspace. The tree looks like this:
In
When trying to build |
Is this specific to cargo-local-registry? That just looks like a standard misconfigured workspace |
Sorry for replying late, I had other things at work.
Well, compilation works fine. Which setting could cause cargo-local-registry fail but wouldn't break compilation? |
Maybe different versions of the |
I'm using macOS 10.12.
According to several issues on Github this should be fixed in newer version? Unfortunately:
I tried to invoke that command manually with added
-L ~/homebrew/Cellar/libiconv/1.15/lib/
argument. It compiled but after copying to ~.cargo/bin/cargo-local-registry this happens:Any idea how to solve this?
The text was updated successfully, but these errors were encountered: