Advertisement
Guest User

Untitled

a guest
Jan 4th, 2011
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. genppd.c:79:23: error: cups/cups.h: No such file or directory
  2. genppd.c:80:25: error: cups/raster.h: No such file or directory
  3. genppd.c:79:23: error: cups/cups.h: No such file or directory
  4. genppd.c:80:25: error: cups/raster.h: No such file or directory
  5. genppd.c: In function ‘cat_ppd’:
  6. genppd.c:285: error: ‘http_uri_status_t’ undeclared (first use in this function)
  7. genppd.c:285: error: (Each undeclared identifier is reported only once
  8. genppd.c:285: error: for each function it appears in.)
  9. genppd.c:285: error: expected ‘;’ before ‘status’
  10. genppd.c:293: error: ‘status’ undeclared (first use in this function)
  11. genppd.c:293: error: implicit declaration of function ‘httpSeparateURI’
  12. genppd.c:293: warning: nested extern declaration of ‘httpSeparateURI’
  13. genppd.c:293: error: ‘HTTP_URI_CODING_ALL’ undeclared (first use in this function)
  14. genppd.c:298: error: ‘HTTP_URI_OK’ undeclared (first use in this function)
  15. genppd.c: In function ‘write_ppd’:
  16. genppd.c:1309: error: ‘CUPS_CSPACE_W’ undeclared (first use in this function)
  17. genppd.c:1309: error: ‘CUPS_ORDER_CHUNKED’ undeclared (first use in this function)
  18. genppd.c:1316: error: ‘CUPS_CSPACE_K’ undeclared (first use in this function)
  19. genppd.c:1326: error: ‘CUPS_CSPACE_RGB’ undeclared (first use in this function)
  20. genppd.c:1333: error: ‘CUPS_CSPACE_CMY’ undeclared (first use in this function)
  21. genppd.c:1340: error: ‘CUPS_CSPACE_CMYK’ undeclared (first use in this function)
  22. genppd.c:1347: error: ‘CUPS_CSPACE_KCMY’ undeclared (first use in this function)
  23. genppd.c:1847: warning: format not a string literal, argument types not checked
  24. genppd.c:1847: warning: format not a string literal, argument types not checked
  25. genppd.c:2252: warning: format not a string literal, argument types not checked
  26. genppd.c:2252: warning: format not a string literal, argument types not checked
  27. make[2]: *** [gutenprint_5_2-genppd.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement