Link - CUPS - VERSION 1.0 (Print Subsystem)
Skompilowałem i zainstalowałem paczkę rpm bez błędów, ale nie wiem co mam zrobić z tym:shingo@magi:~/Desktop/print$ sudo alien --scripts x5250llpddk-2.0-3.i386.rpm
Password:
x5250llpddk_2.0-4_i386.deb generated
shingo@magi:~/Desktop/print/Z55SampleCUPS-1.0-1$ make
(cd ./source/backend; make -f Makefile)
make[1]: Wejście do katalogu `/home/shingo/Desktop/print/Z55SampleCUPS-1.0-1/source/backend'
make[1]: `../../bin/z55' jest aktualne.
make[1]: Opuszczenie katalogu `/home/shingo/Desktop/print/Z55SampleCUPS-1.0-1/source/backend'
(cd ./source/filter; make -f Makefile)
make[1]: Wejście do katalogu `/home/shingo/Desktop/print/Z55SampleCUPS-1.0-1/source/filter'
[ -d Objects ] || mkdir Objects
g++ -I./ -c -g -Wall -O2 -funsigned-char main.cpp -o Objects/main.o
In file included from z55filter.h:30,
from main.cpp:33:
cupsraster.h:24:25: error: cups/raster.h: No such file or directory
cupsraster.h:117: error: ISO C++ forbids declaration of ‘cups_raster_t’ with no type
cupsraster.h:117: error: expected ‘;’ before ‘*’ token
cupsraster.h:118: error: ‘cups_page_header_t’ does not name a type
z55filter.h:69: error: extra qualification ‘Z55Filter::’ on member ‘UpdateInkLevels’
make[1]: *** [Objects/main.o] Błąd 1
make[1]: Opuszczenie katalogu `/home/shingo/Desktop/print/Z55SampleCUPS-1.0-1/source/filter'
make: *** [all] Błąd 2