Guest User

epson-inkjet-printer-escpr2 error build

a guest
May 31st, 2024
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. filter.c: In function ‘main’:
  2. filter.c:406:15: error: implicit declaration of function ‘SetupJobAttrib’ [-Wimplicit-function-declaration]
  3. 406 | err = SetupJobAttrib(&jobAttr);
  4. | ^~~~~~~~~~~~~~
  5. filter.c:446:15: error: implicit declaration of function ‘SendStartJob’; did you mean ‘epsStartJob’? [-Wimplicit-function-declaration]
  6. 446 | err = SendStartJob(FALSE);
  7. | ^~~~~~~~~~~~
  8. | epsStartJob
  9. filter.c:635:33: error: implicit declaration of function ‘PrintBand’; did you mean ‘epsPrintBand’? [-Wimplicit-function-declaration]
  10. 635 | PrintBand (rever_buf, bandBmp.widthBytes, &printHeight);
  11. | ^~~~~~~~~
  12. | epsPrintBand
  13. filter.c: In function ‘set_pips_parameter’:
  14. filter.c:928:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  15. 928 | read (STDIN_FILENO, &page_num, 1);
  16. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  17.  
Advertisement
Add Comment
Please, Sign In to add comment