Skip to content
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

cant Build with cargo #62

Closed
DAOCUONG opened this issue Jul 25, 2019 · 5 comments
Closed

cant Build with cargo #62

DAOCUONG opened this issue Jul 25, 2019 · 5 comments

Comments

@DAOCUONG
Copy link

error: aborting due to 6 previous errors

For more information about this error, try rustc --explain E0554.
error: Could not compile runtime-fmt.

@davidkayce
Copy link

image

Similar issue I am having while trying to build, please anyone know what to do with this?

@leenozara
Copy link
Contributor

We're tracking this issue with the runtime-fmt crate. The developer hasn't updated the code for two years, but they are active on github. Will keep everyone update as we try to see the best way to get this resolved, either through getting this crate fixed or using an alternative.

@riemass
Copy link
Contributor

riemass commented Jul 26, 2019

Correct me if I'm wrong, but I managed to compile runtime-fmt and riker with the nightly compiler.
Riker itself supports only nightly for now (tracked here #59). This crate would be troublesome when we try supporting stable. For now I would suggest building with nightly:

cargo +nightly build

@leenozara
Copy link
Contributor

Using Rust 1.3.8 it fails. I've pushed a PR to the maintainer and hope they can publish an update. SpaceManiac/runtime-fmt#8

@leenozara
Copy link
Contributor

This has been fixed in 0.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants