[gtkmm] Gtkmm-forge digest, Vol 1 #553 - 5 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #553 - 5 msgs
- Date: Sun, 09 Nov 2003 20:06:56 -0800
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 124412] Changed - libbonobomm does not compile with the current version of orbitcpp (bugzilla-daemon widget gnome org)
2. [Bug 126324] Changed - gtkmm 2.2 doesn't build with GTK+ 2.3 (bugzilla-daemon widget gnome org)
3. [Bug 125278] Changed - Glib::Dir is not throwing exception on gtkmm-2.2.7 (bugzilla-daemon widget gnome org)
4. [Bug 124412] Changed - libbonobomm does not compile with the current version of orbitcpp (bugzilla-daemon widget gnome org)
5. [Bug 125385] Changed - libbonobomm-1.3.7 build failed (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, rcook wyrms net
Cc:
Date: Sun, 9 Nov 2003 04:51:54 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 124412] Changed - libbonobomm does not compile with the current version of orbitcpp
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=124412
Changed by murrayc usa net
--- shadow/124412 Sat Nov 8 11:52:30 2003
+++ shadow/124412.tmp.18936 Sun Nov 9 04:51:54 2003
@@ -64,6 +64,9 @@
before. I have checked in more work arounds into orbit cpp with
comments. So checking out the latest orbitcpp from CVS should resolve
the problem. Alternatively people can compile with -fno-access-control.
------- Additional Comments From rcook wyrms net 2003-11-08 11:52 -------
Is this flag applied to orbitcpp, libbonobomm, or both?
+
+------- Additional Comments From murrayc usa net 2003-11-09 04:51 -------
+It would be best just to get versions from cvs or wait for a new release.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, pierre42d 9online fr
Cc:
Date: Sun, 9 Nov 2003 08:33:53 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 126324] Changed - gtkmm 2.2 doesn't build with GTK+ 2.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=126324
Changed by murrayc usa net
--- shadow/126324 Fri Nov 7 03:37:28 2003
+++ shadow/126324.tmp.2571 Sun Nov 9 08:33:53 2003
@@ -86,6 +86,12 @@
you could build it. I hope that you are using a separate prefix for
such unstable development versions.
I am keeping this open because I would like to add some #ifdef
workaround to gtkmm 2.2 so that it can build with both GTK+ 2.2 and
GTK+ 2.3/2.4
+
+------- Additional Comments From murrayc usa net 2003-11-09 08:33 -------
+The bug here is due to the DISABLE_DEPRECATED macros that have already
+been remove. Strangely, gtkmm2 in cvs does seem to build even with
+that slight GtkCellRenderer::render() API change in GTK+ 2.3. So not
+#ifdef seems to be needed.
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, judas-kakoi terra es
Cc:
Date: Sun, 9 Nov 2003 12:48:48 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 125278] Changed - Glib::Dir is not throwing exception on gtkmm-2.2.7
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=125278
Changed by martin-ml hippogriff de
--- shadow/125278 Fri Nov 7 03:34:59 2003
+++ shadow/125278.tmp.6474 Sun Nov 9 12:48:48 2003
@@ -161,6 +161,13 @@
Maybe we can have a test case that just shows g_locale_from_utf8()
without the glib_dir() stuff, now that we know what the data is.
std::exception::what() can throw an exception. So I wonder what's the
best way to catch such an exception, given that it's used in exception
handlers itself.
+
+------- Additional Comments From martin-ml hippogriff de 2003-11-09 12:48 -------
+IMO, it has to be found out whether it is a bug that
+g_locale_from_utf8() fails. The string passed into it ("Fehler beim
+Ã\226ffnen des Verzeichnisses »/Hola«") looks like valid UTF-8 as
+two letters are occupied for each special character, the first one
+always being "Â".
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sun, 9 Nov 2003 13:27:24 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 124412] Changed - libbonobomm does not compile with the current version of orbitcpp
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=124412
Changed by rcook wyrms net
--- shadow/124412 Sun Nov 9 04:51:54 2003
+++ shadow/124412.tmp.32312 Sun Nov 9 13:27:24 2003
@@ -67,6 +67,12 @@
------- Additional Comments From rcook wyrms net 2003-11-08 11:52 -------
Is this flag applied to orbitcpp, libbonobomm, or both?
------- Additional Comments From murrayc usa net 2003-11-09 04:51 -------
It would be best just to get versions from cvs or wait for a new release.
+
+------- Additional Comments From rcook wyrms net 2003-11-09 13:27 -------
+I really don't have the option to wait or use the cvs as I maintain
+the Gnome section for SourceMage distribution and I am being asked for
+a fix for this. I found just appling it to the libbonobomm works for
+now. Once the new orbitcpp release is out I will remove it.
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, csaba fekete freemail hu
Cc:
Date: Sun, 9 Nov 2003 18:48:23 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 125385] Changed - libbonobomm-1.3.7 build failed
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=125385
Changed by bowie owens csiro au
--- shadow/125385 Thu Nov 6 23:21:20 2003
+++ shadow/125385.tmp.28772 Sun Nov 9 18:48:23 2003
@@ -1,13 +1,13 @@
Bug#: 125385
Product: gnomemm
Version: unspecified
OS: Linux
OS Details: Mandrake 9.2
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: csaba fekete freemail hu
TargetMilestone: ---
@@ -751,6 +751,9 @@
Hi Murray,
This is looks like the orbitcpp access specifier grief that we have
seen before. It is fixed in CVS. I'll put out a new release of
orbitcpp on Monday (yes I finallly have an account on widget now).
Hopefully we won't see any more of these bug reports from then on.
+
+------- Additional Comments From bowie owens csiro au 2003-11-09 18:48 -------
+Please upgrade to orbitcpp-1.3.8.
--__--__--
_______________________________________________
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]