The dependency creeped in with another change to CMake and I just reverted it, so "git fetch; git rebase origin/master" and recompile.
Sorry for the trouble.
libXComposite is what allows to redirect windows into pixmaps and is usually used by compositors and whenever i find the time to finish that, optionally by systray icons in be.shell as well (nb: that does not mean i'd endorse the concept of systray icons - they're still nonsense ;-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm running kubuntu 12:10 for now and I tried the following and get this error:
Thanks ;-)
git fetch; git rebase origin/masterCurrent branch master is up to date.
$ ./configure rm: invalid option -- 'd'
Try rm --help' for more information.
mkdir: cannot create directorybuild': File exists
Configuring... please wait
-- Found Qt-Version 4.8.3 (using /usr/bin/qmake)
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found KDE 4.9 include dir: /usr/include
-- Found KDE 4.9 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
X11_Xcomposite_LIB (ADVANCED)
linked by target "be.shell" in directory /home/tommy/be-shell
Hello I try to install be::shell on my Kubuntu 12.10 with KDE 4.9.2
I download from git and I have some errors
First error is with ./configure
And second error with make
What is lXcomposite ? and how to install it ?
Thanks
Not at all (for the moment :)
The dependency creeped in with another change to CMake and I just reverted it, so "git fetch; git rebase origin/master" and recompile.
Sorry for the trouble.
libXComposite is what allows to redirect windows into pixmaps and is usually used by compositors and whenever i find the time to finish that, optionally by systray icons in be.shell as well (nb: that does not mean i'd endorse the concept of systray icons - they're still nonsense ;-)
Hi Thomas,
I'm running kubuntu 12:10 for now and I tried the following and get this error:
Thanks ;-)
git fetch; git rebase origin/masterCurrent branch master is up to date.
$ ./configure rm: invalid option -- 'd'
Try
rm --help' for more information. mkdir: cannot create directory
build': File existsConfiguring... please wait
-- Found Qt-Version 4.8.3 (using /usr/bin/qmake)
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found KDE 4.9 include dir: /usr/include
-- Found KDE 4.9 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
X11_Xcomposite_LIB (ADVANCED)
linked by target "be.shell" in directory /home/tommy/be-shell
-- Configuring incomplete, errors occurred!
Configuration failed :-(
http://packages.ubuntu.com/quantal/libxcomposite-dev
If that did not work, installing libxrender-dev solved it for me.