Bug 157293

Summary: Multiple definitions of Gtk::RadioAction::Group
Product: [Fedora] Fedora Reporter: Ignacio Vazquez-Abrams <ivazqueznet>
Component: gtkmm24Assignee: Denis Leroy <denisleroy>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-11 14:41:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to remove extra member in Gtk::RadioAction none

Description Ignacio Vazquez-Abrams 2005-05-10 09:54:55 UTC
There are 2 definitions of Gtk::RadioAction::Group in
/usr/include/gtkmm24/radioaction.h. One is at line 88, and the other at line
101. Although this does not interfere with GCC 3.x, it does trip up GCC 4. Patch
attached.

Comment 1 Ignacio Vazquez-Abrams 2005-05-10 09:54:55 UTC
Created attachment 114196 [details]
Patch to remove extra member in Gtk::RadioAction

Comment 2 Denis Leroy 2005-05-10 14:21:38 UTC
Yup. This was fixed in a later version of gtkmm, but still affects FC3 (because
the 2.4 to 2.6 updates are only available for FC4).

However, upgrading from 2.4.8 to to 2.4.11 will fix this problem. I'll check in
an update in the FC3 branch.


Comment 3 Denis Leroy 2005-05-11 14:41:33 UTC
2.4.11 build succeeded for FC3. :-)