Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTBFS on gutenprint 5.3+ #3

Open
OdyX opened this issue Dec 1, 2018 · 1 comment
Open

FTBFS on gutenprint 5.3+ #3

OdyX opened this issue Dec 1, 2018 · 1 comment

Comments

@OdyX
Copy link

OdyX commented Dec 1, 2018

As reported on https://bugs.debian.org/915189; photoprint doesn't compile on gutenprint 5.3 with the following error:

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.

@Randrianasulu
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants