After these two patches, the remaining errors are:
a)
/home/ubuntu/git/packages/inkscape/inkscape/src/ui/dialog/filter-effects-dialog.cpp:177:26:
error: expected ‘)’ before ‘default_value’
177 | ComboWithTooltip<T>(T default_value, const
Util::EnumDataConverter<T>& c, const SPAttr a = SPAttr::INVALID, char* tip_text
= nullptr)
| ~ ^~~~~~~~~~~~~~
| )
and
b)
/home/ubuntu/git/packages/inkscape/inkscape/src/ui/dialog/filter-effects-dialog.cpp:
In instantiation of ‘Inkscape::UI::Widget::ComboBoxEnum<E>*
Inkscape::UI::Dialog::FilterEffectsDialog::Settings::add_combo(T, SPAttr, const
Glib::ustring&, const Inkscape::Util::EnumDataConverter<E>&, char*) [with T =
SPBlendMode]’:
/home/ubuntu/git/packages/inkscape/inkscape/src/ui/dialog/filter-effects-dialog.cpp:2736:25:
required from here
/home/ubuntu/git/packages/inkscape/inkscape/src/ui/dialog/filter-effects-dialog.cpp:969:38:
error: no matching function for call to
‘Inkscape::UI::Dialog::ComboWithTooltip<SPBlendMode>::ComboWithTooltip(SPBlendMode&,
const Inkscape::Util::EnumDataConverter<SPBlendMode>&, const SPAttr&, char*&)’
969 | ComboWithTooltip<T>* combo = new
ComboWithTooltip<T>(default_value, conv, attr, tip_text);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/ubuntu/git/packages/inkscape/inkscape/src/ui/dialog/filter-effects-dialog.cpp:174:29:
note: candidate:
‘Inkscape::UI::Dialog::ComboWithTooltip<SPBlendMode>::ComboWithTooltip()’
174 | template< typename T> class ComboWithTooltip : public Gtk::EventBox
| ^~~~~~~~~~~~~~~~
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2070367
Title:
FTBFS with new poppler
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/2070367/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs