[gtkmm] Gtkmm-forge digest, Vol 1 #594 - 3 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 129846] Changed - libglademm: Gtk::MenuItem accelerators lost during reparenting (bugzilla-daemon widget gnome org)
   2. [Bug 131172] New - duplicate namespace in atkmm/text.h and gtkmm/enums.h (bugzilla-daemon widget gnome org)
   3. [Bug 131172] Changed - duplicate namespace in atkmm/text.h and gtkmm/enums.h (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, roger whinlatter uklinux net
Cc: 
Date: Sun, 11 Jan 2004 13:41:34 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 129846] Changed - libglademm: Gtk::MenuItem accelerators lost during reparenting

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=129846

Changed by murrayc usa net 

--- shadow/129846	Mon Jan  5 10:22:31 2004
+++ shadow/129846.tmp.9726	Sun Jan 11 13:41:34 2004
@@ -58,6 +58,10 @@
 This works with the normal gnomemm/libglademm/examples/menus/example
 program.
 
 
 Regards,
 Roger
+
+------- Additional Comments From murrayc usa net  2004-01-11 13:41 -------
+So, the problem seems to be only with _stock_ accelerators. I still
+have not found any example of this in C, however.


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 11 Jan 2004 14:52:17 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 131172] New - duplicate namespace in atkmm/text.h and gtkmm/enums.h

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=131172

Changed by takekawa users sourceforge jp 

--- shadow/131172	Sun Jan 11 14:52:17 2004
+++ shadow/131172.tmp.24196	Sun Jan 11 14:52:17 2004
@@ -0,0 +1,49 @@
+Bug#: 131172
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: build
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: takekawa users sourceforge jp               
+TargetMilestone: ---
+URL: 
+Summary: duplicate namespace in atkmm/text.h and gtkmm/enums.h
+
+Intel compiler (both version 7 and 8) can not compile atk/atkmm/text.cc and
+gtk/gtkmm/enums.cc because of the duplicate namespace definitions such as
+`namespace Glib { class Glib::XXX; }`.
+
+../../atk/atkmm/text.h(181): error: qualified name is not allowed in
+namespace member declaration
+  class Glib::Value<Atk::TextAttribute> : public
+Glib::Value_Enum<Atk::TextAttribute>
+        ^
+ 
+../../atk/atkmm/text.h(181): error: class "Glib::<error>" is not an entity
+that can be explicitly specialized
+  class Glib::Value<Atk::TextAttribute> : public
+Glib::Value_Enum<Atk::TextAttribute>
+  ^
+ 
+text.cc(33): error: incomplete type is not allowed
+  GType Glib::Value<Atk::TextAttribute>::value_type()
+        ^
+
+../../gtk/gtkmm/enums.h(1321): error: qualified name is not allowed in
+namespace member declaration
+  class Glib::Value<Gtk::IconSize> : public Glib::Value_Enum<Gtk::IconSize>
+        ^
+ 
+../../gtk/gtkmm/enums.h(1321): error: class "Glib::<error>" is not an
+entity that can be explicitly specialized
+  class Glib::Value<Gtk::IconSize> : public Glib::Value_Enum<Gtk::IconSize>
+  ^
+ 
+enums.cc(32): error: incomplete type is not allowed
+  GType Glib::Value<Gtk::IconSize>::value_type()
+        ^


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 11 Jan 2004 14:55:55 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 131172] Changed - duplicate namespace in atkmm/text.h and gtkmm/enums.h

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=131172

Changed by takekawa users sourceforge jp 

--- shadow/131172	Sun Jan 11 14:52:17 2004
+++ shadow/131172.tmp.26142	Sun Jan 11 14:55:55 2004
@@ -44,6 +44,11 @@
   class Glib::Value<Gtk::IconSize> : public Glib::Value_Enum<Gtk::IconSize>
   ^
  
 enums.cc(32): error: incomplete type is not allowed
   GType Glib::Value<Gtk::IconSize>::value_type()
         ^
+
+------- Additional Comments From takekawa users sourceforge jp  2004-01-11 14:55 -------
+Created an attachment (id=23239)
+patch to fix duplicate namespace
+



--__--__--

_______________________________________________
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]