[gtkmm] Gtkmm-forge digest, Vol 1 #318 - 5 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #318 - 5 msgs
- Date: Mon, 23 Dec 2002 12:01:48 -0800
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 101823] New - Gtk::Widget signals use GtkSelectionData instead of Gtk::SelectionData (bugzilla-daemon widget gnome org)
2. [Bug 101823] Changed - Gtk::Widget signals use GtkSelectionData instead of Gtk::SelectionData (bugzilla-daemon widget gnome org)
3. [Bug 101846] New - cannot compile gtkmm-2.0.2 (bugzilla-daemon widget gnome org)
4. [Bug 101846] Changed - cannot compile gtkmm-2.0.2 (bugzilla-daemon widget gnome org)
5. [Bug 99122] Changed - Add GTK+ 2.2 API additions (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sun, 22 Dec 2002 19:08:57 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101823] New - Gtk::Widget signals use GtkSelectionData instead of Gtk::SelectionData
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=101823
Changed by murrayc usa net
--- shadow/101823 Sun Dec 22 19:08:57 2002
+++ shadow/101823.tmp.14667 Sun Dec 22 19:08:57 2002
@@ -0,0 +1,17 @@
+Bug#: 101823
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: murrayc usa net
+TargetMilestone: ---
+URL:
+Summary: Gtk::Widget signals use GtkSelectionData instead of Gtk::SelectionData
+
+
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sun, 22 Dec 2002 19:09:15 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101823] Changed - Gtk::Widget signals use GtkSelectionData instead of Gtk::SelectionData
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=101823
Changed by murrayc usa net
--- shadow/101823 Sun Dec 22 19:08:57 2002
+++ shadow/101823.tmp.14808 Sun Dec 22 19:09:15 2002
@@ -7,11 +7,11 @@
Resolution:
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: murrayc usa net
-TargetMilestone: ---
+TargetMilestone: 3
URL:
Summary: Gtk::Widget signals use GtkSelectionData instead of Gtk::SelectionData
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 23 Dec 2002 05:10:33 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101846] New - cannot compile gtkmm-2.0.2
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=101846
Changed by kelk1 hotmail com
--- shadow/101846 Mon Dec 23 05:10:33 2002
+++ shadow/101846.tmp.19721 Mon Dec 23 05:10:33 2002
@@ -0,0 +1,55 @@
+Bug#: 101846
+Product: gtkmm
+Version: 2.0
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: build
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: kelk1 hotmail com
+TargetMilestone: ---
+URL:
+Summary: cannot compile gtkmm-2.0.2
+
+When trying to build v2.0.2, the process fails on gtk/gtkmm/treeview.cc:
+
+g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"gtkmm\" -Dgtkmm_COMPILATION
+-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
+-DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -I../../glib
+-I../../glib -I../../pango -I../../pango -I../../atk -I../../atk
+-I../../gdk -I../../gdk -I../../gtk -I../../gtk
+-I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2
+-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
+-I/usr/include/pango-1.0 -I/usr/include/Xft2 -I/usr/include/freetype2
+-I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
+-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2
+-fomit-frame-pointer -pipe -march=athlon -Wall -c treeview.cc -fPIC -DPIC
+-o .libs/treeview.lo
+treeview.cc: In static member function `static void
+Gtk::TreeView_Class::class_init_function(void*, void*)':
+treeview.cc:891: invalid conversion from `void (*)(GtkTreeView*)' to
+`gboolean (*)(GtkTreeView*)'
+treeview.cc:892: invalid conversion from `void (*)(GtkTreeView*)' to
+`gboolean (*)(GtkTreeView*)'
+treeview.cc:893: invalid conversion from `void (*)(GtkTreeView*, int)' to
+`gboolean (*)(GtkTreeView*, int)'
+treeview.cc:894: invalid conversion from `void (*)(GtkTreeView*)' to
+`gboolean (*)(GtkTreeView*)'
+treeview.cc:895: invalid conversion from `void (*)(GtkTreeView*, int, int,
+int)' to `gboolean (*)(GtkTreeView*, int, int, int)'
+treeview.cc:896: invalid conversion from `void (*)(GtkTreeView*)' to
+`gboolean (*)(GtkTreeView*)'
+treeview.cc:897: invalid conversion from `void (*)(GtkTreeView*)' to
+`gboolean (*)(GtkTreeView*)'
+
+I am running a cooker (Mandrake) system:
+
+libglib2.0_0-devel-2.1.5-1mdk
+libgtk+2.0_0-devel-2.1.5-2mdk
+libsigc++1.2-devel-1.2.2-1mdk
+
+Any way I could fix that?
+Thanks.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, kelk1 hotmail com
Cc:
Date: Mon, 23 Dec 2002 08:48:45 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101846] Changed - cannot compile gtkmm-2.0.2
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=101846
Changed by murrayc usa net
--- shadow/101846 Mon Dec 23 05:10:33 2002
+++ shadow/101846.tmp.28552 Mon Dec 23 08:48:45 2002
@@ -1,13 +1,13 @@
Bug#: 101846
Product: gtkmm
Version: 2.0
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: normal
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: kelk1 hotmail com
TargetMilestone: ---
@@ -50,6 +50,11 @@
libglib2.0_0-devel-2.1.5-1mdk
libgtk+2.0_0-devel-2.1.5-2mdk
libsigc++1.2-devel-1.2.2-1mdk
Any way I could fix that?
Thanks.
+
+------- Additional Comments From murrayc usa net 2002-12-23 08:48 -------
+Unfortunately gtkmm 2.0.x can not build against gtk+ 2.1.x, because
+gtk+ broke a small part of its API. Try using the unstable gtkmm
+2.1.x, or dowgrading your gtk+.
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, murrayc usa net
Cc:
Date: Mon, 23 Dec 2002 09:59:07 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99122] Changed - Add GTK+ 2.2 API additions
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=99122
Changed by matty chariot net au
--- shadow/99122 Mon Dec 2 13:15:17 2002
+++ shadow/99122.tmp.29245 Mon Dec 23 09:59:07 2002
@@ -83,6 +83,10 @@
gtk_tree_store_swap
gtk_tree_store_move_before
gtk_tree_store_move_after
+
+------- Additional Comments From matty chariot net au 2002-12-23 09:59 -------
+As well as gtk_tree_store_reorder, etc, there are apparently also
+list_store versions, gtk_list_store_reorder, etc.
--__--__--
_______________________________________________
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]