Source: gigedit Version: 1.1.0-2 Severity: serious Tags: ftbfs https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gigedit.html
... In file included from builtinpix.cpp:2: ../compat.h: In constructor 'HBox::HBox()': ../compat.h:140:41: error: 'HORIZONTAL' is not a member of 'Gtk::Orientation' HBox() : Gtk::Box(Gtk::Orientation::HORIZONTAL) {} ^~~~~~~~~~ ../compat.h: In constructor 'VBox::VBox()': ../compat.h:145:41: error: 'VERTICAL' is not a member of 'Gtk::Orientation' VBox() : Gtk::Box(Gtk::Orientation::VERTICAL) {} ^~~~~~~~ ../compat.h: In constructor 'HButtonBox::HButtonBox()': ../compat.h:150:53: error: 'HORIZONTAL' is not a member of 'Gtk::Orientation' HButtonBox() : Gtk::ButtonBox(Gtk::Orientation::HORIZONTAL) {} ^~~~~~~~~~ ../compat.h: In constructor 'HScale::HScale()': ../compat.h:155:45: error: 'HORIZONTAL' is not a member of 'Gtk::Orientation' HScale() : Gtk::Scale(Gtk::Orientation::HORIZONTAL) {} ^~~~~~~~~~ ../compat.h: In constructor 'HScale::HScale(const Glib::RefPtr<Gtk::Adjustment>&)': ../compat.h:156:104: error: 'HORIZONTAL' is not a member of 'Gtk::Orientation' HScale(const Glib::RefPtr<Gtk::Adjustment>& adjustment) : Gtk::Scale(adjustment, Gtk::Orientation::HORIZONTAL) ...