Hi Forum,
I'd like to compile and build the updated version of the jwm window manager - actually is the 2.3.7 - because the one in the repository is old - in Corepure64 we have the 2.2.2 version
I'm not acquainted with package and tcz creation so I thought this could be a nice exercise.
I ran ./configure and it told me X11 was missing, so I downloaded and loaded on RAM the libX11-dev.tcz package.
At this point the ./configure script successfully finished its job, but if I run 'make' I get this message:
tc@box:~/Downloads/jwm-2.3.7$ make
make -C src all
make[1]: Entering directory '/home/tc/Downloads/jwm-2.3.7/src'
gcc -c -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" action.c
In file included from action.c:8:
jwm.h:84:15: fatal error: X11/extensions/shape.h: No such file or directory
# include <X11/extensions/shape.h>
^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:37: action.o] Error 1
make[1]: Leaving directory '/home/tc/Downloads/jwm-2.3.7/src'
make: *** [Makefile:9: all] Error 2
What is this header file that is missing?