[gtkmm] Gtkmm-forge digest, Vol 1 #502 - 2 msgs



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs.


Today's Topics:

   1. [Bug 121307] New - compilation fails with GCC 3.3 (bugzilla-daemon widget gnome org)
   2. [Bug 121308] New - compilation fails with GCC 3.3 (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue,  2 Sep 2003 18:44:16 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 121307] New - compilation fails with GCC 3.3

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=121307

Changed by btb debian org 

--- shadow/121307	Tue Sep  2 18:44:16 2003
+++ shadow/121307.tmp.29844	Tue Sep  2 18:44:16 2003
@@ -0,0 +1,39 @@
+Bug#: 121307
+Product: gnomemm
+Version: 1.2
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: libgnomeuimm
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: btb debian org               
+TargetMilestone: ---
+URL: 
+Summary: compilation fails with GCC 3.3
+
+Using debian's gcc (a prerelease of 3.3.2), compilation fails with this error:
+
+../gnome--/app-helper.h: In member function `GnomeUIInfo* 
+   Gnome::UI::Array<T_Info>::gtkobj() const [with T_Info = Gnome::UI::SubTree]
+   ':
+app.cc:110:   instantiated from here
+../gnome--/app-helper.h:264: error: `GnomeUIInfo' is an inaccessible base of `
+   Gnome::UI::Info'
+
+I can currently workaround this by using a c-style cast instead of static_cast:
+
+--- gnomemm-1.2.4.orig/src/gnome--/app-helper.h
++++ gnomemm-1.2.4/src/gnome--/app-helper.h
+@@ -261,7 +261,8 @@
+     { return static_cast<T_Info&>(begin_[n]); }
+ 
+   GnomeUIInfo* gtkobj() const 
+-    { return static_cast<GnomeUIInfo*>(data_); }
++    //{ return static_cast<GnomeUIInfo*>(data_); }
++    { return (GnomeUIInfo*)(data_); }
+ 
+   vector<Info> make_return_vector(); //Used by get_uitree().
+   vector<SubTree> make_return_vector_subtrees(); //Used by Gnome::App.


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue,  2 Sep 2003 18:59:05 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 121308] New - compilation fails with GCC 3.3

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=121308

Changed by btb debian org 

--- shadow/121308	Tue Sep  2 18:59:05 2003
+++ shadow/121308.tmp.4378	Tue Sep  2 18:59:05 2003
@@ -0,0 +1,38 @@
+Bug#: 121308
+Product: gnomemm
+Version: 2.0
+OS: Windows
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: libgnomeuimm
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: btb debian org               
+TargetMilestone: ---
+URL: 
+Summary: compilation fails with GCC 3.3
+
+Using debian's gcc (a prerelease of 3.3.2), compilation fails with this error:
+
+../../libgnomeui/libgnomeuimm/app-helper.h: In member function `GnomeUIInfo* 
+   Gnome::UI::Items::Array<T_Info>::gobj() const [with T_Info = 
+   Gnome::UI::Items::SubTree]':
+app.cc:107:   instantiated from here
+../../libgnomeui/libgnomeuimm/app-helper.h:265: error: `GnomeUIInfo' is an 
+   inaccessible base of `Gnome::UI::Items::Info'
+
+I can currently workaround this by using a c-style cast instead of static_cast:
+
+--- libgnomeuimm1.3-1.3.17.orig/libgnomeui/libgnomeuimm/app-helper.h
++++ libgnomeuimm1.3-1.3.17/libgnomeui/libgnomeuimm/app-helper.h
+@@ -262,7 +262,8 @@
+   
+ 
+   GnomeUIInfo* gobj() const
+-  { return static_cast<GnomeUIInfo*>(data_); }
++  //{ return static_cast<GnomeUIInfo*>(data_); }
++  { return (GnomeUIInfo*)(data_); }
+   
+ };



--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]