[gtkmm] Gtkmm-forge digest, Vol 1 #378 - 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 108914] Changed - Docs for Glib::Module (bugzilla-daemon widget gnome org)
   2. [Bug 108694] Changed - 'make install' ignores DESTDIR (bugzilla-daemon widget gnome org)
   3. [Bug 108971] New - Deriving from Glib::Object produces debug spew (bugzilla-daemon widget gnome org)
   4. [Bug 108240] Changed - Examples/book source files not installed by 'make install' (bugzilla-daemon widget gnome org)
   5. [Bug 108695] Changed - 'autoheader'  and 'autoreconf' fails (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 22 Mar 2003 15:39:26 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108914] Changed - Docs for Glib::Module

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

Changed by murrayc usa net 

--- shadow/108914	Fri Mar 21 11:58:57 2003
+++ shadow/108914.tmp.20174	Sat Mar 22 15:39:26 2003
@@ -18,6 +18,26 @@
 API documentation for Glib::Module will be attached.
 
 ------- Additional Comments From r burton 180sw com  2003-03-21 11:58 -------
 Created an attachment (id=15154)
 API docs patch
 
+
+------- Additional Comments From murrayc usa net  2003-03-22 15:39 -------
+Is this based on the C documentation?
+
+I don't like the mention of reference counting - C++ people shouldn't
+care about manual reference counting.
+
+The C++ object is called Glib::Module, or Module, not GModule.
+
+> If nothing can be found, at the moment a valid GModule is
+> +   * returned but gobj() will be NULL. This will be fixed in 2.4.
+Nobody would expect an invalid C++ instance. That has no meaning. Just
+say "check that gobj() != NULL to see whether this succeeded. glibmm
+2.4 will have an operator=() for this."
+
+The documentation for the destructor seems to be superfluous. Of
+course destructors release memory.,
+
+std::strings can not be NULL. If the C function can take this then we
+need to add a method overload without that parameter.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
	enrico scholz informatik tu-chemnitz de
Cc: 
Date: Sat, 22 Mar 2003 15:51:11 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108694] Changed - 'make install' ignores DESTDIR

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

Changed by murrayc usa net 

--- shadow/108694	Fri Mar 21 05:10:19 2003
+++ shadow/108694.tmp.25939	Sat Mar 22 15:51:11 2003
@@ -1,13 +1,13 @@
 Bug#: 108694
 Product: gtkmm
 Version: 2.4
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: build
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: enrico scholz informatik tu-chemnitz de               
 TargetMilestone: ---
@@ -52,6 +52,9 @@
 ------- Additional Comments From olau hardworking dk  2003-03-20 16:24 -------
 Applied to gtkmm 2.2. It didn't succeed for gtkmm 2.4, which doesn't
 seem to have the same rules in Makefile.am_fragment.
 
 ------- Additional Comments From murrayc usa net  2003-03-21 05:10 -------
 Thanks Ole.
+
+------- Additional Comments From murrayc usa net  2003-03-22 15:51 -------
+Applied to glibmm 2.4 and gtkmm 2.4



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 22 Mar 2003 15:51:55 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108971] New - Deriving from Glib::Object produces debug spew

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

Changed by snickell stanford edu 

--- shadow/108971	Sat Mar 22 15:51:55 2003
+++ shadow/108971.tmp.26493	Sat Mar 22 15:51:55 2003
@@ -0,0 +1,28 @@
+Bug#: 108971
+Product: gtkmm
+Version: 2.4
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: snickell stanford edu               
+TargetMilestone: ---
+URL: 
+Summary: Deriving from Glib::Object produces debug spew
+
+I'm trying to derive from Glib::Object, but in object.cc we find:
+
+Object::Object()
+{
+  // This constructor is ONLY for derived classes that are NOT wrappers of
+  // derived C objects.  For instance, Gtk::Object should NOT use this
+  // constructor.  TODO: Remove the g_warning()
+  g_warning("Object::Object(): Did you really mean to call this?");
+  ...
+
+Which makes my program produce tons of unnecessary (and not really
+accurate) debug output. Just making sure the TODO doesn't get forgotten :-)



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, cgustin ibelgique com
Cc: olau hardworking dk
Date: Sat, 22 Mar 2003 16:07:55 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108240] Changed - Examples/book source files not installed by 'make install'

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

Changed by murrayc usa net 

--- shadow/108240	Fri Mar 21 16:20:39 2003
+++ shadow/108240.tmp.32469	Sat Mar 22 16:07:55 2003
@@ -1,13 +1,13 @@
 Bug#: 108240
 Product: gtkmm
 Version: 2.2
 OS: All
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: reference documentation
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: cgustin ibelgique com               
 QAContact: gtkmm-forge lists sourceforge net
@@ -248,6 +248,25 @@
 gdk/gdkmm/Makefile.am:32: variable `win32_dlls_extra_libs' not defined
 gtk/gtkmm/Makefile.am:35: variable `win32_dlls_extra_libs' not defined
 pango/pangomm/Makefile.am:32: variable `win32_dlls_extra_libs' not defined
 ole:~/cvs/gtkmm$
 
 (Cc'ing myself, I really should have done that with the other bugs too.)
+
+------- Additional Comments From murrayc usa net  2003-03-22 16:07 -------
+I think this entry covers 2 combined gtkmm 2.2 entries, but thanks for
+being vigilant:
+
+2003-03-18  Cedric Gustin  <cgustin ibelgique com>
+   
+        * Makefile.am : removed examples from DIST_SUBDIRS
+  
+2003-03-18  Enrico Scholz  <enrico scholz informatik tu-chemnitz de>
+  
+        * examples/Makefile.am_fragment:  Added DESTDIR-support.
+
+
+This has been applied to glibmm 2.4 and gtkmm 2.4.
+
+The autogen works for me. Maybe it's a problem with your autotools or
+maybe it will show up for other people later. Thanks.
+



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
	enrico scholz informatik tu-chemnitz de
Cc: 
Date: Sat, 22 Mar 2003 16:24:13 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108695] Changed - 'autoheader'  and 'autoreconf' fails

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

Changed by murrayc usa net 

--- shadow/108695	Fri Mar 21 05:12:04 2003
+++ shadow/108695.tmp.5830	Sat Mar 22 16:24:13 2003
@@ -61,6 +61,13 @@
 'make' succeeds also.
 
 My changes are affecting 'autoheader' and 'autoreconf' only.
 
 ------- Additional Comments From murrayc usa net  2003-03-21 05:12 -------
 Great. This should be applied to both branches, and glibmm too probably.
+
+------- Additional Comments From murrayc usa net  2003-03-22 16:24 -------
+Applied to gtkmm 2.2, glibmm 2.4 and gtkmm 2.4.
+
+By the way, why do you want to use autoheader. What does it do that
+our autogen.sh does not? In general I think that autoreconf does not
+work with GNOME projects, because they do extra stuff such as intltoolize.




--__--__--

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