[gtkmm] Gtkmm-forge digest, Vol 1 #576 - 5 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 128932] Changed - gnome-vfsmm-1.3.4 won't build with gcc-2.95.x (bugzilla-daemon widget gnome org)
   2. [Bug 128560] Changed - Menu Items show incorrect foreground color in some themes. (bugzilla-daemon widget gnome org)
   3. [Bug 129210] New - gtkmm-2.3.1 does not build (bugzilla-daemon widget gnome org)
   4. [Bug 128560] Changed - Menu Items show incorrect foreground color in some themes. (bugzilla-daemon widget gnome org)
   5. [Bug 129210] Changed - gtkmm-2.3.1 does not build (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, dalgoda ix netcom com
Cc: 
Date: Fri, 12 Dec 2003 11:46:42 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 128932] Changed - gnome-vfsmm-1.3.4 won't build with gcc-2.95.x

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

Changed by murrayc usa net 

--- shadow/128932	Tue Dec  9 17:48:23 2003
+++ shadow/128932.tmp.8429	Fri Dec 12 11:46:41 2003
@@ -464,6 +464,11 @@
 +  GnomeVFSResult result =
 gnome_vfs_get_file_info_uri(const_cast<GnomeVFSURI*>(gobj()), file_info,
 (GnomeVFSFileInfoOptions)(options));
    handle_result(result);
    return Glib::wrap(file_info);
  }
+
+------- Additional Comments From murrayc usa net  2003-12-12 11:46 -------
+Thanks, but please _attach_ your patch and patch the ChangeLog. In
+general, please see:
+http://www.gtkmm.org/bugs.shtml


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
	marshall culpepper sbcglobal net
Cc: 
Date: Fri, 12 Dec 2003 12:19:56 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 128560] Changed - Menu Items show incorrect foreground color in some themes.

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

Changed by murrayc usa net 

--- shadow/128560	Thu Dec  4 19:46:37 2003
+++ shadow/128560.tmp.32032	Fri Dec 12 12:19:56 2003
@@ -25,6 +25,13 @@
 
 comparison:
 Gtk+-2.0
    http://warlock.arcaner.com/gtk-demo-menu.png
 Gtk--
    http://warlock.arcaner.com/gtkmm-demo-menu.png
+
+------- Additional Comments From murrayc usa net  2003-12-12 12:19 -------
+Where exactly did you get the themes? Is there a source tarball
+somewhere? Sorry, I'm not on Fedora yet, just RedHat 9. I have tried
+this with standard GNOME high-contrast themes, but can't reproduce it.
+
+Are your GTK+ and gtkmm definitely in the same prefix?


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, dalgoda ix netcom com
Cc: 
Date: Fri, 12 Dec 2003 13:08:46 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 129210] New - gtkmm-2.3.1 does not build

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

Changed by dalgoda ix netcom com 

--- shadow/129210	Fri Dec 12 13:08:46 2003
+++ shadow/129210.tmp.4122	Fri Dec 12 13:08:46 2003
@@ -0,0 +1,61 @@
+Bug#: 129210
+Product: gtkmm
+Version: 2.4
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: build
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: dalgoda ix netcom com               
+TargetMilestone: ---
+URL: 
+Summary: gtkmm-2.3.1 does not build
+
+g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"gtkmm\" -I../../gtk
+-I../../../gtkmm-2.3.1/gtk -I../../pango -I../../../gtkmm-2.3.1/pango
+-I../../atk -I../../../gtkmm-2.3.1/atk -I../../gdk
+-I../../../gtkmm-2.3.1/gdk -I../../gtk -I../../../gtkmm-2.3.1/gtk
+-I/usr/include/glibmm-2.3 -I/usr/lib/glibmm-2.3/include
+-I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2
+-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0
+-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include
+-I/usr/include/pango-1.0 -I/usr/include/freetype2 -g -O2 -Wall -c
+../../../gtkmm-2.3.1/gtk/gtkmm/radioaction.cc
+-Wp,-MD,.deps/radioaction.TPlo  -fPIC -DPIC -o .libs/radioaction.o
+In file included from ../../../gtkmm-2.3.1/gtk/gtkmm/radioaction.cc:3:
+../../../gtkmm-2.3.1/gtk/gtkmm/radioaction.h:100: declaration of `typedef
+class Gtk::RadioButtonGroup Gtk::RadioAction::Group'
+../../../gtkmm-2.3.1/gtk/gtkmm/radioaction.h:87: conflicts with previous
+declaration `typedef class Gtk::RadioButtonGroup Gtk::RadioAction::Group'
+make[1]: *** [radioaction.lo] Error 1
+make[1]: Leaving directory `/usr/src/gtkmm/gtkmm-2.3.1-build/gtk/gtkmm'
+make: *** [all-recursive] Error 1
+
+
+And yup, it's duplicated:
+
+public:
+  typedef RadioButtonGroup Group;
+
+private:
+  RadioAction();
+  explicit RadioAction(Group& group, const Glib::ustring& name, const
+StockID& s
+
+public:
+
+  static Glib::RefPtr<RadioAction> create();
+
+  static Glib::RefPtr<RadioAction> create(Group& group, const
+Glib::ustring& nam
+  static Glib::RefPtr<RadioAction> create(Group& group, const
+Glib::ustring& nam
+
+  typedef RadioButtonGroup Group;
+
+gcc version 2.95.4 20020723 (prerelease)
+
+Is this within spec and this older g++ is broken or what?


--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 12 Dec 2003 13:25:11 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 128560] Changed - Menu Items show incorrect foreground color in some themes.

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

Changed by marshall culpepper sbcglobal net 

--- shadow/128560	Fri Dec 12 12:19:56 2003
+++ shadow/128560.tmp.13639	Fri Dec 12 13:25:11 2003
@@ -32,6 +32,14 @@
 ------- Additional Comments From murrayc usa net  2003-12-12 12:19 -------
 Where exactly did you get the themes? Is there a source tarball
 somewhere? Sorry, I'm not on Fedora yet, just RedHat 9. I have tried
 this with standard GNOME high-contrast themes, but can't reproduce it.
 
 Are your GTK+ and gtkmm definitely in the same prefix?
+
+------- Additional Comments From marshall culpepper sbcglobal net  2003-12-12 13:25 -------
+The Gnome-Bluecurve theme came with Fedora Core, and the Industrial 
+GTK theme is a compiled theme downloaded from http://art.gnome.org.
+
+The Industrial theme is installed under my local users home 
+directory. The prefix for gtk+-2.2.4 is /usr and the prefix for 
+gtkmm-2.2.8 is /usr/local.. will that make a difference?


--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, dalgoda ix netcom com
Cc: 
Date: Fri, 12 Dec 2003 18:49:19 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 129210] Changed - gtkmm-2.3.1 does not build

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

Changed by dalgoda ix netcom com 

--- shadow/129210	Fri Dec 12 13:08:46 2003
+++ shadow/129210.tmp.32764	Fri Dec 12 18:49:19 2003
@@ -56,6 +56,59 @@
 
   typedef RadioButtonGroup Group;
 
 gcc version 2.95.4 20020723 (prerelease)
 
 Is this within spec and this older g++ is broken or what?
+
+------- Additional Comments From dalgoda ix netcom com  2003-12-12 18:49 -------
+After removing the duplicate member on line 100, I was able to proceed
+further, but then came upon another issue.
+
+I got error messages that lead me to adding the line:
+#include <memory>
+to gtkmm-2.3.1/gtk/gtkmm/toolbar.h
+
+But now I'm getting other interesting compilation errors:
+ g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"gtkmm\" -I../../gtk
+-I../../../gtkmm-2.3.1/gtk -I../../pango -I../../../gtkmm-2.3.1/pango
+-I../../atk -I../../../gtkmm-2.3.1/atk -I../../gdk
+-I../../../gtkmm-2.3.1/gdk -I../../gtk -I../../../gtkmm-2.3.1/gtk
+-I/usr/include/glibmm-2.3 -I/usr/lib/glibmm-2.3/include
+-I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2
+-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
+-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
+-I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/include/pango-1.0
+-I/usr/include/freetype2 -g -O2 -Wall -c
+../../../gtkmm-2.3.1/gtk/gtkmm/toolbar.cc -Wp,-MD,.deps/toolbar.TPlo 
+-fPIC -DPIC -o .libs/toolbar.o
+../../../gtkmm-2.3.1/gtk/gtkmm/toolbar.cc: In method `class
+Gtk::Toolbar_Helpers::ToolList & Gtk::Toolbar::tools()':
+../../../gtkmm-2.3.1/gtk/gtkmm/toolbar.cc:416: initialization of
+non-const reference type `class
+auto_ptr<Gtk::Toolbar_Helpers::ToolList> &'
+../../../gtkmm-2.3.1/gtk/gtkmm/toolbar.cc:416: from rvalue of type
+`auto_ptr<Gtk::Toolbar_Helpers::ToolList>'
+/usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3/memory:40:
+in passing argument 1 of
+`auto_ptr<Gtk::Toolbar_Helpers::ToolList>::operator
+=(auto_ptr<Gtk::Toolbar_Helpers::ToolList> &)'
+../../../gtkmm-2.3.1/gtk/gtkmm/toolbar.cc: In method `const class
+Gtk::Toolbar_Helpers::ToolList & Gtk::Toolbar::tools() const':
+../../../gtkmm-2.3.1/gtk/gtkmm/toolbar.cc:428: initialization of
+non-const reference type `class
+auto_ptr<Gtk::Toolbar_Helpers::ToolList> &'
+../../../gtkmm-2.3.1/gtk/gtkmm/toolbar.cc:428: from rvalue of type
+`auto_ptr<Gtk::Toolbar_Helpers::ToolList>'
+/usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3/memory:40:
+in passing argument 1 of
+`auto_ptr<Gtk::Toolbar_Helpers::ToolList>::operator
+=(auto_ptr<Gtk::Toolbar_Helpers::ToolList> &)'
+make[1]: *** [toolbar.lo] Error 1
+make[1]: Leaving directory `/usr/src/gtkmm/gtkmm-2.3.1-build/gtk/gtkmm'
+make: *** [all-recursive] Error 1
+
+And everything I've read on this seems to indicate a programming error
+that says the following construct is illegal c++:
+    tools_proxy_ = tools_proxy_ptr_type(new ToolList);
+
+



--__--__--

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