Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Sep 2017 01:57:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 222014] x11-toolkits/gtkmm30 fails to build with gcc5
Message-ID:  <bug-222014-6497-wl240ZpeN7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222014-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222014-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Justin Hibbits <jhibbits@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to gnome@FreeBSD.o=
rg:
Bug 222014: x11-toolkits/gtkmm30 fails to build with gcc5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222014



--- 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(co=
nst
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 =3D  static_cast<ColumnType>( std::stod(new_text) );



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222014-6497-wl240ZpeN7>