Link to home
Start Free TrialLog in
Avatar of Arthur Wang
Arthur WangFlag for United States of America

asked on

need help to compile CUPS driver for Zebra TTP 2030 printer

A zebra TTP2030 printer need to hook up with MAC OS El Capitan for production purpose. It's a KPL printer, not the popular ZPL, CPCL, EPL1, EPL2 printer. The MAC OS come with CUPS 2.1 driver, (but it only support printers in the popular categories which include ZPL, CPCL, EPL1, EPL2) .  I tried to download and compile the newest driver from cups.org, it still show some error message. The details are on this page

https://github.com/apple/cups/issues/4803

The error message for the ppd file could be found on this page of the cups driver document:

https://www.cups.org/documentation.php/doc-1.4/api-ppd.html

*********************
PPD_MISSING_VALUE
Missing value string
PPD_NESTED_OPEN_GROUP
OpenGroup without a CloseGroup first
PPD_NESTED_OPEN_UI
OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first
PPD_NULL_FILE
NULL PPD file pointer
PPD_OK
OK
****************

Anyone know where I can get help to make the printer working? include the paid service.
ttp20x0.txt
SOLUTION
Avatar of Eoin OSullivan
Eoin OSullivan
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Arthur Wang

ASKER

Thanks for the comment though I have to give up this integration and look for another workaround solution---maybe Change the OS from MAC into Window to make the life easier.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Very good comment and solution, thanks for the effort to answer this question.