[gtkmm] Gtkmm-forge digest, Vol 1 #582 - 2 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #582 - 2 msgs
- Date: Sat, 20 Dec 2003 20:08:22 -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 129719] New - libgnomeprintmm-2.5.0 fails to build with older gcc (bugzilla-daemon widget gnome org)
2. [Bug 119266] Changed - property_widget () is unusable (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, dalgoda ix netcom com
Cc:
Date: Sat, 20 Dec 2003 01:39:53 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 129719] New - libgnomeprintmm-2.5.0 fails to build with older gcc
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=129719
Changed by dalgoda ix netcom com
--- shadow/129719 Sat Dec 20 01:39:53 2003
+++ shadow/129719.tmp.16050 Sat Dec 20 01:39:53 2003
@@ -0,0 +1,63 @@
+Bug#: 129719
+Product: gtkmm
+Version: unspecified
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: build
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: dalgoda ix netcom com
+TargetMilestone: ---
+URL:
+Summary: libgnomeprintmm-2.5.0 fails to build with older gcc
+
+gcc version 2.95.4 20020723 (prerelease)
+
+
+Once again, need to change a static_const:
+
+patch -p1 << \EOF
+diff -ru libgnomeprintmm-2.5.0.orig/libgnomeprint/libgnomeprintmm/font.cc
+libgnomeprintmm-2.5.0/libgnomeprint/libgnomeprintmm/font.cc
+--- libgnomeprintmm-2.5.0.orig/libgnomeprint/libgnomeprintmm/font.cc
+2003-12-07 17:08:33.000000000 -0800
++++ libgnomeprintmm-2.5.0/libgnomeprint/libgnomeprintmm/font.cc 2003-12-19
+21:53:03.000000000 -0800
+@@ -180,7 +180,7 @@
+
+ Glib::RefPtr<Font> Font::find_closest(const Glib::ustring& family,
+FontWeight weight, bool italic, double size)
+ {
+- return Glib::wrap(gnome_font_find_closest_from_weight_slant((const
+guchar*)family.c_str(), static_cast<GnomeFontWeight>(weight),
+static_cast<int>(italic), size));
++ return Glib::wrap(gnome_font_find_closest_from_weight_slant((const
+guchar*)family.c_str(), (GnomeFontWeight)(weight),
+static_cast<int>(italic), size));
+ }
+
+ Glib::RefPtr<Pango::Font> Font::get_closest_pango_font(const
+Glib::RefPtr<Pango::FontMap>& map, double dpi) const
+EOF
+
+
+Now, I understand this is a generated file.
+
+However, it's an issue with gtkmmproc which I cannot address. All I can do
+it point out the issue.
+
+Why can I not address it?
+
+1) Time to work on it.
+2) Not sure where to find it. I *think* I've installed every package off
+of gnome.org, though I may have missed whichever one has this tool.
+Pointers would be appreciated.
+3) There also appears to be no entries in any Makefiles that would allow me
+to make my own local tweaks and have the build system automatically regen
+the files.
+
+Anyway, if the decision is made to not support older compilers, then it
+would be appropriate to add that as an autoconf feature test.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc:
Date: Sat, 20 Dec 2003 05:45:42 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 119266] Changed - property_widget () is unusable
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=119266
Changed by murrayc usa net
--- shadow/119266 Fri Dec 19 09:12:43 2003
+++ shadow/119266.tmp.28016 Sat Dec 20 05:45:42 2003
@@ -1,13 +1,13 @@
Bug#: 119266
Product: gnomemm
Version: 2.0
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: libgnomecanvasmm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: olau hardworking dk
TargetMilestone: ---
@@ -33,6 +33,9 @@
method be useful to you?
Do you think that a set_widget(Gtk::Widget*) is necessary as well?
------- Additional Comments From murrayc usa net 2003-12-19 09:12 -------
Ignore that. The property can be a Gtk::Widget*.
+
+------- Additional Comments From murrayc usa net 2003-12-20 05:45 -------
+Fixed on HEAD, for 2.6.
--__--__--
_______________________________________________
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]