install problems
I'm on Ubuntu 12.04 trying to install 4.7.
Build process stops with xcb_cursor.h not found. I see util-cursor is not in the repository for Ubuntu. Is there a way to install 4.7?
thanks!
I'm on Ubuntu 12.04 trying to install 4.7.
Build process stops with xcb_cursor.h not found. I see util-cursor is not in the repository for Ubuntu. Is there a way to install 4.7?
thanks!
You can install libxcb-cursor{0,dev} from http://build.i3wm.org/ubuntu-backports/, ideally by running these commands:
echo "deb http://build.i3wm.org/ubuntu-backports/ ./" > /etc/apt/sources.list.d/i3-ubuntu-backports.list
apt-get update
apt-get install libxcb-cursor-dev
I think you'll need libxcb-cursor-dev package. Install it and I think this problem will solved.
Well, I guess i3 does not easily compile on an OS that was released 18+ months ago. The error message is however clear: install a newer version of that package. If you are so inclined and bring your system possibly into a dependency hell: `apt-pinning` would be the debian word to google for.
Asked: 2013-12-27 18:09:10 +0000
Seen: 1,165 times
Last updated: Jan 04 '14