[gtkmm] Gtkmm-forge digest, Vol 1 #201 - 12 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. thanks (Sarah Leitner)
   2. [Bug 91033] Changed - gtkmm2 win32 compile errors (bugzilla-daemon widget gnome org)
   3. [Bug 91033] Changed - gtkmm2 win32 compile errors (bugzilla-daemon widget gnome org)
   4. [Bug 91033] Changed - gtkmm2 win32 compile errors (bugzilla-daemon widget gnome org)
   5. [Bug 91404] New - memory leak with managed C++ wrappers (bugzilla-daemon widget gnome org)
   6. [Bug 91404] Changed - memory leak with managed C++ wrappers (bugzilla-daemon widget gnome org)
   7. [Bug 91410] New - Gtk::Menu not properly C++ wrapped (bugzilla-daemon widget gnome org)
   8. [Bug 91410] Changed - Gtk::Menu not properly C++ wrapped (bugzilla-daemon widget gnome org)
   9. [Bug 91410] Changed - Gtk::Menu not properly C++ wrapped (bugzilla-daemon widget gnome org)
  10. [Bug 91404] Changed - memory leak with managed C++ wrappers (bugzilla-daemon widget gnome org)
  11. [Bug 91033] Changed - gtkmm2 win32 compile errors (bugzilla-daemon widget gnome org)
  12. [Bug 91033] Changed - gtkmm2 win32 compile errors (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
Date: Wed, 21 Aug 2002 11:22:10 -0700 (PDT)
From: Sarah Leitner <sm_leitner yahoo com>
To: gtkmm-forge lists sourceforge net
Subject: [gtkmm bugzilla] thanks

thanks to Michael, we have solved our set-sensitive
problems.  So don't spend your time coming up with
more solutions!

Sarah Leitner

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: 
Date: Thu, 22 Aug 2002 02:01:46 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 91033] Changed - gtkmm2 win32 compile errors

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

Changed by cgustin ibelgique com 

--- shadow/91033	Wed Aug 21 03:36:43 2002
+++ shadow/91033.tmp.23241	Thu Aug 22 02:01:46 2002
@@ -220,6 +220,24 @@
 
 ------- Additional Comments From murrayc usa net  2002-08-20 04:16 -------
 In the ChangeLog you should say _why_ you added the native-struct thing.
 
 ------- Additional Comments From murrayc usa net  2002-08-21 03:36 -------
 Cedric, please take a look at these.
+
+------- Additional Comments From cgustin ibelgique com  2002-08-22 02:01 -------
+
+Sorry for the delay but bugzilla was down yesterday :
+
+1. Couldn't install-import-lib.patch be rewritten as a generic file 
+(that uses sublib_name) to be put in the build_shared directory and 
+included in the various Makefile.am's ? Naofumi, you seem to be 
+fairly automake/conf litterate, so I suppose this shouldn't be too 
+much of a problem for you !
+2. The -fnative-struct enables MSVC-style bit field packing on win32 
+platforms and is required when compiling applications that use the 
+win32 native port of gtk+. I guess the native-struct.patch can be 
+applied to CVS as long as we keep in mind that, one day or another, 
+we'll have to consider the case of gcc-3.x where the -fnative-struct 
+flag has been renamed to -mms-bitfields.
+
+Cedric



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Thu, 22 Aug 2002 07:29:32 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 91033] Changed - gtkmm2 win32 compile errors

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

Changed by naofumi yasufuku net 

--- shadow/91033	Thu Aug 22 02:01:46 2002
+++ shadow/91033.tmp.15045	Thu Aug 22 07:29:32 2002
@@ -238,6 +238,14 @@
 win32 native port of gtk+. I guess the native-struct.patch can be 
 applied to CVS as long as we keep in mind that, one day or another, 
 we'll have to consider the case of gcc-3.x where the -fnative-struct 
 flag has been renamed to -mms-bitfields.
 
 Cedric
+
+------- Additional Comments From naofumi yasufuku net  2002-08-22 07:29 -------
+1. I submit new install-import-lib-2.patch.
+   What do you think of it?
+
+2. It is not difficult to write m4 macros for checking  
+   whether g++ accepts new -mms-bitfields option or not.
+



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Thu, 22 Aug 2002 07:30:12 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 91033] Changed - gtkmm2 win32 compile errors

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

Changed by naofumi yasufuku net 

--- shadow/91033	Thu Aug 22 07:29:32 2002
+++ shadow/91033.tmp.15286	Thu Aug 22 07:30:11 2002
@@ -246,6 +246,11 @@
 1. I submit new install-import-lib-2.patch.
    What do you think of it?
 
 2. It is not difficult to write m4 macros for checking  
    whether g++ accepts new -mms-bitfields option or not.
 
+
+------- Additional Comments From naofumi yasufuku net  2002-08-22 07:30 -------
+Created an attachment (id=10638)
+install-import-lib-2.patch
+



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 22 Aug 2002 08:29:19 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 91404] New - memory leak with managed C++ wrappers

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

Changed by szombath bifab de 

--- shadow/91404	Thu Aug 22 08:29:18 2002
+++ shadow/91404.tmp.22766	Thu Aug 22 08:29:18 2002
@@ -0,0 +1,21 @@
+Bug#: 91404
+Product: gtkmm
+Version: 2.0
+OS: Solaris
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: szombath bifab de               
+TargetMilestone: ---
+URL: 
+Summary: memory leak with managed C++ wrappers
+
+We have detected that with the newer version of gtkmm (1.3.20+) the
+destructors of mangaged C++ wrapper objects never get called.
+
+This happens, because Gtk::Object::destroy_notify is not call for managed
+objects.



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 22 Aug 2002 08:31:03 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 91404] Changed - memory leak with managed C++ wrappers

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

Changed by szombath bifab de 

--- shadow/91404	Thu Aug 22 08:29:18 2002
+++ shadow/91404.tmp.23178	Thu Aug 22 08:31:03 2002
@@ -16,6 +16,11 @@
 
 We have detected that with the newer version of gtkmm (1.3.20+) the
 destructors of mangaged C++ wrapper objects never get called.
 
 This happens, because Gtk::Object::destroy_notify is not call for managed
 objects.
+
+------- Additional Comments From szombath bifab de  2002-08-22 08:31 -------
+Created an attachment (id=10642)
+the test case as described
+



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 22 Aug 2002 08:59:39 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 91410] New - Gtk::Menu not properly C++ wrapped

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

Changed by szombath bifab de 

--- shadow/91410	Thu Aug 22 08:59:39 2002
+++ shadow/91410.tmp.26792	Thu Aug 22 08:59:39 2002
@@ -0,0 +1,25 @@
+Bug#: 91410
+Product: gtkmm
+Version: 2.0
+OS: Solaris
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: szombath bifab de               
+TargetMilestone: ---
+URL: 
+Summary: Gtk::Menu not properly C++ wrapped
+
+Detected by purify, we think that Gtk::Menu objects are not properly
+registered. It occurs as a GtkWindow.
+
+As an aftereffect we see for instance that Gtk::Window::list_toplevels
+produces a memory leak with Gtk::Menu objects, because
+gtk_window_list_toplevels returns an object which is not associated to any
+C++ wrapper object. This situation is misinterpreted and
+Window_Class::wrap_new ist called, although the object is not a toplevel
+window and has to be managed.



--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 22 Aug 2002 09:00:59 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 91410] Changed - Gtk::Menu not properly C++ wrapped

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

Changed by szombath bifab de 

--- shadow/91410	Thu Aug 22 08:59:39 2002
+++ shadow/91410.tmp.27064	Thu Aug 22 09:00:59 2002
@@ -20,6 +20,11 @@
 As an aftereffect we see for instance that Gtk::Window::list_toplevels
 produces a memory leak with Gtk::Menu objects, because
 gtk_window_list_toplevels returns an object which is not associated to any
 C++ wrapper object. This situation is misinterpreted and
 Window_Class::wrap_new ist called, although the object is not a toplevel
 window and has to be managed.
+
+------- Additional Comments From szombath bifab de  2002-08-22 09:00 -------
+Created an attachment (id=10643)
+the test case as described
+



--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, szombath bifab de
Cc: 
Date: Thu, 22 Aug 2002 13:29:38 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 91410] Changed - Gtk::Menu not properly C++ wrapped

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

Changed by murrayc usa net 

--- shadow/91410	Thu Aug 22 09:00:59 2002
+++ shadow/91410.tmp.32056	Thu Aug 22 13:29:38 2002
@@ -25,6 +25,10 @@
 window and has to be managed.
 
 ------- Additional Comments From szombath bifab de  2002-08-22 09:00 -------
 Created an attachment (id=10643)
 the test case as described
 
+
+------- Additional Comments From murrayc usa net  2002-08-22 13:29 -------
+Is this 2 issues? If so, please submit 2 bugs. I don't understand the
+first paragraph, particularly "occurs as a GtkWindow."



--__--__--

Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, szombath bifab de
Cc: 
Date: Thu, 22 Aug 2002 13:30:43 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 91404] Changed - memory leak with managed C++ wrappers

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

Changed by murrayc usa net 

--- shadow/91404	Thu Aug 22 08:31:03 2002
+++ shadow/91404.tmp.32334	Thu Aug 22 13:30:43 2002
@@ -21,6 +21,9 @@
 objects.
 
 ------- Additional Comments From szombath bifab de  2002-08-22 08:31 -------
 Created an attachment (id=10642)
 the test case as described
 
+
+------- Additional Comments From murrayc usa net  2002-08-22 13:30 -------
+Have you tested this with 1.3.21?



--__--__--

Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: cgustin ibelgique com
Date: Thu, 22 Aug 2002 13:37:02 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 91033] Changed - gtkmm2 win32 compile errors

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

Changed by murrayc usa net 

--- shadow/91033	Thu Aug 22 07:30:11 2002
+++ shadow/91033.tmp.624	Thu Aug 22 13:37:02 2002
@@ -251,6 +251,10 @@
 
 
 ------- Additional Comments From naofumi yasufuku net  2002-08-22 07:30 -------
 Created an attachment (id=10638)
 install-import-lib-2.patch
 
+
+------- Additional Comments From murrayc usa net  2002-08-22 13:37 -------
+Cedric, regarding the native-struct thing, how were you able to build
+this before? 



--__--__--

Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: 
Date: Thu, 22 Aug 2002 14:26:23 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 91033] Changed - gtkmm2 win32 compile errors

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

Changed by cgustin ibelgique com 

--- shadow/91033	Thu Aug 22 13:37:02 2002
+++ shadow/91033.tmp.8090	Thu Aug 22 14:26:23 2002
@@ -255,6 +255,23 @@
 install-import-lib-2.patch
 
 
 ------- Additional Comments From murrayc usa net  2002-08-22 13:37 -------
 Cedric, regarding the native-struct thing, how were you able to build
 this before? 
+
+------- Additional Comments From cgustin ibelgique com  2002-08-22 14:26 -------
+-fnative-struct was set manually using
+CXXFLAGS="-fnative-struct -O2 -g" ./configure ...
+
+-fnative-struct is an explicit requirement (as stated in the gtk+-
+2.0/README.win32 and on the www.gimp.org/win32/ website) when 
+compiling a library and/or application that uses the native port of 
+gtk+ on win32. If you don't use the -fnative-struct, you get a (also 
+very explicit) error window when you launch your gtk+/gtkmm 
+application.
+
+gtkmm cvs patched with install-import-lib-2.patch is compiling right 
+now on my machine. The patch seems to be great. What remains to be 
+fixed is this wrap_init.cc business along with the impgen problem.  
+
+




--__--__--

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