Wednesday, May 8, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 11681  / 2 Years ago, tue, january 25, 2022, 12:37:52

I am trying to install BSPwm via following the guide here: https://github.com/windelicato/dotfiles/wiki/bspwm-for-dummies



I have installed all the dependencies, and followed all the instructions exactly. However when I try "make" in the terminal I get:



cc -std=c99 -pedantic -Wall -Wextra -I/usr/local/include -D_POSIX_C_SOURCE=200112L        -DVERSION="0.8.7" -Os  -c -o bspwm.o bspwm.c
bspwm.c:37:26: fatal error: xcb/xinerama.h: No such file or directory
compilation terminated.
make: *** [bspwm.o] Error 1


There's not a lot of documentation around for bspwm and I can't find any ideas on Google as how to fix this problem. If anyone has any idea what could possibly be the problem please let me know.



Thanks.


More From » software-installation

 Answers
3

You need to install libxinerama packages, via



sudo apt-get install libxinerama1 libxinerama-dev

[#27919] Wednesday, January 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fulild

Total Points: 239
Total Questions: 103
Total Answers: 112

Location: Papua New Guinea
Member since Thu, Jul 9, 2020
4 Years ago
fulild questions
Sat, Dec 11, 21, 20:10, 2 Years ago
Thu, Jun 17, 21, 12:05, 3 Years ago
Sat, Nov 19, 22, 16:28, 2 Years ago
Sat, Feb 25, 23, 22:59, 1 Year ago
Wed, Oct 12, 22, 04:04, 2 Years ago
;