build/release/thirdparty/freeglut/src/fg_callbacks.o] Error 1 [root@localhost mupdf-1.15.0-source]# [root@localhost mupdf-1.15.0-source]# [root@localhost mupdf-1.15.0-source]# make CC build/release/thirdparty/freeglut/src/fg_callbacks.o In file included from thirdparty/freeglut/src/fg_internal.h:192, from thirdparty/freeglut/src/fg_callbacks.c:29: thirdparty/freeglut/src/x11/fg_internal_x11.h:42:10: fatal error: X11/extensions/XInput.h: No such file or directory 42 | #include <X11/extensions/XInput.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~
yum -y install libXi-devel*
d from thirdparty/freeglut/src/fg_internal.h:192, from thirdparty/freeglut/src/fg_callbacks.c:29: thirdparty/freeglut/src/x11/fg_internal_x11.h:47:14: fatal error: X11/extensions/Xrandr.h: No such file or directory 47 | # include <X11/extensions/Xrandr.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
yum -y install libXrandr-devel*
|