[gtkmm] Gtkmm-forge digest, Vol 1 #467 - 7 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #467 - 7 msgs
- Date: Thu, 17 Jul 2003 20:10:54 -0700
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 117494] Changed - GCC 3.3.1 incompatibility: ustring private vs. public change, invalid static_cast (bugzilla-daemon widget gnome org)
2. [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (bugzilla-daemon widget gnome org)
3. [Bug 95651] Changed - radiobuttons' get_group and set_group don't match (bugzilla-daemon widget gnome org)
4. [Bug 117494] Changed - GCC 3.3.1 incompatibility: ustring private vs. public change, invalid static_cast (bugzilla-daemon widget gnome org)
5. [Bug 117740] New - compiling with -Wshadow produces warnings (bugzilla-daemon widget gnome org)
6. [Bug 117740] Changed - compiling with -Wshadow produces warnings (bugzilla-daemon widget gnome org)
7. [Bug 117740] Changed - compiling with -Wshadow produces warnings (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, erich debian org
Cc:
Date: Thu, 17 Jul 2003 05:56:33 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117494] Changed - GCC 3.3.1 incompatibility: ustring private vs. public change, invalid static_cast
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=117494
Changed by murrayc usa net
--- shadow/117494 Wed Jul 16 14:07:14 2003
+++ shadow/117494.tmp.27851 Thu Jul 17 05:56:33 2003
@@ -113,6 +113,10 @@
------- Additional Comments From btb debian org 2003-07-16 14:07 -------
changing
class TreeNodeChildren : private TreeIter
to
class TreeNodeChildren : public TreeIter
has no effect.
+
+------- Additional Comments From murrayc usa net 2003-07-17 05:56 -------
+Maybe you could trying splitting the casts over 2 or 3 lines to find
+out exactly where the problem is.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
harald hopfes hopfes sysde eads net
Cc: murrayc usa net
Date: Thu, 17 Jul 2003 06:24:31 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area ()
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=114568
Changed by harald hopfes hopfes sysde eads net
--- shadow/114568 Fri Jul 11 07:57:23 2003
+++ shadow/114568.tmp.5917 Thu Jul 17 06:24:31 2003
@@ -1758,6 +1758,14 @@
Is there a patch against the official gtkmm 2.2.3? I assume not?
------- Additional Comments From murrayc usa net 2003-07-11 07:57 -------
Not from me. It should be easier to regenerate everything with a cvs
checkout anyway, when you can get anoncvs to work.
+
+------- Additional Comments From harald hopfes hopfes sysde eads net 2003-07-17 06:24 -------
+We tested the current cvs-version (which includes the leak-fix) and
+it looks good to us. We did some further tests if something else is
+influenced, but we could not find something.
+
+So I think the CVS version could be a good gtkmm 2.2.4 :-)
+
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, jpakkane yahoo com
Cc:
Date: Thu, 17 Jul 2003 06:38:07 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 95651] Changed - radiobuttons' get_group and set_group don't match
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=95651
Changed by bugzilla-gnome bkor dhs org
--- shadow/95651 Mon Oct 14 14:22:07 2002
+++ shadow/95651.tmp.12362 Thu Jul 17 06:38:07 2003
@@ -86,6 +86,9 @@
Yes, we just wrap the GTK+ behaviour as best we can.
Actually, RadioButton::Group is fine, and more obvious.
I just corrected the book chapter on RadioButtons (not yet online -
it's in CVS) but feel free to add to the reference documentation too.
+
+------- Additional Comments From bugzilla-gnome bkor dhs org 2003-07-17 06:38 -------
+*** Bug 117664 has been marked as a duplicate of this bug. ***
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 17 Jul 2003 08:06:02 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117494] Changed - GCC 3.3.1 incompatibility: ustring private vs. public change, invalid static_cast
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=117494
Changed by erich debian org
--- shadow/117494 Thu Jul 17 05:56:33 2003
+++ shadow/117494.tmp.22420 Thu Jul 17 08:06:02 2003
@@ -117,6 +117,19 @@
class TreeNodeChildren : public TreeIter
has no effect.
------- Additional Comments From murrayc usa net 2003-07-17 05:56 -------
Maybe you could trying splitting the casts over 2 or 3 lines to find
out exactly where the problem is.
+
+------- Additional Comments From erich debian org 2003-07-17 08:06 -------
+The error message already states which cast it does not accept.
+It's the outer one.
+I also posted the solution i'm using in the Non-Maintainer-Package i
+uploaded: reinterpret_cast<const TreeNodeChildren&>(*this);
+
+What is the original code expected to do?
+
+To my understanding, static cast means doing some conversion, like
+double->int (mapping 1.0 to 1) is a static cast. A reinterpret_cast
+doesn't change the data, but just uses a different interpretation. For
+example treating a double number as a bit sequence is a reinterpret_cast.
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 17 Jul 2003 22:12:04 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117740] New - compiling with -Wshadow produces warnings
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=117740
Changed by btb debian org
--- shadow/117740 Thu Jul 17 22:12:04 2003
+++ shadow/117740.tmp.11994 Thu Jul 17 22:12:04 2003
@@ -0,0 +1,20 @@
+Bug#: 117740
+Product: gtkmm
+Version: 2.2
+OS: Windows
+OS Details:
+Status: NEW
+Resolution:
+Severity: enhancement
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: btb debian org
+TargetMilestone: ---
+URL:
+Summary: compiling with -Wshadow produces warnings
+
+When compiling a file containing only #include <gtkmm.h>, gcc produces a
+lot of warnings about shadowed variables.
+
+[this is a forward of debian bug#201815]
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 17 Jul 2003 22:13:02 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117740] Changed - compiling with -Wshadow produces warnings
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=117740
Changed by btb debian org
--- shadow/117740 Thu Jul 17 22:12:04 2003
+++ shadow/117740.tmp.12428 Thu Jul 17 22:13:02 2003
@@ -8,13 +8,13 @@
Severity: enhancement
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: btb debian org
TargetMilestone: ---
-URL:
+URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=201815
Summary: compiling with -Wshadow produces warnings
When compiling a file containing only #include <gtkmm.h>, gcc produces a
lot of warnings about shadowed variables.
[this is a forward of debian bug#201815]
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 17 Jul 2003 22:13:57 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117740] Changed - compiling with -Wshadow produces warnings
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=117740
Changed by btb debian org
--- shadow/117740 Thu Jul 17 22:13:02 2003
+++ shadow/117740.tmp.12560 Thu Jul 17 22:13:57 2003
@@ -15,6 +15,11 @@
Summary: compiling with -Wshadow produces warnings
When compiling a file containing only #include <gtkmm.h>, gcc produces a
lot of warnings about shadowed variables.
[this is a forward of debian bug#201815]
+
+------- Additional Comments From btb debian org 2003-07-17 22:13 -------
+Created an attachment (id=18401)
+-Wshadow warnings
+
--__--__--
_______________________________________________
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]