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

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222014

            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@FreeBSD.org
          Reporter: jhibbits@FreeBSD.org
                CC: freebsd-powerpc@FreeBSD.org
          Assignee: gnome@FreeBSD.org
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
                CC: freebsd-powerpc@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(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) );

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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