Closed nyancat18 closed 8 years ago
when i am trying to compile inox 54
i get this issues ../../printing/backend/print_backend_cups.cc:243:21: error: use of undeclared identifier 'cupsGetPPD'
https://github.com/triceratops1/inoxy
Fixed with version 54. I switched to gn build system with this release and use_cups=true fixes this issue.
use_cups=true
thanks
when i am trying to compile inox 54
i get this issues ../../printing/backend/print_backend_cups.cc:243:21: error: use of undeclared identifier 'cupsGetPPD'