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

Build error on Linux due to libhandy_flutter.so #442

Closed
krille-chan opened this issue Jul 15, 2023 · 2 comments
Closed

Build error on Linux due to libhandy_flutter.so #442

krille-chan opened this issue Jul 15, 2023 · 2 comments
Labels
stale The item is going to be closed soon because of inactivity

Comments

@krille-chan
Copy link
Owner

Description

Launching lib/main.dart on Linux in debug mode...
/usr/bin/ld: warning: libhandy_flutter.so, needed by plugins/handy_window/libhandy_window_plugin.so, not found (try using -rpath or -rpath-link)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Building Linux application...                                           
Exception: Build process failed

To Reproduce

flutter run # choose Linux native (option 1)

Fix / workaround

Move the built libhandy_flutter.so one level up:
cp build/linux/x64/debug/plugins/handy_window/libhandy/libhandy_flutter.so build/linux/x64/debug/plugins/handy_window/

Additional information:

  • Device: laptop
  • OS and OS version: Debian Linux
  • Installed version of FluffyChat: github clone 2022-09-08 commit dcd009d5d0eac7b4c949b52d83b641e1d671deef
Copy link

This issue is stale because it has been open for 120 days with no activity.

@github-actions github-actions bot added the stale The item is going to be closed soon because of inactivity label Dec 26, 2023
Copy link

github-actions bot commented Jan 9, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale The item is going to be closed soon because of inactivity
Projects
None yet
Development

No branches or pull requests

1 participant