adafruit / Python-Thermal-Printer

216 stars 148 forks source link

cups/cups.h: No such file or directory #56

Open threalboss opened 2 years ago

threalboss commented 2 years ago

Hi! When I try to Make when Installing the printer driver I get this error:

pi@XKCD:~/zj-58 $ make gcc -Wl,-rpath,/usr/lib -Wall -fPIC -O3 -std=gnu89 -c rastertozj.c rastertozj.c:3:10: fatal error: cups/cups.h: No such file or directory 3 | #include <cups/cups.h> | ^~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:16: rastertozj.o] Erro

Any ideas? Thanks