-
Notifications
You must be signed in to change notification settings - Fork 576
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
Errors in linux build #270
Comments
Dp you use static builds? |
yes @githubuser0xFFFF. I was able to fix it adding the if(UNIX AND NOT APPLE)
target_link_libraries("${MODULE}" xcb)
endif() |
When I enabled a static build on ads and got errors about xcb I ended up here. Adding xcb to the target link libraries fixed it (and probably installing the dev packages through apt, which I did before it). @rolivav I'm trying to make sense out of issue #350. @githubuser0xFFFF can't reproduce the problem. But since your system seems to differ from his, perhaps yours is like mine and you also get the bug. Could you try and see if you can reproduce it? |
funny thing @delins ! this was just reported by a user. I will try to reproduce it. |
Getting these new errors in the linux build
What is the lib you are linking it against to make it work? I'm not very familiar with the linux environment.
I already added the QX11Extras dependency btw.
The text was updated successfully, but these errors were encountered: