[gtkmm] Gtkmm-forge digest, Vol 1 #639 - 6 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. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 136913] New - control reaches end of non-void function (bugzilla-daemon widget gnome org)
   2. [Bug 136913] Changed - control reaches end of non-void function (bugzilla-daemon widget gnome org)
   3. [Bug 136915] New - Improved string function (bugzilla-daemon widget gnome org)
   4. [Bug 136915] Changed - Improved string function (bugzilla-daemon widget gnome org)
   5. [Bug 136930] New - cannot convert `int' to `__va_list_tag' (bugzilla-daemon widget gnome org)
   6. [Bug 136930] Changed - cannot convert `int' to `__va_list_tag' (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 11 Mar 2004 12:44:45 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 136913] New - control reaches end of non-void 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=136913

Changed by btb debian org 

--- shadow/136913	Thu Mar 11 12:44:45 2004
+++ shadow/136913.tmp.360	Thu Mar 11 12:44:45 2004
@@ -0,0 +1,24 @@
+Bug#: 136913
+Product: gnomemm
+Version: 2.2
+OS: Linux
+OS Details: Debian
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: libglademm
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: btb debian org               
+TargetMilestone: ---
+URL: 
+Summary: control reaches end of non-void function
+
+get_widget_derived in libglademm/xml.h appears to be broken, in that it
+does not return a value if pObjectBase is non-null.
+
+I'm not sure whether it should be returning 0, or returning widget.  Most
+likely, the 'return widget' statement should simply be moved outside of the
+if(pObjectBase) braces.
+
+This is a forward of debian bug 220905


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 11 Mar 2004 12:45:25 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 136913] Changed - control reaches end of non-void 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=136913

Changed by btb debian org 

--- shadow/136913	Thu Mar 11 12:44:45 2004
+++ shadow/136913.tmp.713	Thu Mar 11 12:45:25 2004
@@ -8,13 +8,13 @@
 Severity: normal
 Priority: Normal
 Component: libglademm
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: btb debian org               
 TargetMilestone: ---
-URL: 
+URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=220905
 Summary: control reaches end of non-void function
 
 get_widget_derived in libglademm/xml.h appears to be broken, in that it
 does not return a value if pObjectBase is non-null.
 
 I'm not sure whether it should be returning 0, or returning widget.  Most


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 11 Mar 2004 13:03:03 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 136915] New - Improved string 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=136915

Changed by alberto paro homeunix org 

--- shadow/136915	Thu Mar 11 13:03:03 2004
+++ shadow/136915.tmp.5099	Thu Mar 11 13:03:03 2004
@@ -0,0 +1,20 @@
+Bug#: 136915
+Product: glibmm
+Version: 2.4.x
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: enhancement
+Priority: Normal
+Component: strings
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: alberto paro homeunix org               
+TargetMilestone: ---
+URL: 
+Summary: Improved string function
+
+This patch add some new ability to string handling function:
+- a tokenize function;
+- a join function ;
+- some easy text replace functions.


--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 11 Mar 2004 13:04:14 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 136915] Changed - Improved string 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=136915

Changed by alberto paro homeunix org 

--- shadow/136915	Thu Mar 11 13:03:03 2004
+++ shadow/136915.tmp.5371	Thu Mar 11 13:04:14 2004
@@ -15,6 +15,11 @@
 Summary: Improved string function
 
 This patch add some new ability to string handling function:
 - a tokenize function;
 - a join function ;
 - some easy text replace functions.
+
+------- Additional Comments From alberto paro homeunix org  2004-03-11 13:04 -------
+Created an attachment (id=25528)
+Patch
+


--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 11 Mar 2004 15:38:52 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 136930] New - cannot convert `int' to `__va_list_tag'

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

Changed by btb debian org 

--- shadow/136930	Thu Mar 11 15:38:51 2004
+++ shadow/136930.tmp.10926	Thu Mar 11 15:38:51 2004
@@ -0,0 +1,38 @@
+Bug#: 136930
+Product: gnomemm
+Version: 2.2
+OS: Linux
+OS Details: Debian
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: libgnomecanvasmm
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: btb debian org               
+TargetMilestone: ---
+URL: 
+Summary: cannot convert `int' to `__va_list_tag'
+
+Build fails on alpha:
+
+ alpha-linux-g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"libgnomecanvasmm\"
+-I../../libgnomecanvas -I../../libgnomecanvas -I/usr/include/gtkmm-2.0
+-I/usr/lib/gtkmm-2.0/include -I/usr/include/gtk-2.0
+-I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2
+-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
+-I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0
+-I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/atk-1.0
+-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -g -O2 -MT
+item.lo -MD -MP -MF .deps/item.Tpo -c item.cc  -fPIC -DPIC -o .libs/item.o
+item.cc: In member function `void 
+   Gnome::Canvas::Item::item_construct(Gnome::Canvas::Group&)':
+item.cc:48: error: cannot convert `int' to `__va_list_tag' for argument `4' to 
+   `void gnome_canvas_item_construct(GnomeCanvasItem*, GnomeCanvasGroup*,
+const 
+   gchar*, __va_list_tag)'
+
+
+the line in question is:
+  gnome_canvas_item_construct(GNOME_CANVAS_ITEM(gobj()), group.gobj(),
+                              0, 0);


--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 11 Mar 2004 15:39:30 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 136930] Changed - cannot convert `int' to `__va_list_tag'

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

Changed by btb debian org 

--- shadow/136930	Thu Mar 11 15:38:51 2004
+++ shadow/136930.tmp.11133	Thu Mar 11 15:39:30 2004
@@ -1,20 +1,20 @@
 Bug#: 136930
 Product: gnomemm
-Version: 2.2
+Version: 2.0
 OS: Linux
 OS Details: Debian
 Status: NEW   
 Resolution: 
 Severity: normal
 Priority: Normal
 Component: libgnomecanvasmm
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: btb debian org               
 TargetMilestone: ---
-URL: 
+URL: http://buildd.debian.org/fetch.php?&pkg=libgnomecanvasmm2.0&ver=2.0.1-3&arch=alpha&stamp=1077970234&file=log&as=raw
 Summary: cannot convert `int' to `__va_list_tag'
 
 Build fails on alpha:
 
  alpha-linux-g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"libgnomecanvasmm\"
 -I../../libgnomecanvas -I../../libgnomecanvas -I/usr/include/gtkmm-2.0



--__--__--

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