Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21637 - gtkm 2.2.3 error in class ustring (with fast fix appended)
Summary: gtkm 2.2.3 error in class ustring (with fast fix appended)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-24 16:55 UTC by Bernd Martin Wollny
Modified: 2003-07-12 10:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Martin Wollny 2003-05-24 16:55:25 UTC
gtkmm failed to compile 
g++ [many options] -c date.cc  -fPIC -DPIC -DPIC -o date.o
In file included from ../../glib/glibmm/date.h:27,
                 from date.cc:3:
../../glib/glibmm/ustring.h:532: error: `template<class In, class ValueType = 
   typename std::iterator_traits<_Iterator>::value_type> struct 
   Glib::ustring::SequenceToString' is private
../../glib/glibmm/ustring.h:548: error: within this context
../../glib/glibmm/ustring.h:532: error: `template<class In, class ValueType = 
   typename std::iterator_traits<_Iterator>::value_type> struct 
   Glib::ustring::SequenceToString' is private

fast resolution:
 make "Glib::ustring::SequenceToString" public
Comment 1 Bernd Martin Wollny 2003-05-24 16:57:45 UTC
Sorry this subject will fit better


bye
  bernd 
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-06-02 05:44:57 UTC
following from the opensp bug 21631 , are you using gcc-3.3 ? 
Comment 3 Bernd Martin Wollny 2003-06-05 06:34:55 UTC
Hi, 

yes im using gcc-3.3 
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2003-06-05 06:50:53 UTC
thats not a good fix unfortunately, according to the gtkmm people, its a gcc-3.3 bug which will be fixed in 3.3.1

http://mail.gnome.org/archives/gtkmm-list/2003-May/msg00133.html
http://mail.gnome.org/archives/gtkmm-list/2003-May/msg00142.html
http://gcc.gnu.org/ml/gcc/2003-05/msg01686.html

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10849

according to that last url, its been fixed in gcc-3.3 cvs. cc'ing gcc devs.
Comment 5 Bernd Martin Wollny 2003-06-11 22:42:04 UTC
Hello, 
thank you for youre help ..  I will wait for the next gcc version. 
bye the side I have found the next gcc-bug

bye 
  bernd 
Comment 6 foser (RETIRED) gentoo-dev 2003-07-12 10:52:07 UTC
blocked gcc-3.3.0 for now, waiting for 3.3.1 with fixes. moved gtkmm from x11-libs to dev-cpp btw.