riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.02k stars 69 forks source link

cant Build with cargo #62

Closed DAOCUONG closed 5 years ago

DAOCUONG commented 5 years ago

error: aborting due to 6 previous errors

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

davidkayce commented 5 years ago

image

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

leenozara commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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

leenozara commented 5 years ago

This has been fixed in 0.3.1