[gtkmm] Gtkmm-forge digest, Vol 1 #320 - 4 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 101878] Changed - Glib::RefPtr<> should have operator*() (bugzilla-daemon widget gnome org)
   2. [Bug 101926] New - glibmm/dispatcher.cc requires fcntl.h under mingw32 (bugzilla-daemon widget gnome org)
   3. [Bug 101926] Changed - glibmm/dispatcher.cc requires fcntl.h under mingw32 (bugzilla-daemon widget gnome org)
   4. [Bug 101926] Changed - glibmm/dispatcher.cc requires fcntl.h under mingw32 (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 24 Dec 2002 15:30:11 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101878] Changed - Glib::RefPtr<> should have operator*()

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

Changed by murrayc usa net 

--- shadow/101878	Mon Dec 23 17:42:57 2002
+++ shadow/101878.tmp.12074	Tue Dec 24 15:30:11 2002
@@ -14,6 +14,13 @@
 URL: 
 Summary: Glib::RefPtr<> should have operator*()
 
 I think we should reconsider the decision to omit operator*() at the next
 API/ABI break.  Not being able to use Glib::RefPtr<> with
 Gtk::Object-derived classes is an awkward inconsistency.
+
+------- Additional Comments From murrayc usa net  2002-12-24 15:30 -------
+1. I thought this was not the only thing stopping us from using
+Glib::RefPtr with Gtk::Object derived classes.
+
+2. You still need to give an example of when it would be necessary or
+useful. I wouldn't want to add the confusion without gaining anything.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 24 Dec 2002 18:36:55 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101926] New - glibmm/dispatcher.cc requires fcntl.h under mingw32

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

Changed by naofumi yasufuku net 

--- shadow/101926	Tue Dec 24 18:36:55 2002
+++ shadow/101926.tmp.4139	Tue Dec 24 18:36:55 2002
@@ -0,0 +1,18 @@
+Bug#: 101926
+Product: gtkmm
+Version: 2.2
+OS: Windows
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: build
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: naofumi yasufuku net               
+TargetMilestone: ---
+URL: 
+Summary: glibmm/dispatcher.cc requires fcntl.h under mingw32
+
+Under mingw32, macro definitions in fcntl.h are required by pipe()
+call in glib/glibmm/dispatcher.cc.



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 24 Dec 2002 18:37:30 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101926] Changed - glibmm/dispatcher.cc requires fcntl.h under mingw32

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

Changed by naofumi yasufuku net 

--- shadow/101926	Tue Dec 24 18:36:55 2002
+++ shadow/101926.tmp.4352	Tue Dec 24 18:37:30 2002
@@ -13,6 +13,11 @@
 TargetMilestone: ---
 URL: 
 Summary: glibmm/dispatcher.cc requires fcntl.h under mingw32
 
 Under mingw32, macro definitions in fcntl.h are required by pipe()
 call in glib/glibmm/dispatcher.cc.
+
+------- Additional Comments From naofumi yasufuku net  2002-12-24 18:37 -------
+Created an attachment (id=13201)
+gtkmm2-glibmm-dispatcher-win32.patch
+



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: 
Date: Wed, 25 Dec 2002 13:51:23 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101926] Changed - glibmm/dispatcher.cc requires fcntl.h under mingw32

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

Changed by daniel elstner gmx net 

--- shadow/101926	Tue Dec 24 18:37:30 2002
+++ shadow/101926.tmp.29252	Wed Dec 25 13:51:23 2002
@@ -1,13 +1,13 @@
 Bug#: 101926
 Product: gtkmm
 Version: 2.2
 OS: Windows
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: build
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: naofumi yasufuku net               
 TargetMilestone: ---
@@ -18,6 +18,9 @@
 call in glib/glibmm/dispatcher.cc.
 
 ------- Additional Comments From naofumi yasufuku net  2002-12-24 18:37 -------
 Created an attachment (id=13201)
 gtkmm2-glibmm-dispatcher-win32.patch
 
+
+------- Additional Comments From daniel elstner gmx net  2002-12-25 13:51 -------
+Thanks, 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]