[gtkmm] Gtkmm-forge digest, Vol 1 #284 - 14 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 97729] Changed - ScrolledWindow: Warning during destruction. (bugzilla-daemon widget gnome org)
   2. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   3. [Bug 97729] Changed - ScrolledWindow: Warning during destruction. (bugzilla-daemon widget gnome org)
   4. [Bug 97729] Changed - ScrolledWindow: Warning during destruction. (bugzilla-daemon widget gnome org)
   5. [Bug 97996] Changed - member Adjustment assigned to managed Widget causes Gtk-WARNING at clean up (bugzilla-daemon widget gnome org)
   6. [Bug 98410] Changed - Gtk::StatusBar documentation refers to non-existing messages() function (bugzilla-daemon widget gnome org)
   7. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   8. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   9. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
  10. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
  11. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
  12. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
  13. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
  14. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 13 Nov 2002 18:33:03 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97729] Changed - ScrolledWindow: Warning during destruction.

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

Changed by murrayc usa net 

--- shadow/97729	Wed Nov 13 15:02:43 2002
+++ shadow/97729.tmp.19111	Wed Nov 13 18:33:03 2002
@@ -75,6 +75,12 @@
 GtkViewport, then puts the widget in that. But only gtkmm containers
 don't destroy their children. Sent mail to gtk-devel list with a
 possible solution.
 
 We can fix this as a one-off, but I'd like a more general
 gtkmm-widgets-inside-GTK+-containers solution.
+
+------- Additional Comments From murrayc usa net  2002-11-13 18:33 -------
+Here is an imperfect patch that works with the GTK+ patch and fixes
+the problem. It doesn't look like the GTK+ patch will be approved,
+which might be awful. But Daniel has another idea, involving
+overriding the dispose vfunc, so I'll try that too.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: cgustin ibelgique com
Date: Wed, 13 Nov 2002 20:12:32 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by murrayc usa net 

--- shadow/98312	Wed Nov 13 13:24:11 2002
+++ shadow/98312.tmp.28465	Wed Nov 13 20:12:32 2002
@@ -121,6 +121,21 @@
 
 ------- Additional Comments From naofumi yasufuku net  2002-11-13 13:24 -------
 Re. gtkmm2-win32-macro.patch:
   Are gtk/gtkmm/stock.{h,cc} generated files? I produced these patches
 against the CVS source using cvs diff command.
 
+
+------- Additional Comments From murrayc usa net  2002-11-13 20:12 -------
+> Re. gtkmm2-win32-macro.patch:
+>   Are gtk/gtkmm/stock.{h,cc} generated files? I produced these patches
+> against the CVS source using cvs diff command.
+Sorry. Ignore that.
+
+
+I would hope that gtkmm2 could be built on win32 without rerunning
+autoconf/automake/libtoolize. So I would hope that the libtool files
+in the tarball are enough. If this is not possible then I hope it's
+documented in README.win32.
+
+I'm sorry to delay this, but I will need Cedric Gustin to approve the
+changes.



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 13 Nov 2002 20:50:23 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97729] Changed - ScrolledWindow: Warning during destruction.

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

Changed by murrayc usa net 

--- shadow/97729	Wed Nov 13 18:33:03 2002
+++ shadow/97729.tmp.9460	Wed Nov 13 20:50:23 2002
@@ -81,6 +81,11 @@
 
 ------- Additional Comments From murrayc usa net  2002-11-13 18:33 -------
 Here is an imperfect patch that works with the GTK+ patch and fixes
 the problem. It doesn't look like the GTK+ patch will be approved,
 which might be awful. But Daniel has another idea, involving
 overriding the dispose vfunc, so I'll try that too.
+
+------- Additional Comments From murrayc usa net  2002-11-13 20:50 -------
+Created an attachment (id=12298)
+gtkmm_c_containers_qdata.patch
+



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 13 Nov 2002 21:12:35 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97729] Changed - ScrolledWindow: Warning during destruction.

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

Changed by murrayc usa net 

--- shadow/97729	Wed Nov 13 20:50:23 2002
+++ shadow/97729.tmp.20020	Wed Nov 13 21:12:35 2002
@@ -86,6 +86,11 @@
 overriding the dispose vfunc, so I'll try that too.
 
 ------- Additional Comments From murrayc usa net  2002-11-13 20:50 -------
 Created an attachment (id=12298)
 gtkmm_c_containers_qdata.patch
 
+
+------- Additional Comments From murrayc usa net  2002-11-13 21:12 -------
+OK, I _think_ this is fixed in CVS without needing to change GTK+.
+Please test and confirm, and watch out for any other lifetime problems
+that it might cause.



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, cjj u washington edu
Cc: 
Date: Wed, 13 Nov 2002 21:23:59 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97996] Changed - member Adjustment assigned to managed Widget causes Gtk-WARNING at clean up

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

Changed by murrayc usa net 

--- shadow/97996	Wed Nov 13 21:12:37 2002
+++ shadow/97996.tmp.23829	Wed Nov 13 21:23:59 2002
@@ -44,6 +44,9 @@
 	mainloop.run(w);
 	return 0;
 }
 
 ------- Additional Comments From murrayc usa net  2002-11-10 09:35 -------
 I'm hoping that a general solution for #97729 will fix this too.
+
+------- Additional Comments From murrayc usa net  2002-11-13 21:23 -------
+This seems to be fixed in cvs. Please test.



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morten wtf dk
Cc: 
Date: Wed, 13 Nov 2002 21:27:57 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98410] Changed - Gtk::StatusBar documentation refers to non-existing messages() function

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

Changed by murrayc usa net 

--- shadow/98410	Wed Nov 13 13:17:14 2002
+++ shadow/98410.tmp.24913	Wed Nov 13 21:27:56 2002
@@ -1,13 +1,13 @@
 Bug#: 98410
 Product: gtkmm
 Version: 2.0
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: reference documentation
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: morten wtf dk               
 QAContact: gtkmm-forge lists sourceforge net
@@ -26,6 +26,12 @@
 source, I can't find a function names messages().
 
 ------- Additional Comments From murrayc usa net  2002-11-13 13:17 -------
 The GTK+ API docs say that the GSList (struct member data) is private:
 http://developer.gnome.org/doc/API/2.0/gtk/GtkStatusbar.html
 so we should probably just fix the reference doc comment.
+
+------- Additional Comments From murrayc usa net  2002-11-13 21:27 -------
+2002-11-14  Murray Cumming  <murrayc usa net>
+
+	* gtk/src/statusbar.hg: Documentation: removed mention of non-existant
+	messages() method. Bug #98410.



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Wed, 13 Nov 2002 22:11:51 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by naofumi yasufuku net 

--- shadow/98312	Wed Nov 13 20:12:32 2002
+++ shadow/98312.tmp.5303	Wed Nov 13 22:11:51 2002
@@ -136,6 +136,27 @@
 autoconf/automake/libtoolize. So I would hope that the libtool files
 in the tarball are enough. If this is not possible then I hope it's
 documented in README.win32.
 
 I'm sorry to delay this, but I will need Cedric Gustin to approve the
 changes.
+
+------- Additional Comments From naofumi yasufuku net  2002-11-13 22:11 -------
+> I would hope that gtkmm2 could be built on win32 without 
+> rerunning autoconf/automake/libtoolize. So I would hope 
+> that the libtool files in the tarball are enough.
+
+It is not so difficult.
+What release maintainers should do is only use autoconf-2.52 and fixed
+version of libtool-1.4.[23].
+
+  autoconf-2.52    - LIBTOOL_USE_WIN32_DLL macro of 
+                     libtool-1.4.x has AC_PROVIDE problem
+                     with autoconf >= 2.53.
+  libtool-1.4.[23] - impgen.c in libtool.m4 has a bug 
+                     described on Bug 91033 bugzilla page.
+
+Unfortunately, libtool people have no intention to improve 1.4 series
+any longer (It is the reason why my first MinGW 2.0 patch includes
+libtool-cvs support). So we have to fix impgen.c bug by ourselves. The
+following libtool patches fix it.
+



--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Wed, 13 Nov 2002 22:13:53 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by naofumi yasufuku net 

--- shadow/98312	Wed Nov 13 22:11:51 2002
+++ shadow/98312.tmp.5851	Wed Nov 13 22:13:53 2002
@@ -157,6 +157,11 @@
 
 Unfortunately, libtool people have no intention to improve 1.4 series
 any longer (It is the reason why my first MinGW 2.0 patch includes
 libtool-cvs support). So we have to fix impgen.c bug by ourselves. The
 following libtool patches fix it.
 
+
+------- Additional Comments From naofumi yasufuku net  2002-11-13 22:13 -------
+Created an attachment (id=12299)
+libtool-1.4.2-impgen-bug.patch
+



--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Wed, 13 Nov 2002 22:14:24 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by naofumi yasufuku net 

--- shadow/98312	Wed Nov 13 22:13:53 2002
+++ shadow/98312.tmp.6032	Wed Nov 13 22:14:24 2002
@@ -162,6 +162,11 @@
 
 
 ------- Additional Comments From naofumi yasufuku net  2002-11-13 22:13 -------
 Created an attachment (id=12299)
 libtool-1.4.2-impgen-bug.patch
 
+
+------- Additional Comments From naofumi yasufuku net  2002-11-13 22:14 -------
+Created an attachment (id=12300)
+libtool-1.4.3-impgen-bug.patch
+



--__--__--

Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Wed, 13 Nov 2002 22:18:52 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by naofumi yasufuku net 

--- shadow/98312	Wed Nov 13 22:14:24 2002
+++ shadow/98312.tmp.7519	Wed Nov 13 22:18:52 2002
@@ -167,6 +167,13 @@
 
 
 ------- Additional Comments From naofumi yasufuku net  2002-11-13 22:14 -------
 Created an attachment (id=12300)
 libtool-1.4.3-impgen-bug.patch
 
+
+------- Additional Comments From naofumi yasufuku net  2002-11-13 22:18 -------
+>  autoconf-2.52    - LIBTOOL_USE_WIN32_DLL macro of 
+
+Sorry, this is typo. AC_LIBTOOL_WIN32_DLL
+
+



--__--__--

Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: 
Date: Thu, 14 Nov 2002 06:14:49 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by cgustin ibelgique com 

--- shadow/98312	Wed Nov 13 22:18:52 2002
+++ shadow/98312.tmp.28854	Thu Nov 14 06:14:49 2002
@@ -174,6 +174,18 @@
 ------- Additional Comments From naofumi yasufuku net  2002-11-13 22:18 -------
 >  autoconf-2.52    - LIBTOOL_USE_WIN32_DLL macro of 
 
 Sorry, this is typo. AC_LIBTOOL_WIN32_DLL
 
 
+
+------- Additional Comments From cgustin ibelgique com  2002-11-14 06:14 -------
+I tested the gtkmm2-win32-macro.patch and gtkmm2-win32-ms-
+bitfields.patch patches. They both work fine and should be appied to 
+CVS. Thanks again Naofumi !
+
+About the autotools/libtool problem, I think the best is to 
+explicitly state in the README.win32 that autoconf-2.52 and (a 
+modified) libtool-1.4.2 are required (that's what I use), and to 
+provide a win32 targeted source distribution (.tar.gz) that compiles 
+out of the box (with the right wrap_init.cc !!!). Binaries would be 
+fine too (The windows world is a world of binaries, not sources).



--__--__--

Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: cgustin ibelgique com
Date: Thu, 14 Nov 2002 13:50:36 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by murrayc usa net 

--- shadow/98312	Thu Nov 14 06:14:49 2002
+++ shadow/98312.tmp.2841	Thu Nov 14 13:50:36 2002
@@ -186,6 +186,13 @@
 About the autotools/libtool problem, I think the best is to 
 explicitly state in the README.win32 that autoconf-2.52 and (a 
 modified) libtool-1.4.2 are required (that's what I use), and to 
 provide a win32 targeted source distribution (.tar.gz) that compiles 
 out of the box (with the right wrap_init.cc !!!). Binaries would be 
 fine too (The windows world is a world of binaries, not sources).
+
+------- Additional Comments From murrayc usa net  2002-11-14 13:50 -------
+What's the problem with wrap_init.cc. I thought we fixed some problem
+with this?
+
+Why would users need both autotools _and_ their own tarball? autotools
+should not be required to run configure.in.



--__--__--

Message: 13
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: cgustin ibelgique com
Date: Thu, 14 Nov 2002 14:01:31 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by murrayc usa net 

--- shadow/98312	Thu Nov 14 13:50:36 2002
+++ shadow/98312.tmp.19682	Thu Nov 14 14:01:30 2002
@@ -193,6 +193,14 @@
 ------- Additional Comments From murrayc usa net  2002-11-14 13:50 -------
 What's the problem with wrap_init.cc. I thought we fixed some problem
 with this?
 
 Why would users need both autotools _and_ their own tarball? autotools
 should not be required to run configure.in.
+
+------- Additional Comments From murrayc usa net  2002-11-14 14:01 -------
+Naofumi, if they don't want to fix libtool 1.4.x (and I'd like to see
+some message saying why they won't apply a simple patch) then is there
+ a stable 1.5 on the way that we will be able to use instead?
+
+We are already using autoconf 2.5.2, but we should prepare to use
+future versions too.



--__--__--

Message: 14
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: cgustin ibelgique com
Date: Thu, 14 Nov 2002 14:08:57 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by murrayc usa net 

--- shadow/98312	Thu Nov 14 14:01:30 2002
+++ shadow/98312.tmp.23259	Thu Nov 14 14:08:57 2002
@@ -201,6 +201,9 @@
 Naofumi, if they don't want to fix libtool 1.4.x (and I'd like to see
 some message saying why they won't apply a simple patch) then is there
  a stable 1.5 on the way that we will be able to use instead?
 
 We are already using autoconf 2.5.2, but we should prepare to use
 future versions too.
+
+------- Additional Comments From murrayc usa net  2002-11-14 14:08 -------
+gtkmm2-win32-macro.patch and gtkmm2-win32-ms-bitfields.patch applied.




--__--__--

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