You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile this on my raspberry pi
I've installed all the dependences
pi@10000000240297d5:~/xlibinput_calibrator/src $ make
g++ -MT gui_x11.o -MMD -MP -MF .d/gui_x11.Td -Wall -pedantic -std=c++17 -c -o gui_x11.o gui_x11.cc
gui_x11.cc:29:10: fatal error: X11/extensions/Xrandr.h: No such file or directory
29 | #include <X11/extensions/Xrandr.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:48: gui_x11.o] Error 1
ii gcc 4:12.2.0-3+rpi1 armhf GNU C compiler
ii gcc-10-base:armhf 10.4.0-7+rpi1 armhf GCC, the GNU Compiler Collection (base package)
ii gcc-12 12.2.0-14+rpi1 armhf GNU C compiler
ii gcc-12-base:armhf 12.2.0-14+rpi1 armhf GCC, the GNU Compiler Collection (base package)
ii gcc-7-base:armhf 7.5.0-6+rpi1+b2 armhf GCC, the GNU Compiler Collection (base package)
ii gcc-8-base:armhf 8.4.0-7+rpi1 armhf GCC, the GNU Compiler Collection (base package)
ii gcc-9-base:armhf 9.4.0-2+rpi1 armhf GCC, the GNU Compiler Collection (base package)
ii libgcc-12-dev:armhf 12.2.0-14+rpi1 armhf GCC support library (development files)
ii libgcc-s1:armhf 12.2.0-14+rpi1 armhf GCC support library
The text was updated successfully, but these errors were encountered:
I'm trying to compile this on my raspberry pi
I've installed all the dependences
The text was updated successfully, but these errors were encountered: