[gtkmm] Gtkmm-forge digest, Vol 1 #333 - 5 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 102884] Changed - c++-application freezes or segfaults when changing gconf entries (bugzilla-daemon widget gnome org)
   2. [Bug 72426] Changed - AtkRelation can not be instantiated with only g_object_new() (bugzilla-daemon widget gnome org)
   3. [Bug 72426] Changed - AtkRelation can not be instantiated with only g_object_new() (bugzilla-daemon widget gnome org)
   4. [Bug 103493] New - Build fails (bugzilla-daemon widget gnome org)
   5. [Bug 102884] Changed - c++-application freezes or segfaults when changing gconf entries (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, triendl kj aon at
Cc: 
Date: Mon, 13 Jan 2003 18:59:22 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 102884] Changed - c++-application freezes or segfaults when changing gconf entries

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

Changed by murrayc usa net 

--- shadow/102884	Thu Jan  9 03:27:52 2003
+++ shadow/102884.tmp.23338	Mon Jan 13 18:59:22 2003
@@ -326,6 +326,9 @@
 
 
 anyway i'll verify it with self-compiled libraries.
 
 
 
+
+------- Additional Comments From murrayc usa net  2003-01-13 18:59 -------
+And what did you discover?



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: padraig obriain sun com, murrayc usa net
Cc: gnome-access-bugs basso sfbay sun com,
	gtkmm-forge lists sourceforge net
Date: Tue, 14 Jan 2003 09:53:14 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 72426] Changed - AtkRelation can not be instantiated with only g_object_new()

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

Changed by padraig obriain sun com 

--- shadow/72426	Sat Jan  4 08:02:39 2003
+++ shadow/72426.tmp.21653	Tue Jan 14 09:53:14 2003
@@ -63,6 +63,11 @@
 require RT review I believe, and it's not clear whether it should go
 to HEAD or an ATK 1.X branch.
 
 ------- Additional Comments From padraig obriain sun com  2002-04-19 07:55 -------
 I do not see an existeing type I can use; perhaps I need to define a
 new type.
+
+------- Additional Comments From padraig obriain sun com  2003-01-14 09:53 -------
+Created an attachment (id=13558)
+Updated patch
+



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: padraig obriain sun com, murrayc usa net
Cc: gnome-access-bugs basso sfbay sun com,
	gtkmm-forge lists sourceforge net
Date: Tue, 14 Jan 2003 09:59:34 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 72426] Changed - AtkRelation can not be instantiated with only g_object_new()

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

Changed by padraig obriain sun com 

--- shadow/72426	Tue Jan 14 09:53:14 2003
+++ shadow/72426.tmp.24236	Tue Jan 14 09:59:34 2003
@@ -68,6 +68,12 @@
 new type.
 
 ------- Additional Comments From padraig obriain sun com  2003-01-14 09:53 -------
 Created an attachment (id=13558)
 Updated patch
 
+
+------- Additional Comments From padraig obriain sun com  2003-01-14 09:59 -------
+I have attached an alternative patch which uses GValueArray as
+property value for the array of objects in the relationship.
+
+I propose to commit this once we branch after GNOME 2.2.



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 14 Jan 2003 12:46:26 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 103493] New - Build fails

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

Changed by kidd cs wisc edu 

--- shadow/103493	Tue Jan 14 12:46:26 2003
+++ shadow/103493.tmp.20447	Tue Jan 14 12:46:26 2003
@@ -0,0 +1,57 @@
+Bug#: 103493
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: RedHat 7.3
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: build
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: kidd cs wisc edu               
+TargetMilestone: ---
+URL: 
+Summary: Build fails
+
+After running configure, make fails with the following errors:
+
+treeview.cc: In function `static void
+Gtk::TreeView_Class::class_init_function(void *, void *)':
+treeview.cc:891: assignment to `gboolean (*)(_GtkTreeView *)' from `void
+(*)(GtkTreeView *)'
+treeview.cc:892: assignment to `gboolean (*)(_GtkTreeView *)' from `void
+(*)(GtkTreeView *)'
+treeview.cc:893: assignment to `gboolean (*)(_GtkTreeView *, int)' from
+`void (*)(GtkTreeView *, int)'
+treeview.cc:894: assignment to `gboolean (*)(_GtkTreeView *)' from `void
+(*)(GtkTreeView *)'
+treeview.cc:895: assignment to `gboolean (*)(_GtkTreeView *, int, int,
+int)' from `void (*)(GtkTreeView *, int, int, int)'
+treeview.cc:896: assignment to `gboolean (*)(_GtkTreeView *)' from `void
+(*)(GtkTreeView *)'
+treeview.cc:897: assignment to `gboolean (*)(_GtkTreeView *)' from `void
+(*)(GtkTreeView *)'
+make[5]: *** [treeview.lo] Error 1
+make[5]: Leaving directory
+`/afs/cs.wisc.edu/p/cfor/packages/gtkmm-2.0.2/gtk/gtkmm'
+make[4]: *** [all-recursive] Error 1
+make[4]: Leaving directory
+`/afs/cs.wisc.edu/p/cfor/packages/gtkmm-2.0.2/gtk/gtkmm'
+make[3]: *** [all-recursive] Error 1
+make[3]: Leaving directory `/afs/cs.wisc.edu/p/cfor/packages/gtkmm-2.0.2/gtk'
+make[2]: *** [all-recursive-am] Error 2
+make[2]: Leaving directory `/afs/cs.wisc.edu/p/cfor/packages/gtkmm-2.0.2/gtk'
+make[1]: *** [all-recursive] Error 1
+make[1]: Leaving directory `/afs/cs.wisc.edu/p/cfor/packages/gtkmm-2.0.2'
+make: *** [all-recursive-am] Error 2
+
+I have the following installed:
+atk-1.2.0
+glib-2.2.0
+gtk+-2.2.0
+pango-1.2.0
+libsigc++-1.2.1
+
+Thanks,
+-nick



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 14 Jan 2003 14:28:33 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 102884] Changed - c++-application freezes or segfaults when changing gconf entries

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

Changed by triendl kj aon at 

--- shadow/102884	Mon Jan 13 18:59:22 2003
+++ shadow/102884.tmp.23335	Tue Jan 14 14:28:33 2003
@@ -329,6 +329,22 @@
 
 
 
 
 ------- Additional Comments From murrayc usa net  2003-01-13 18:59 -------
 And what did you discover?
+
+------- Additional Comments From triendl kj aon at  2003-01-14 14:28 -------
+well, i found out that the test app linked with selfcompiled libs 
+does neither freeze nor core dump.
+i compiled
+glib, atk, pango and gtk+2.0, orbit and orbitcpp and the mm-stuff 
+except gconf (but i compiled gconfmm) with the 3.2-compiler.
+the only point which still remains is that the value_changed 
+signal is emitted even no value is changed (as described above).
+
+however, not compiling gconf may be a problem..
+i don't know how safe it is to install a self-compiled version of 
+gconf. i need a working system..
+additionally, debian is on the transition to gcc-3.2; therefore i 
+will report again in a few weeks.
+




--__--__--

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