mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
error: unable to find library -lndk_compat #2893
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2893
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 @huaxiaos on GitHub (Aug 6, 2024).
Bug Description
I compiled librustdesk.so through ./flutter/ndk_arm64.sh. When I executed the last step, the error described in the title appeared. How can I solve it?
= note: ld: error: unable to find library -lndk_compat
clang-12: error: linker command failed with exit code 1 (use -v to see invocation)
How to Reproduce
./flutter/ndk_arm64.sh
Expected Behavior
./flutter/ndk_arm64.sh
Operating system(s) on local side and remote side
macos
RustDesk Version(s) on local side and remote side
latest
Screenshots
./flutter/ndk_arm64.sh
Additional Context
@rustdesk commented on GitHub (Aug 6, 2024):
#763