Hi all, I was trying to build wmii from the latest alfa (wmii 3.9a2) following the README instructions and found a small problem. After running 'make config' I noticed that in the file 'config.mk' the variable INCX11 that is correctly initialized with: INCX11 = $$(pkg-config --cflags $(X11PACKAGES)) is then overwritten with: INCX11=-I/usr/include
I've tried to see what happen in the 'genconfig' script but without results. Obviously, changing the include make the compilation process work, but maybe someone want to investigate this problem so other people won't have the same issue. Thank you all for this wonderful window manager. -- Marco Rucci PS: libxinerama-dev should be added to the list of dependencies in the deb-dep rule? PPS: I hope this mail is not in html. If this is not the case, please freely insult me :)