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

[bug report] mismatching type error when compiling for freebsd #275

Open
Owl-Lord opened this issue Dec 7, 2024 · 1 comment
Open

[bug report] mismatching type error when compiling for freebsd #275

Owl-Lord opened this issue Dec 7, 2024 · 1 comment

Comments

@Owl-Lord
Copy link

Owl-Lord commented Dec 7, 2024

Cosmic-edit version:
1.0.0 pre-alpha 4

Issue/Bug description:
compile error stating that a u64 value was expected but a u32 value was provided
log.txt

Steps to reproduce:
when running on freebsd:
-git clone https://github.com/pop-os/cosmic-edit.git
-cd cosmic-edit
-cargo build

Expected behavior:
building the binary so that i could test how well it works on a freebsd system

Other notes:
i am trying to port cosmic to freebsd and wanted to try the text editor first.
i have tried tracking down the error and landed at the crate libc which provided the u32,
the developers however say that this is not a bug on their side but rather on libcosmic (rust-lang/libc#4175)

@Owl-Lord Owl-Lord changed the title (bug report) mismatching type error when compiling for freebsd [bug report] mismatching type error when compiling for freebsd Dec 7, 2024
@Owl-Lord
Copy link
Author

Owl-Lord commented Dec 7, 2024

noting that i tried to make a temporary bodge with just using the into function in libcosmic and that makes it compile and run it does run poorly and tells me that it cant find my locale but otherwise it works

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

1 participant