Advertisement
Guest User

Untitled

a guest
May 26th, 2024
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  2. 73 | GTimeVal last_popdown;
  3. | ^~~~~~~~
  4. In file included from /usr/include/glib-2.0/glib/galloca.h:34,
  5. from /usr/include/glib-2.0/glib.h:32,
  6. from /usr/include/glib-2.0/gobject/gbinding.h:30:
  7. /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  8. 580 | struct _GTimeVal
  9. | ^~~~~~~~~
  10. printerinfo.c: In function ‘GetPrinterInfo’:
  11. printerinfo.c:192:20: error: implicit declaration of function ‘cupsGetPPD’; did you mean ‘cupsGetFd’? [-Wimplicit-function-declaration]
  12. 192 | ppd_file = cupsGetPPD(printer_name);
  13. | ^~~~~~~~~~
  14. | cupsGetFd
  15. printerinfo.c:192:18: error: assignment to ‘const char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
  16. 192 | ppd_file = cupsGetPPD(printer_name);
  17. | ^
  18. make[3]: *** [Makefile:470: printerinfo.o] Error 1
  19. make[3]: Leaving directory '/home/omar/.cache/yay/capt-src/src/cndrvcups-common-3.21/cngplp/src'
  20. make[2]: *** [Makefile:424: all-recursive] Error 1
  21. make[2]: Leaving directory '/home/omar/.cache/yay/capt-src/src/cndrvcups-common-3.21/cngplp'
  22. make[1]: *** [Makefile:356: all] Error 2
  23. make[1]: Leaving directory '/home/omar/.cache/yay/capt-src/src/cndrvcups-common-3.21/cngplp'
  24. make: *** [Makefile:9: all] Error 1
  25. ==> ERROR: A failure occurred in package().
  26. Aborting...
  27. -> error making: capt-src-exit status 4
  28. -> Failed to install the following packages. Manual intervention is required:
  29. capt-src - exit status 4
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement