-
Notifications
You must be signed in to change notification settings - Fork 49
Fails to find libxcb on NetBSD #785
Copy link
Copy link
Closed
Description
I thought I'd try rust-windowing/winit#2614 in my NetBSD VM, and got "failed to open library 'libxcb.so.1'".
It seems this exists as /usr/libX11R7/lib/libxcb.so.2? Not sure why it's .2 rather than .1...
Would it make sense to just load it as libxcb.so, or use a different name by platform? Hopefully the bindings should all be correct since the xcb header files used on different OSes should be the same.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels