-
-
Notifications
You must be signed in to change notification settings - Fork 709
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
Possible problem with xrender #406
Comments
@jaagr I was able to pin down the issue to these CMake options: cmake -G Unix Makefiles \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_IPC_MSG=ON \
-DBUILD_TESTS=no \
-DENABLE_CCACHE=OFF \
-DENABLE_ALSA=no \
-DENABLE_CURL=no \
-DENABLE_I3=no \
-DENABLE_MPD=no \
-DENABLE_NETWORK=no \
-DENABLE_XKEYBOARD=ON \
-DWITH_XRANDR=ON \
-DWITH_XRANDR_MONITORS=ON \
-DWITH_XRENDER=yes \
-DWITH_XDAMAGE=no \
-DWITH_XSYNC=no \
-DWITH_XCOMPOSITE=no \
-DWITH_XKB=ON \
-DWITH_XRM=ON \
-DDEBUG_LOGGER=no \
-DDEBUG_LOGGER_VERBOSE=no \
-DDEBUG_HINTS=no \
-DDEBUG_WHITESPACE=no \
-DDEBUG_FONTCONFIG=no which produces the error: When enabling both XRENDER and XCOMPOSITE with When enabling XCOMPOSITE without XRENDER with |
XRender XDamage XComposite and XSync is currently not used so you can disable them for now. I'll fix the compilation errors. |
Fix Dr-Terrible#18 Fix Dr-Terrible#19 Related: polybar/polybar#406 Package-Manager: portage-2.3.3
Fix Dr-Terrible#18 Fix Dr-Terrible#19 Related: polybar/polybar#406 Package-Manager: portage-2.3.3
Fix Dr-Terrible#18 Fix Dr-Terrible#19 Related: polybar/polybar#406 Package-Manager: portage-2.3.3
Fix Dr-Terrible#18 Fix Dr-Terrible#19 Related: polybar/polybar#406 Package-Manager: portage-2.3.3
Closing due to inactivity. |
* Use release tarball, easier to use * Disable XRENDER for now, enabling XRENDER and XCOMPOSITE at the same time causes build failures, see polybar/polybar#406
* Use release tarball, easier to use * Disable XRENDER for now, enabling XRENDER and XCOMPOSITE at the same time causes build failures, see polybar/polybar#406
Hello again. I'm building from the ineluctable overlay and there seems to be a problem when compiling with "xrender" USE-flag. In other words, when I enable -DWITH_XRENDER, I get the following error while trying to compile.
Can you point me to whether some dependency is missing or something like that, please?
Guys at the overlay say that they have the same problem and don't quite know why.
The text was updated successfully, but these errors were encountered: