-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
Can not compile an application on 0.3.5 #242
Comments
Maybe it is |
And there may be something in the error, could you post the whole error message? |
libasound2-dev is installed cargo run error: aborting due to previous error error: could not compile To learn more, run the command again with --verbose. |
The only similar error I found: rust-lang/cargo#8838 I would recommend |
Now it works, Thank you for your quick help! |
Awesome, glad it works! :) |
On my Debian 10.9 Buster stable system a macroquad 0.3.5 application does not compile using cargo run.
I tried macroquad 0.3.4 a few weeks ago and it worked. However, it doesn't work right now.
error: aborting due to previous error
error: could not compile
alsa-sys
Caused by:
process didn't exit successfully:
rustc --crate-name build_script_build --edition=2018 /home/USERNAME/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/alsa-sys-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e1335c9e0c6339bb -C extra-filename=-e1335c9e0c6339bb --out-dir /home/USERNAME/Programming/Rust/four_in_a_row/target/debug/build/alsa-sys-e1335c9e0c6339bb -L dependency=/home/USERNAME/Programming/Rust/four_in_a_row/target/debug/deps --extern pkg_config=/home/USERNAME/Programming/Rust/four_in_a_row/target/debug/deps/libpkg_config-3bc53792fa76c0c5.rlib --cap-lints allow
(exit code: 1)warning: build failed, waiting for other jobs to finish...
error: build failed
The text was updated successfully, but these errors were encountered: