Comment 123 for bug 179988

Revision history for this message
Rygle (rygle) wrote :

Just built with the Nov 1 version of the libs, and that stops with this error;

==========
Make error line 195: problem compiling: src/ui/dialog/print.cpp: In function 'ca
iro_surface_t* _cairo_win32_printing_surface_create(HDC__*)':
src/ui/dialog/print.cpp:65: error: 'cairo_win32_printing_surface_create' was not
 declared in this scope
src/ui/dialog/print.cpp: At global scope:
src/ui/dialog/print.cpp:78: warning: unused parameter 'operation'
src/ui/dialog/print.cpp:78: warning: unused parameter 'page_nr'
src/ui/dialog/print.cpp:173: warning: unused parameter 'operation'
src/ui/dialog/print.cpp:182: warning: unused parameter 'context'
src/ui/dialog/print.cpp:182: warning: unused parameter 'user_data'
==========

That just tells me that cairo_win32_printing_surface_create is not in the version of cairo in that build of the libs. So too early for our purposes. No other dev libs available, so unable to narrow things down further from my end. Sorry.