-
-
Notifications
You must be signed in to change notification settings - Fork 79
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 script won't find libuInputPlus and libevdevPlus for linking #27
Comments
It looks like, it's trying to statically link those libraries. At least for the AUR libraries, the static library files don't exist. That explains the error I guess:
|
This should be fixed in 710e77f |
Hi, I tested it and now it builds. |
This is now broken again. I've tried to build it on openSUSE using cmake. In my case it's missing boost_program_options: The |
Hi,
please see this comment reported on the Arch Linux AUR package:
https://aur.archlinux.org/packages/ydotool-git/#comment-710452
User reports the following linking issue, which I was able to reproduce in a clean Docker container:
I believe it's an issue with the build scripts, but I couldn't find anything weird.
See the following asciinema for an example of a container build: https://asciinema.org/a/yJKDNWfhzs83xGHGMDkX0Pp2L
It's pretty much this:
The text was updated successfully, but these errors were encountered: