Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

compile error on arch linux #297

Closed
soloturn opened this issue Jun 9, 2023 · 0 comments
Closed

compile error on arch linux #297

soloturn opened this issue Jun 9, 2023 · 0 comments

Comments

@soloturn
Copy link

soloturn commented Jun 9, 2023

am trying to build plato, branch master, on arch linux and get:

❯ CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse cargo build --release
   Compiling plato-core v0.9.36 (/run/media/rt/4tb-home/1tb-no-space/src/plato/crates/core)
error[E0425]: cannot find value `_binary_resources_fonts_noto_NotoNaskhArabic_Regular_ttf_start` in this scope
   --> crates/core/src/font/mod.rs:767:30
    |
261 |     pub static _binary_resources_fonts_noto_NotoNaskhArabic_Regular_otf_start: [libc::c_uchar; 119664];
    |     --------------------------------------------------------------------------------------------------- similarly named static `_binary_resources_fonts_noto_NotoNaskhArabic_Regular_otf_start` defined here
...
767 |         HB_SCRIPT_ARABIC => &_binary_resources_fonts_noto_NotoNaskhArabic_Regular_ttf_start,
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a static with a similar name exists: `_binary_resources_fonts_noto_NotoNaskhArabic_Regular_otf_start`

For more information about this error, try `rustc --explain E0425`.
error: could not compile `plato-core` (lib) due to previous error

what can i do to debug further what this is?

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

No branches or pull requests

1 participant