mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #137] Can't Install on MacOS #56
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vodkya on GitHub (May 22, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/137
lan-mouse refuses to build on MacOS (Monterey, 12.6). Prebuilt binaries work fine, but using
cargo install lan-mousefails. This also happens when building the repository. Below is the error:Installing does not fail on Arch.
@feschber commented on GitHub (May 22, 2024):
Sounds like an issue with your rust installation. Could you try removing the
~/.cargo/registrydirectory and run the install command again?@vodkya commented on GitHub (May 25, 2024):
Unfortunately that doesn't seem to do anything. It still refuses to build with the same error.
@flashgnash commented on GitHub (Jul 16, 2024):
This appears to also be the case trying to build on windows 10 with the same error
@feschber commented on GitHub (Jul 16, 2024):
Could you run
and try this again?
@feschber commented on GitHub (Jul 16, 2024):
https://github.com/rust-lang/mdBook/issues/2318
it appears to be some issue with old versions of cargo
@flashgnash commented on GitHub (Jul 18, 2024):
Yep you're right, I'm getting a different error now but that's something unrelated
@feschber commented on GitHub (Jul 18, 2024):
Make sure to follow the guide in the readme. Particularly the part about adding the gtk directory to $PATH
@jswhisperer commented on GitHub (Aug 9, 2024):
Not sure if related but this helped me, and updating rust
brew install llvmwhich will output this... and you should do it