LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Lexmark p707 stops all jobs (https://www.linuxquestions.org/questions/linux-software-2/lexmark-p707-stops-all-jobs-590175/)

aleksanteri 10-08-2007 12:41 AM

Lexmark p707 stops all jobs
 
I recently got a Lexmark p707 printer, and after a while I got CUPS notice it and even got it installed. However, when I try to print the test page, it gets stopped after a few seconds. Same happens with any page.

I think it's about the driver that won't compile. I have no idea what packages should I have, since it seems to be missing Lexmark header files:
Code:

aleksanteri@openos:~/src/lexmark-z700-cups-driver-1.1.1$ make
(cd ./source/backend; make -f Makefile)
make[1]: Entering directory `/home/aleksanteri/src/lexmark-z700-cups-driver-1.1.1/source/backend'
[ -d Objects ] || mkdir Objects
g++  -I./ -c -g -Wall -O2 -funsigned-char main.cpp -o Objects/main.o
In file included from main.cpp:31:
z700backend.h:24:40: error: lexmark/linuxinkjetprinter.h: No such file or directory
In file included from z700backend.h:26,
                from main.cpp:31:
linuxcartridgeuserinterface.h:24:44: error: lexmark/cartridgeuserinterface.h: No such file or directory
In file included from z700backend.h:27,
                from main.cpp:31:
linuxerrorcommunicator.h:24:39: error: lexmark/errorcommunicator.h: No such file or directory
In file included from z700backend.h:28,
                from main.cpp:31:
linuxportmonitor.h:24:33: error: lexmark/portmonitor.h: No such file or directory
linuxcartridgeuserinterface.h:27: error: expected class-name before ‘{’ token
linuxcartridgeuserinterface.h:69: error: ‘CartridgeManager’ has not been declared
linuxcartridgeuserinterface.h:69: error: expected ‘,’ or ‘...’ before ‘&’ token
linuxcartridgeuserinterface.h:73: error: ‘AlignmentData’ has not been declared
linuxcartridgeuserinterface.h:73: error: expected ‘,’ or ‘...’ before ‘&’ token
linuxcartridgeuserinterface.h:75: error: ‘CartridgeManager’ has not been declared
linuxcartridgeuserinterface.h:75: error: expected ‘,’ or ‘...’ before ‘&’ token
linuxerrorcommunicator.h:26: error: expected class-name before ‘{’ token
linuxerrorcommunicator.h:31: error: ‘ErrorCommunicator’ has not been declared
linuxerrorcommunicator.h:31: error: expected ‘,’ or ‘...’ before ‘error’
linuxerrorcommunicator.h:33: error: ‘ErrorCommunicator’ has not been declared
linuxerrorcommunicator.h:33: error: ISO C++ forbids declaration of ‘UserDecision’ with no type
linuxerrorcommunicator.h:33: error: expected ‘;’ before ‘EC_GetUserDecision’
linuxportmonitor.h:38: error: expected class-name before ‘{’ token
linuxportmonitor.h:60: error: ‘PM_Error’ does not name a type
linuxportmonitor.h:67: error: ‘PM_Error’ does not name a type
linuxportmonitor.h:104: error: ‘PM_Error’ does not name a type
linuxportmonitor.h:114: error: ‘PM_Error’ does not name a type
linuxportmonitor.h:131: error: ‘PM_Error’ does not name a type
linuxportmonitor.h:138: error: ‘PM_Error’ does not name a type
linuxportmonitor.h:163: error: ‘PM_Error’ does not name a type
linuxportmonitor.h:207: error: ‘PM_EventCallback’ does not name a type
z700backend.h:53: error: ISO C++ forbids declaration of ‘LinuxInkjetPrinter’ with no type
z700backend.h:53: error: expected ‘;’ before ‘*’ token
make[1]: *** [Objects/main.o] Error 1
make[1]: Leaving directory `/home/aleksanteri/src/lexmark-z700-cups-driver-1.1.1/source/backend'
make: *** [all] Error 2
aleksanteri@openos:~/src/lexmark-z700-cups-driver-1.1.1$

Any ideas?


All times are GMT -5. The time now is 04:01 PM.