Skip to content

FreeBSD compiling error #330

@yaazkal

Description

@yaazkal

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`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions