Trying to compile/install openfang in FreeBSD, somehow that project uses muda as a dependency. I'm trying to do it in a Rockchip arm processsor (device is nanopi R4S). Not sure if this is caused because the operating system (I'm aware is not supported but a PR is on the way: #324 ). Or not sure if maybe this is because the archictecture of the processor.
Unfortunately I don't know how to code on rust, so asking for help.
Let me know if I can provide more information in order to be more helpful.
error[E0432]: unresolved import `self::platform`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/muda-0.17.1/src/platform_impl/mod.rs:22:22
|
22 | pub(crate) use self::platform::*;
| ^^^^^^^^ could not find `platform` in `self`
error[E0432]: unresolved import `crate::platform_impl::PlatformIcon`
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/muda-0.17.1/src/icon.rs:7:5
|
7 | use crate::platform_impl::PlatformIcon;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PlatformIcon` in `platform_impl`
Trying to compile/install openfang in FreeBSD, somehow that project uses muda as a dependency. I'm trying to do it in a Rockchip arm processsor (device is nanopi R4S). Not sure if this is caused because the operating system (I'm aware is not supported but a PR is on the way: #324 ). Or not sure if maybe this is because the archictecture of the processor.
Unfortunately I don't know how to code on rust, so asking for help.
Let me know if I can provide more information in order to be more helpful.