-
-
Notifications
You must be signed in to change notification settings - Fork 715
Cannot compile latest version #344
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
Comments
During debugging I use this package: But there is no i3 support 👎 |
Yeah, I installed that too, but it is an older version too. |
Disable XRandR monitor support and it should work: $ cmake -DENABLE_XRANDR_MONITORS=0 .. |
It's works like a charm. Thanks @jaagr. |
Will you update the build script with randr disabled? |
@alekcacko what build script? |
Your build.sh? |
cmake should disable it if the xrandr version is too old.. what does this command print? $ pkg-config xrandr ">= 1.5.0" --print-provides |
On Fedora 24, had the same issue with commit
|
@IrishPrime Could you pastebin CMakeCache.txt in your build dir |
And could you also check: $ pkg-config randrproto ">= 1.5.0" --print-provides |
|
Can't see how you can get the error with |
Yeah, I just realized that. I stupidly made the paste from my most recent build (using the workaround). Here's a failing one from the latest commit. |
This is probably why: |
This is still a problem on ubuntu 16.04. I've tried all different variations of -DWITH_XRANR_MONITORS (and -DENABLE_XRANDR_MONITORS) I found floating around the different issues, but cmake still tries to build with xrandr support. |
Was this CMAKE parameter renamed? Is it now called |
Yeah it was changed 43a17c3, it's now called |
I take no responsibilty, if sth about this fix destroys anything. Trying at ur own risk: So i had the same problem. Ubuntu 17.xx, polybar, and every try to make randr.cpp was throwing the error, that (i think it was) .get_monitors or sth, is not known, and everything stopped. I tried every Tag i could find ( Because the part which should not be executed, was somehow still accepted as used code, i made it unused manually. After that make the whole thing just with Maybe it will help you as much as it did for me. |
@phiho1609 seems like that issue is related to #1437. The fix for it is already up for review, it's basically the same as your fix. |
I cannot compile the latest version and I don't know why.
Using Ubuntu 16.04
Build log: http://pastebin.com/rwRuW5R9
The text was updated successfully, but these errors were encountered: