[gtkmm] Gtkmm-forge digest, Vol 1 #555 - 6 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #555 - 6 msgs
- Date: Wed, 12 Nov 2003 20:06:20 -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 126721] Changed - can not access elements of TreeView::get_columns()const (bugzilla-daemon widget gnome org)
2. [Bug 126756] Changed - openssl set_key() macro clashes with Device::set_key() (bugzilla-daemon widget gnome org)
3. [Bug 126721] Changed - can not access elements of TreeView::get_columns()const (bugzilla-daemon widget gnome org)
4. [Bug 126721] Changed - can not access elements of TreeView::get_columns()const (bugzilla-daemon widget gnome org)
5. [Bug 126324] Changed - gtkmm 2.2 doesn't build with GTK+ 2.3 (bugzilla-daemon widget gnome org)
6. [Bug 126721] Changed - can not access elements of TreeView::get_columns()const (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, christof petig-baender de
Cc:
Date: Wed, 12 Nov 2003 08:18:59 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 126721] Changed - can not access elements of TreeView::get_columns()const
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=126721
Changed by murrayc usa net
--- shadow/126721 Tue Nov 11 07:51:22 2003
+++ shadow/126721.tmp.29893 Wed Nov 12 08:18:59 2003
@@ -1,13 +1,13 @@
Bug#: 126721
Product: gtkmm
Version: 2.2
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: minor
Priority: Normal
Component: TreeView
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: christof petig-baender de
TargetMilestone: ---
@@ -45,6 +45,15 @@
/usr/include/gtkmm-2.0/glibmm/containerhandle_shared.h:162: error:
initializing argument 1 of `Gtk::TreeViewColumn*
Glib::wrap(GtkTreeViewColumn*, bool)'
# pkg-config --modversion gtkmm-2.0
2.2.8
+
+------- Additional Comments From murrayc usa net 2003-11-12 08:18 -------
+Please see:
+http://www.gtkmm.org/gtkmm2/docs/tutorial/html/ch03s05.html
+and
+http://www.gtkmm.org/gtkmm2/docs/reference/html/classGlib_1_1ListHandle.html
+
+If this is still a problem after using a non-intermediate C++
+container, please reopen this bug.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, toka freebits de
Cc:
Date: Wed, 12 Nov 2003 08:43:34 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 126756] Changed - openssl set_key() macro clashes with Device::set_key()
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=126756
Changed by murrayc usa net
--- shadow/126756 Tue Nov 11 16:28:03 2003
+++ shadow/126756.tmp.12436 Wed Nov 12 08:43:33 2003
@@ -2,20 +2,20 @@
Product: gtkmm
Version: 2.2
OS: Linux
OS Details: Gentoo 1.4 - Linux 2.4.21
Status: NEW
Resolution:
-Severity: major
+Severity: minor
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: toka freebits de
TargetMilestone: ---
URL:
-Summary: wrong usage of DES_set_key() function
+Summary: openssl set_key() macro clashes with Device::set_key()
If I compile my project the following error will appear:
In file included from /usr/include/gtkmm-2.0/gdkmm/display.h:30,
from /usr/include/gtkmm-2.0/gtkmm/widget.h:37,
from /usr/include/gtkmm-2.0/gtkmm/container.h:28,
@@ -31,6 +31,21 @@
from /usr/include/gtkmm-2.0/gtkmm/bin.h:29,
from /usr/include/gtkmm-2.0/gtkmm/window.h:31,
from ../include/windowtoplevel.h:24,
from main.cc:37:
/usr/include/gtkmm-2.0/gdkmm/device.h:131: error: variable or field `
des_set_key' declared void
+
+------- Additional Comments From murrayc usa net 2003-11-12 08:43 -------
+On irc you mentioned that this had something to do with opensll. Do I
+remember that correctly?
+
+gtkmm is certainly not meaning to call any part of the openssl API.
+This is the code on that line:
+ void set_key (guint index_, guint keyval, ModifierType modifiers);
+
+I guess that a public openssl header defines a C macro as set_key().
+That would be a terrible opensll bug that you must tell them about ASAP.
+
+You can test this theory by just #including your openssl header in any
+gtkmm example. Please do tell me what you find out.
+
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 12 Nov 2003 09:07:11 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 126721] Changed - can not access elements of TreeView::get_columns()const
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=126721
Changed by christof petig-baender de
--- shadow/126721 Wed Nov 12 08:18:59 2003
+++ shadow/126721.tmp.28677 Wed Nov 12 09:07:11 2003
@@ -1,13 +1,13 @@
Bug#: 126721
Product: gtkmm
Version: 2.2
OS: Linux
OS Details:
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: minor
Priority: Normal
Component: TreeView
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: christof petig-baender de
TargetMilestone: ---
@@ -54,6 +54,20 @@
http://www.gtkmm.org/gtkmm2/docs/tutorial/html/ch03s05.html
and
http://www.gtkmm.org/gtkmm2/docs/reference/html/classGlib_1_1ListHandle.html
If this is still a problem after using a non-intermediate C++
container, please reopen this bug.
+
+------- Additional Comments From christof petig-baender de 2003-11-12 09:07 -------
+Sorry, I was not explicit enough. The problem is that this TreeView member
+
+Glib::ListHandle<const TreeViewColumn*> get_columns() const;
+
+returns exactly the type which causes the for loop to fail compiling.
+So my problem is not with ListHandle per se (though the bug might lie
+here) but with exactly the type get_columns returns.
+
+I can't access any member of this ListHandle (due to constness errors).
+
+The program above was the minimal code showing the problem (I did
+never say that this is reasonable code).
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 12 Nov 2003 09:15:43 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 126721] Changed - can not access elements of TreeView::get_columns()const
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=126721
Changed by christof petig-baender de
--- shadow/126721 Wed Nov 12 09:07:11 2003
+++ shadow/126721.tmp.1357 Wed Nov 12 09:15:43 2003
@@ -68,6 +68,11 @@
here) but with exactly the type get_columns returns.
I can't access any member of this ListHandle (due to constness errors).
The program above was the minimal code showing the problem (I did
never say that this is reasonable code).
+
+------- Additional Comments From christof petig-baender de 2003-11-12 09:15 -------
+Created an attachment (id=21385)
+More elaborate test case which makes clear what I originally intended to do
+
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, pierre42d 9online fr
Cc:
Date: Wed, 12 Nov 2003 10:34:51 -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 Tue Nov 11 19:41:42 2003
+++ shadow/126324.tmp.13208 Wed Nov 12 10:34:51 2003
@@ -96,6 +96,9 @@
that slight GtkCellRenderer::render() API change in GTK+ 2.3. So not
#ifdef seems to be needed.
------- Additional Comments From pierre42d 9online fr 2003-11-11 19:41 -------
Yes, for information I build gtkmm 2.3.0 without any error
+
+------- Additional Comments From murrayc usa net 2003-11-12 10:34 -------
+I would like you to check whether gtkmm 2.2 from cvs builds without error.
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, christof petig-baender de
Cc:
Date: Wed, 12 Nov 2003 10:38:40 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 126721] Changed - can not access elements of TreeView::get_columns()const
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=126721
Changed by murrayc usa net
--- shadow/126721 Wed Nov 12 09:15:43 2003
+++ shadow/126721.tmp.15584 Wed Nov 12 10:38:40 2003
@@ -73,6 +73,12 @@
never say that this is reasonable code).
------- Additional Comments From christof petig-baender de 2003-11-12 09:15 -------
Created an attachment (id=21385)
More elaborate test case which makes clear what I originally intended to do
+
+------- Additional Comments From murrayc usa net 2003-11-12 10:38 -------
+I don't get it - you are still using ListHandle in your test case. Do
+you have a snippet of test case that use std::list or std::vector
+instead? Maybe you're helping me to find the solution, but I don't see
+the problem yet.
--__--__--
_______________________________________________
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]