[gtkmm] Gtkmm-forge digest, Vol 1 #376 - 10 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 108240] Changed - Examples/book source files not installed by 'make install' (bugzilla-daemon widget gnome org)
   2. [Bug 108484] Changed - lowl-level GDK methods for Widget from scratch (bugzilla-daemon widget gnome org)
   3. [Bug 108694] Changed - 'make install' ignores DESTDIR (bugzilla-daemon widget gnome org)
   4. [Bug 108695] Changed - 'autoheader'  and 'autoreconf' fails (bugzilla-daemon widget gnome org)
   5. [Bug 108240] Changed - Examples/book source files not installed by 'make install' (bugzilla-daemon widget gnome org)
   6. [Bug 108694] Changed - 'make install' ignores DESTDIR (bugzilla-daemon widget gnome org)
   7. [Bug 108695] Changed - 'autoheader'  and 'autoreconf' fails (bugzilla-daemon widget gnome org)
   8. [Bug 108484] Changed - lowl-level GDK methods for Widget from scratch (bugzilla-daemon widget gnome org)
   9. [Bug 108914] New - Docs for Glib::Module (bugzilla-daemon widget gnome org)
  10. [Bug 108914] Changed - Docs for Glib::Module (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, cgustin ibelgique com
Cc: 
Date: Thu, 20 Mar 2003 15:57:30 -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 olau hardworking dk 

--- shadow/108240	Wed Mar 19 10:40:40 2003
+++ shadow/108240.tmp.8876	Thu Mar 20 15:57:29 2003
@@ -193,6 +193,22 @@
 Created an attachment (id=15097)
 distclean problem patch
 
 
 ------- Additional Comments From murrayc usa net  2003-03-19 10:40 -------
 This should be comitted to both "branches". Thanks. 
+
+------- Additional Comments From olau hardworking dk  2003-03-20 15:57 -------
+I've applied the patch to both gtkmm 2.4 and the gtkmm 2.2 module. It
+didn't apply cleanly to gtkmm 2.4 with 'patch -p0 < patchname' (no
+idea why), so I had to fix it manually. Strange. Murray, it seems you
+didn't patch the ChangeLog for 2.4?
+
+Also, gtkmm 2.4 doesn't seem to build so I couldn't really test it. It
+never produces configure, instead stops with 
+
+  atk/atkmm/Makefile.am:33: variable `win32_dlls_extra_libs' not defined
+  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
+



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, detlef reichl arcor de
Cc: 
Date: Thu, 20 Mar 2003 16:12:48 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108484] Changed - lowl-level GDK methods for Widget from scratch

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

Changed by olau hardworking dk 

--- shadow/108484	Tue Mar 18 10:49:25 2003
+++ shadow/108484.tmp.19095	Thu Mar 20 16:12:48 2003
@@ -76,6 +76,11 @@
 GdkWindow: OK. _MEMBER_SET_GOBJECT() seems to take care of ref-ing and
 unrefing for us, so I didn't need to worry.
 
 Allocation: Yes, this seems to be a simple copy-by-value struct.
 
 This should be applied to gtkmm 2.4, with a ChangeLog entry.
+
+------- Additional Comments From olau hardworking dk  2003-03-20 16:12 -------
+Applied. Detlef, if you could patch the ChangeLog too next time, it
+would make the process a little less tedious for random persons like
+me who are applying patches on behalf of Murray. :-)



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
	enrico scholz informatik tu-chemnitz de
Cc: 
Date: Thu, 20 Mar 2003 16:24:09 -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 olau hardworking dk 

--- shadow/108694	Wed Mar 19 10:44:49 2003
+++ shadow/108694.tmp.26643	Thu Mar 20 16:24:09 2003
@@ -45,6 +45,10 @@
 
 
 ------- Additional Comments From murrayc usa net  2003-03-19 10:44 -------
 Wonderful. I suspect that this fixes distcheck too. This should be 
 applied to both "branches". Thanks.
 
+
+------- 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.



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
	enrico scholz informatik tu-chemnitz de
Cc: 
Date: Fri, 21 Mar 2003 00:13:04 -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 enrico scholz informatik tu-chemnitz de 

--- shadow/108695	Thu Mar 20 03:14:07 2003
+++ shadow/108695.tmp.24569	Fri Mar 21 00:13:04 2003
@@ -52,6 +52,12 @@
 "
 3. These changes look good. The patch should be committed to 
 both "branches", IF our autogen.sh works with if. Thanks.
 "
 
 So does our autogen.sh continue to work with these changes?
+
+------- Additional Comments From enrico scholz informatik tu-chemnitz de  2003-03-21 00:13 -------
+I do not see problems with autogen.sh; it runs without failures and
+'make' succeeds also.
+
+My changes are affecting 'autoheader' and 'autoreconf' only.



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, cgustin ibelgique com
Cc: 
Date: Fri, 21 Mar 2003 05:09:13 -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	Thu Mar 20 15:57:29 2003
+++ shadow/108240.tmp.17054	Fri Mar 21 05:09:13 2003
@@ -209,6 +209,17 @@
   atk/atkmm/Makefile.am:33: variable `win32_dlls_extra_libs' not defined
   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
 
+
+------- Additional Comments From murrayc usa net  2003-03-21 05:09 -------
+Thank you, Ole.
+
+> Strange. Murray, it seems you didn't patch the ChangeLog for 2.4
+
+What didn't I put in the ChangeLog?
+
+Re. the gtkmm 2.4 build: Did you run autogen.sh again?
+
+



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
	enrico scholz informatik tu-chemnitz de
Cc: 
Date: Fri, 21 Mar 2003 05:10:19 -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	Thu Mar 20 16:24:09 2003
+++ shadow/108694.tmp.17606	Fri Mar 21 05:10:19 2003
@@ -1,9 +1,9 @@
 Bug#: 108694
 Product: gtkmm
-Version: 2.2
+Version: 2.4
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: normal
 Priority: Normal
@@ -49,6 +49,9 @@
 applied to both "branches". Thanks.
 
 
 ------- 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.



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
	enrico scholz informatik tu-chemnitz de
Cc: 
Date: Fri, 21 Mar 2003 05:12:04 -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 00:13:04 2003
+++ shadow/108695.tmp.18469	Fri Mar 21 05:12:04 2003
@@ -58,6 +58,9 @@
 
 ------- Additional Comments From enrico scholz informatik tu-chemnitz de  2003-03-21 00:13 -------
 I do not see problems with autogen.sh; it runs without failures and
 '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.



--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, detlef reichl arcor de
Cc: 
Date: Fri, 21 Mar 2003 05:14:02 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108484] Changed - lowl-level GDK methods for Widget from scratch

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

Changed by murrayc usa net 

--- shadow/108484	Thu Mar 20 16:12:48 2003
+++ shadow/108484.tmp.19133	Fri Mar 21 05:14:02 2003
@@ -1,13 +1,13 @@
 Bug#: 108484
 Product: gtkmm
 Version: 2.4
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: detlef reichl arcor de               
 TargetMilestone: ---
@@ -81,6 +81,9 @@
 This should be applied to gtkmm 2.4, with a ChangeLog entry.
 
 ------- Additional Comments From olau hardworking dk  2003-03-20 16:12 -------
 Applied. Detlef, if you could patch the ChangeLog too next time, it
 would make the process a little less tedious for random persons like
 me who are applying patches on behalf of Murray. :-)
+
+------- Additional Comments From murrayc usa net  2003-03-21 05:14 -------
+Thanks Ole.



--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 21 Mar 2003 11:45:24 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108914] New - 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 r burton 180sw com 

--- shadow/108914	Fri Mar 21 11:45:24 2003
+++ shadow/108914.tmp.31299	Fri Mar 21 11:45:24 2003
@@ -0,0 +1,18 @@
+Bug#: 108914
+Product: gtkmm
+Version: 2.2
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: reference documentation
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: r burton 180sw com               
+QAContact: gtkmm-forge lists sourceforge net
+TargetMilestone: ---
+URL: 
+Summary: Docs for Glib::Module
+
+API documentation for Glib::Module will be attached.



--__--__--

Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 21 Mar 2003 11:58:57 -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 r burton 180sw com 

--- shadow/108914	Fri Mar 21 11:45:24 2003
+++ shadow/108914.tmp.3676	Fri Mar 21 11:58:57 2003
@@ -13,6 +13,11 @@
 QAContact: gtkmm-forge lists sourceforge net
 TargetMilestone: ---
 URL: 
 Summary: Docs for Glib::Module
 
 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
+




--__--__--

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