-
Notifications
You must be signed in to change notification settings - Fork 66
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
Issue on Debian 7 (wheezy). #81
Comments
Something similar to this has occurred before. The solution we used was to provide an alternate struct that only included symbols available in an older version. If I ever get around to getting the In the meantime, can you post the output you get from running:
I'll add a struct, probably called |
Thanks a lot! Here you go:
|
I wondered what the difference was between |
|
Scratch that. My memory failed me. I was thinking that the last time we added a compatibility struct, it was for |
Is there a reason you're not having functions available only in newer versions be an Option? You could even assign them only if the server returns the appropriate protocol version. |
When I first wrote TLDR: That's a great idea that hadn't occurred to me, but I won't be able to implement it myself in the near future. |
I ran into this when trying to run my own build of
alacritty
. I verified that my/usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
does not exportXRRChangeProviderProperty
.Can this symbol being missing be marked as non-fatal somehow?
The text was updated successfully, but these errors were encountered: