Gtkmm-forge digest, Vol 1 #792 - 3 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: Gtkmm-forge digest, Vol 1 #792 - 3 msgs
- Date: Thu, 28 Oct 2004 20:32:12 -0700
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 156705] New: compile bug with gtkmm 2.4.6 (bugzilla-daemon bugzilla gnome org)
2. [Bug 129846] libglademm: Gtk::MenuItem accelerators lost during reparenting (bugzilla-daemon bugzilla gnome org)
3. [Bug 131566] libglademm can't create a derived GtkOptionMenu (bugzilla-daemon bugzilla gnome org)
--__--__--
Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 28 Oct 2004 09:03:33 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 156705] New: compile bug with gtkmm 2.4.6
http://bugzilla.gnome.org/show_bug.cgi?id=156705
gtkmm | build | Ver: 2.4
Summary: compile bug with gtkmm 2.4.6
Product: gtkmm
Version: 2.4
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: rcook wyrms net
Error I get with gcc 3.4.2, glibc 2.3.3 with NPTL enabled, GTK+ 2.4.13
make[5]: Leaving directory `/usr/src/gtkmm-2.4.6/pango/pangomm/private'
make[5]: Entering directory `/usr/src/gtkmm-2.4.6/pango/pangomm'
/bin/sh ../../libtool --mode=link --tag=CXX g++ -O -march=athlon-mp -mmmx
-mfpmath=sse -msse -m3dnow -pipe -O3 -Wall -z combreloc -s -o
libpangomm-1.4.la -rpath /usr/lib -version-info 1:6:0 attributes.lo attriter.lo
attrlist.lo color.lo context.lo coverage.lo font.lo fontdescription.lo
fontface.lo fontfamily.lo fontmap.lo fontmetrics.lo fontset.lo glyph.lo
glyphstring.lo item.lo language.lo layout.lo layoutiter.lo layoutline.lo
layoutrun.lo rectangle.lo tabarray.lo wrap_init.lo init.lo
-Wl,--export-dynamic -lglibmm-2.4 -lsigc-2.0 -lpango-1.0 -lgobject-2.0
-lgmodule-2.0 -ldl -lglib-2.0
libtool: link: `glyph.lo' is not a valid libtool object
make[5]: *** [libpangomm-1.4.la] Error 1
make[5]: Leaving directory `/usr/src/gtkmm-2.4.6/pango/pangomm'
make[4]: *** [all-recursive] Error 1make[4]: Leaving directory
`/usr/src/gtkmm-2.4.6/pango/pangomm'
make[3]: Leaving directory `/usr/src/gtkmm-2.4.6/pango'
make[2]: Leaving directory `/usr/src/gtkmm-2.4.6'
make[1]: Leaving directory `/usr/src/gtkmm-2.4.6'
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 28 Oct 2004 13:42:15 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 129846] libglademm: Gtk::MenuItem accelerators lost during reparenting
http://bugzilla.gnome.org/show_bug.cgi?id=129846
gnomemm | libglademm | Ver: 2.0
------- Additional Comments From roger whinlatter uklinux net 2004-10-28 13:42 -------
The file is a .tar.bz2.
BTW, file(1) can tell you this:
$ file testfile
testfile: bzip2 compressed data, block size = 900k
Regards,
Roger
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 28 Oct 2004 17:23:32 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 131566] libglademm can't create a derived GtkOptionMenu
http://bugzilla.gnome.org/show_bug.cgi?id=131566
gnomemm | libglademm | Ver: unspecified
roger whinlatter uklinux net changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #23381|0 |1
is obsolete| |
------- Additional Comments From roger whinlatter uklinux net 2004-10-28 17:23 -------
Created an attachment (id=33181)
--> (http://bugzilla.gnome.org/attachment.cgi?id=33181&action=view)
gtkmm-131566-2.tar.bz2
This testcase is a simplified version of the original testcase. I've
- removed all the templated code
- removed all unused cruft
- commented the objectoptionmenu header
The objectoptionmenu.* files implement the classes ObjectOptionMenuItem
(derived from Gtk::MenuItem) and ObjectOptionMenu (derived from
Gtk::OptionMenu).
examplewindow.* is plain C++, and just creates a main window containing an
ObjectOptionMenu containing some ObjectOptionMenuItems. This works perfectly.
gladeexamplewindow.* is exactly the same, but the ObjectOptionMenu is got from
a Glade::XML object with get_widget_derived. This appears to work according to
the debugging messages (the contained Gtk::Menu does contain the correct number
of items and the current selection is correct), but it shows up empty with
warnings:
OptionMenu::on_changed()
There are 6 items
Currently selected: 1
OptionMenu::on_changed()
There are 6 items
Currently selected: 5
(gladeexamplewindow:5036): Gtk-CRITICAL **: file gtkmenu.c: line 1235
(gtk_menu_popup): assertion `GTK_IS_MENU (menu)' failed
(gladeexamplewindow:5036): Gtk-CRITICAL **: file gtkmenu.c: line 1470
(gtk_menu_get_active): assertion `GTK_IS_MENU (menu)' failed
Hopefully this is a good bit simpler, but I don't think I can make it much
simpler without losing the purpose of what I'm trying to do.
Regards,
Roger
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
_______________________________________________
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]