[gtkmm] Gtkmm-forge digest, Vol 1 #465 - 2 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #465 - 2 msgs
- Date: Tue, 15 Jul 2003 20:05:13 -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 107584] Changed - libbonoboui "hello" example segfault on quit (bugzilla-daemon widget gnome org)
2. [Bug 117494] New - GCC 3.3.1 incompatibility: ustring private vs. public change, invalid static_cast (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, mxpxfifws yahoo com
Cc:
Date: Tue, 15 Jul 2003 03:04:31 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 107584] Changed - libbonoboui "hello" example segfault on quit
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=107584
Changed by murrayc usa net
--- shadow/107584 Sun Jun 15 15:25:33 2003
+++ shadow/107584.tmp.31445 Tue Jul 15 03:04:30 2003
@@ -85,6 +85,10 @@
Could you check with the latest orbitcpp again?
------- Additional Comments From mxpxfifws yahoo com 2003-06-15 15:25 -------
Yes, it still segfaults. If you need a new backtrace, I can provide
it. Thanks for checking this all out for me Murray. Hopefully, soon,
I'll be able to figure it out after dealing with vfs stuff :).
+
+------- Additional Comments From murrayc usa net 2003-07-15 03:04 -------
+I finally built the latest cvs orbit and libbonobouimm and this bug
+still exists.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 15 Jul 2003 14:37:17 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117494] New - 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 Tue Jul 15 14:37:17 2003
+++ shadow/117494.tmp.5026 Tue Jul 15 14:37:17 2003
@@ -0,0 +1,33 @@
+Bug#: 117494
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details: Debian unstable
+Status: NEW
+Resolution:
+Severity: blocker
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: erich debian org
+TargetMilestone: ---
+URL:
+Summary: GCC 3.3.1 incompatibility: ustring private vs. public change, invalid static_cast
+
+gtkmm has issues with GCC 3.3.1
+
+gtk/gtkmm/treeiter.cc:145
+return static_cast<const TreeNodeChildren&>(static_cast<const
+TreeIter&>(*this));
+
+is an invalid static_cast (the outer one)
+I'm trying
+
+return reinterpret_cast<const TreeNodeChildren&>(*this);
+
+for the debian package right now, hoping that was what you intended with
+that line of code (which is an "adventuresome move" ;) )
+
+The second issue is already #ifdef'ed for GCC 3.3.0, but it might be in
+later gcc versions as well (since gcc is getting stricter!)
+glib/glibmm/ustring.h:523
--__--__--
_______________________________________________
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]