synaTudor icon indicating copy to clipboard operation
synaTudor copied to clipboard

Fails to compile on Fedora 41

Open schmensch opened this issue 11 months ago • 1 comments

I'm trying to build this for Fedora 41, and I have all dependencies installed for meson build to work, however during sudo ninja install ld fails to find a compatible lusb library.

Here's the output from sudo ninja install: https://pastebin.com/UmXtJDUR

I have libusb1-devel installed from the fedora repositories, however it doesn't link against it.

schmensch avatar Jan 23 '25 16:01 schmensch

Meson uses pkg-config under the hood to locate dependencies / setup the link path. It not picking up libusb might be an indication an issue with your system's install of pkg-config, so you might want to try reinstalling it + libusb[-1-devel].

Popax21 avatar Feb 02 '25 21:02 Popax21