Code: Select all
extension/internal/cairo-ps-out.cpp:137: error: ‘CAIRO_PS_LEVEL_2’ was not declared in this scope
extension/internal/cairo-ps-out.cpp:141: error: ‘CAIRO_PS_LEVEL_3’ was not declared in this scope
extension/internal/cairo-ps-out.cpp: In member function ‘virtual void Inkscape::Extension::Internal::CairoEpsOutput::save(Inkscape::Extension::Output*, SPDocument*, const gchar*)’:
extension/internal/cairo-ps-out.cpp:201: error: ‘CAIRO_PS_LEVEL_2’ was not declared in this scope
extension/internal/cairo-ps-out.cpp:205: error: ‘CAIRO_PS_LEVEL_3’ was not declared in this scope
make[2]: *** [extension/internal/cairo-ps-out.o] Error 1
What I'm missing here? I was able to compile it about a month ago, have the deps changed since? I have tried googling the errors, to no avail.