You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gprinter.cpp: In member function 'virtual void GPrinter::GetImageableArea()':
gprinter.cpp:429:32: error: 'stp_get_papersize_by_name' was not declared in this scope
const stp_papersize_t *paper=stp_get_papersize_by_name(papersize);
^~~~~~~~~~~~~~~~~~~~~~~~~
gprinter.cpp:429:32: note: suggested alternative: 'stp_list_get_item_by_name'
const stp_papersize_t *paper=stp_get_papersize_by_name(papersize);
^~~~~~~~~~~~~~~~~~~~~~~~~
stp_list_get_item_by_name
Indeed, the stp_get_papersize_by_name function was removed in GutenPrint 5.3.
The text was updated successfully, but these errors were encountered:
As reported on https://bugs.debian.org/915189; photoprint doesn't compile on gutenprint 5.3 with the following error:
Indeed, the
stp_get_papersize_by_name
function was removed in GutenPrint 5.3.The text was updated successfully, but these errors were encountered: