-
Notifications
You must be signed in to change notification settings - Fork 11
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
Compile Error when cargo build #13
Comments
The build script is programmed to not pass Wno-unused-function argument on Windows, so this shouldn't happen. Though it's assumed that user uses the msvc toolchain to compile. This is assumed to be safe bet, because Nvidia support exclusively Microsoft compiler. What does |
So assertion is that with msvc as default toolchain pasta-msm build.rs script passes Formally speaking one can make a case for making the build.rs be more nuanced and handle this edge case. The problem is that I still don't understand what is the case and would need to reproduce the problem... |
Hi, I am a beginner of RUST,when I try to use
nova-scotia = "0.5.0"
andnova-snark = "0.37.0"
, I met two error.The first was:
And when I switch to
rustup default stable-x86_64-pc-windows-gnu
, this happenedCould you help me with that?
Thanks!
The text was updated successfully, but these errors were encountered: