-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 where there shouldnt be #12935
Comments
I downloaded the zip file and it wouldn't build because the build.rs needed |
I originally got this reported at slint-ui/slint#3877 Perhaps something to do with the NixOS environment which can be sometimes a bit special? |
I use Nix as a package manager on AWS Amazon Linux 2 and built your project flawlessly. Not sure if it is relevant, but how did you install Rust on NixOS? Is it possible to share related nix env or settings? |
|
This issue might be relevant: rust-lang/rust#115073
|
With I am going to close this, as it is more like a NixOS specific behavior that might not be fixable on Cargo side. If possible, I would recommend installing it from |
Ran into a similar issue recently. My specific circumstances was I was using a
would not have worked as this was for building my own crates and the proc-macro in question was just a dependency. Hope this helps someone! It was very strange and I'm not saying my issue is definitive by any means. |
Problem
I'll try to make a small project with slint but it errors out with message:
even though it is defined in cargo.toml
Steps
Possible Solution(s)
No response
Notes
slint-ui/slint#3877
Version
The text was updated successfully, but these errors were encountered: