Replies: 3 comments
|
Yeah, Winit currently dynamically links X11, would be solved by #3198 but that's stalled a bit. Maybe consider only using Wayland? |
0 replies
|
I prefer (and use) wayland on my computers, but I need to test it against some machines that do run x11 (I will try to move them to wayland, but doesn't depend only on me). Is there something I can do to help? I still quite new to rust, but maybe with some direction I can be useful in any way. |
0 replies
|
The issue is not dynamic linking per se, but |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm trying to build a static linked version of a prototype, but when trying to run I'm getting the following error:
I am using alpine to create the static linked version of the program, and have all needed dependencies installed on my machine (native builds works with no issue).
I saw that one dependency on Cargo.lock is x11-dl, maybe it's why I'm having an issue (musl, also saw this issue and musl builds should work, right?)? This is the command I'm using to build the application:
Any suggestion, or direction? Many thanks!
All reactions