[gtkmm] Gtkmm-forge digest, Vol 1 #534 - 9 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 124412] Changed - libbonobomm does not compile with the current version of orbitcpp (bugzilla-daemon widget gnome org)
   2. [Bug 124571] Changed - gtkmm build problems (bugzilla-daemon widget gnome org)
   3. [Bug 124590] Changed - Enforce ABI compatability at link time (bugzilla-daemon widget gnome org)
   4. [Bug 123719] Changed - examples/threads fixed (bugzilla-daemon widget gnome org)
   5. [Bug 124429] Changed - libgnomemm-2.0.pc file invalid (bugzilla-daemon widget gnome org)
   6. [Bug 124571] Changed - gtkmm build problems (bugzilla-daemon widget gnome org)
   7. [Bug 124571] Changed - gtkmm build problems (bugzilla-daemon widget gnome org)
   8. [Bug 124571] Changed - gtkmm build problems (bugzilla-daemon widget gnome org)
   9. [Bug 124571] Changed - gtkmm build problems (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, rcook wyrms net
Cc: 
Date: Tue, 14 Oct 2003 23:33:00 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 124412] Changed - libbonobomm does not compile with the current version of orbitcpp

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

Changed by bowie owens csiro au 

--- shadow/124412	Mon Oct 13 11:51:58 2003
+++ shadow/124412.tmp.7909	Tue Oct 14 23:33:00 2003
@@ -1,13 +1,13 @@
 Bug#: 124412
 Product: orbit-cpp
 Version: 1.3
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: idl-compiler
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: rcook wyrms net               
 TargetMilestone: ---
@@ -55,6 +55,12 @@
 
 ------- Additional Comments From murrayc usa net  2003-10-13 11:51 -------
 I have not investigated this properly, but I'm assigning this to
 orbitcpp because it looks like the problem lies there. Bowie, feel
 free to bounce this back if I'm wrong. Sorry, I don't have much time
 to fix it myself.
+
+------- Additional Comments From bowie owens csiro au  2003-10-14 23:32 -------
+This looks like the GCC 3.3 access specifier grief we have seen
+before. I have checked in more work arounds into orbit cpp with
+comments. So checking out the latest orbitcpp from CVS should resolve
+the problem. Alternatively people can compile with -fno-access-control.


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, tvismor acm org
Cc: 
Date: Wed, 15 Oct 2003 02:49:22 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 124571] Changed - gtkmm build problems

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

Changed by murrayc usa net 

--- shadow/124571	Tue Oct 14 10:10:04 2003
+++ shadow/124571.tmp.3584	Wed Oct 15 02:49:22 2003
@@ -1,9 +1,9 @@
 Bug#: 124571
 Product: gtkmm
-Version: 1.2
+Version: 2.0
 OS: Linux
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: normal
 Priority: Normal
@@ -53,6 +53,10 @@
 }
 
 void ComboBox::clear()
 {
 UNDEFINED ====>  gtk_combo_box_clear(gobj());
 }
+
+------- Additional Comments From murrayc usa net  2003-10-15 02:49 -------
+I guess that this is gktmm 2.2 rather than gtkmm 1.2. Or is this 
+gtkmm 2.4 (The gtkmm cvs module, rather than the gtkmm2 module)?


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
	jbrandmeyer users sourceforge net
Cc: 
Date: Wed, 15 Oct 2003 02:54:30 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 124590] Changed - Enforce ABI compatability at link time

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

Changed by murrayc usa net 

--- shadow/124590	Tue Oct 14 13:30:44 2003
+++ shadow/124590.tmp.5509	Wed Oct 15 02:54:29 2003
@@ -1,13 +1,13 @@
 Bug#: 124590
 Product: gtkmm
 Version: 2.4
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: enhancement
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: jbrandmeyer users sourceforge net               
 TargetMilestone: ---
@@ -33,6 +33,11 @@
 I really don't have any idea how to implement this kind of protection, but
 I think I remember seeing some kind of ABI warning when linking GNU C++
 programs against the wrong version of libstdc++.
 
 Thanks,
 Jonathan Brandmeyer
+
+------- Additional Comments From murrayc usa net  2003-10-15 02:54 -------
+It is very difficult to create this problem, and I would expect any 
+such program to fail immediately. Also, it's a generic problem and 
+not a gtkmm problem.


--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, jabelardo cantv net
Cc: 
Date: Wed, 15 Oct 2003 02:55:38 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 123719] Changed - examples/threads fixed

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

Changed by murrayc usa net 

--- shadow/123719	Tue Oct 14 22:06:57 2003
+++ shadow/123719.tmp.6103	Wed Oct 15 02:55:38 2003
@@ -66,6 +66,9 @@
 Please do so.
 
 ------- Additional Comments From jabelardo cantv net  2003-10-14 22:06 -------
 Created an attachment (id=20710)
 glibmm/examples/thread/dispatcher?.cc patch
 
+
+------- Additional Comments From murrayc usa net  2003-10-15 02:55 -------
+I'm very sorry. I forgot.


--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, bland mail ru
Cc: 
Date: Wed, 15 Oct 2003 03:20:39 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 124429] Changed - libgnomemm-2.0.pc file invalid

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

Changed by murrayc usa net 

--- shadow/124429	Mon Oct 13 02:16:36 2003
+++ shadow/124429.tmp.15888	Wed Oct 15 03:20:39 2003
@@ -17,6 +17,10 @@
 In recent library update 1.3 -> 2.0 Libs: filed of apropriate .pc file
 wasn't changed.
 This brokes all pkg-config derived builds.
 
 ------- Additional Comments From murrayc usa net  2003-10-13 02:16 -------
 Oops. I'll try to do a new release today, if I get to a connection.
+
+------- Additional Comments From murrayc usa net  2003-10-15 03:20 -------
+The fix is in cvs, but I forgot to upload it when I had a chance.
+Maybe on Friday.


--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 15 Oct 2003 09:28:29 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 124571] Changed - gtkmm build problems

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

Changed by tvismor acm org 

--- shadow/124571	Wed Oct 15 02:49:22 2003
+++ shadow/124571.tmp.7477	Wed Oct 15 09:28:29 2003
@@ -57,6 +57,9 @@
 UNDEFINED ====>  gtk_combo_box_clear(gobj());
 }
 
 ------- Additional Comments From murrayc usa net  2003-10-15 02:49 -------
 I guess that this is gktmm 2.2 rather than gtkmm 1.2. Or is this 
 gtkmm 2.4 (The gtkmm cvs module, rather than the gtkmm2 module)?
+
+------- Additional Comments From tvismor acm org  2003-10-15 09:28 -------
+This is gtkmm module from cvs (2.4)


--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, tvismor acm org
Cc: 
Date: Wed, 15 Oct 2003 15:07:35 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 124571] Changed - gtkmm build problems

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

Changed by murrayc usa net 

--- shadow/124571	Wed Oct 15 09:28:29 2003
+++ shadow/124571.tmp.29414	Wed Oct 15 15:07:35 2003
@@ -60,6 +60,17 @@
 ------- Additional Comments From murrayc usa net  2003-10-15 02:49 -------
 I guess that this is gktmm 2.2 rather than gtkmm 1.2. Or is this 
 gtkmm 2.4 (The gtkmm cvs module, rather than the gtkmm2 module)?
 
 ------- Additional Comments From tvismor acm org  2003-10-15 09:28 -------
 This is gtkmm module from cvs (2.4)
+
+------- Additional Comments From murrayc usa net  2003-10-15 15:07 -------
+For Combo, we need to remove the 2 lines that mentin
+GTK_DISABLE_DEPRECATED. I am happy for somebody to check that in, with
+a ChangeLog entry.
+
+For ComboBox, it has changed to inherit from HBox instead of Bin, so
+it doesn't need extra pack_* methods. Again, I am happy for somebody
+to fix it.
+
+I can't fix it right now myself because my connection is crappy.


--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, tvismor acm org
Cc: 
Date: Wed, 15 Oct 2003 15:08:52 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 124571] Changed - gtkmm build problems

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

Changed by murrayc usa net 

--- shadow/124571	Wed Oct 15 15:07:35 2003
+++ shadow/124571.tmp.29820	Wed Oct 15 15:08:52 2003
@@ -71,6 +71,10 @@
 
 For ComboBox, it has changed to inherit from HBox instead of Bin, so
 it doesn't need extra pack_* methods. Again, I am happy for somebody
 to fix it.
 
 I can't fix it right now myself because my connection is crappy.
+
+------- Additional Comments From murrayc usa net  2003-10-15 15:08 -------
+> For ComboBox, it has changed to inherit from HBox 
+Sorry, that was nonsense. I'm working on it.


--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, tvismor acm org
Cc: 
Date: Wed, 15 Oct 2003 15:15:18 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 124571] Changed - gtkmm build problems

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

Changed by murrayc usa net 

--- shadow/124571	Wed Oct 15 15:08:52 2003
+++ shadow/124571.tmp.2079	Wed Oct 15 15:15:18 2003
@@ -75,6 +75,12 @@
 
 I can't fix it right now myself because my connection is crappy.
 
 ------- Additional Comments From murrayc usa net  2003-10-15 15:08 -------
 > For ComboBox, it has changed to inherit from HBox 
 Sorry, that was nonsense. I'm working on it.
+
+------- Additional Comments From murrayc usa net  2003-10-15 15:15 -------
+re ComboBox. The functions were removed:
+http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=HEAD&file=%2Fgtk%2B%2Fgtk%2Fgtkcombobox.h&date=month
+
+These methods should be removed from combobox.hg.



--__--__--

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