[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:20 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222014
Bug ID: 222014
Summary: x11-toolkits/gtkmm30 fails to build with gcc5
Product: Ports & Packages
Version: Latest
Hardware: powerpc
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: gnome at FreeBSD.org
Reporter: jhibbits at FreeBSD.org
CC: freebsd-powerpc at FreeBSD.org
Assignee: gnome at FreeBSD.org
Flags: maintainer-feedback?(gnome at FreeBSD.org)
CC: freebsd-powerpc at FreeBSD.org
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) );
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ppc
mailing list