maintainer-feedback requested: [Bug 222014] x11-toolkits/gtkmm30 fails to build with gcc5

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 3 01:57:18 UTC 2017


Justin Hibbits <jhibbits at FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to gnome at FreeBSD.org:
Bug 222014: x11-toolkits/gtkmm30 fails to build with gcc5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222014



--- Description ---
x11-toolkits/gtkmm30 uses the function std::stod(), which is not available on
FreeBSD in gcc5 (guarded by c++11 and _GLIBCXX_USE_C99).  This has changed for
gcc6.

Log snippet:

In file included from ../gtkmm/combobox.h:33:0,
		 from ../gtkmm/appchooserbutton.h:27,
		 from appchooserbutton.cc:6:
../gtkmm/treeview.h: In function 'void
Gtk::TreeView_Private::_auto_store_on_cellrenderer_text_edited_numerical(const
Glib::ustring&, const Glib::ustring&, int, const
Glib::RefPtr<Gtk::TreeModel>&)':
../gtkmm/treeview.h:2454:47: error: 'stod' is not a member of 'std'
	 new_value =  static_cast<ColumnType>( std::stod(new_text) );


More information about the freebsd-gnome mailing list