Gtkmm-forge Digest, Vol 11, Issue 10
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: Gtkmm-forge Digest, Vol 11, Issue 10
- Date: Wed, 18 Apr 2007 09:10:43 -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-owner 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 430669] libgtkglextmm-x11-1.0.so.0 is missing as of last
week (gtkmm (bugzilla.gnome.org))
2. [Bug 422955] The application crashes with SIGSEGV in
ComboBoxText destructor (gtkmm (bugzilla.gnome.org))
3. [Bug 422955] The application crashes with SIGSEGV in
ComboBoxText destructor (gtkmm (bugzilla.gnome.org))
4. [Bug 430782] New: gtkmm-2.10.9 does not compile
(gtkmm (bugzilla.gnome.org))
5. [Bug 430782] gtkmm-2.10.9 does not compile
(gtkmm (bugzilla.gnome.org))
6. [Bug 350734] segfault in RadioAction constructor
(gtkmm (bugzilla.gnome.org))
7. [Bug 423990] glibmm et al don't recognize new GNU m4
(glibmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Tue, 17 Apr 2007 14:00:35 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 430669] libgtkglextmm-x11-1.0.so.0 is
missing as of last week
To: gtkmm-forge lists sourceforge net
Message-ID: <20070417140035 E697E6C4232 box gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=430669
gtkmm | general | Ver: unspecified
jonner changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jonathon jongsma gmail com
Status|UNCONFIRMED |RESOLVED
Resolution| |NOTGNOME
------- Comment #1 from jonner 2007-04-17 14:00 UTC -------
This looks like an Ubuntu issue. You might try reporting it in the ubuntu bug
tracker. (alternately, your issue might simply be that you haven't enabled the
universe and multiverse repositories -- a google search should show you how to
do that).
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=430669.
------------------------------
Message: 2
Date: Tue, 17 Apr 2007 18:40:43 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 422955] The application crashes with
SIGSEGV in ComboBoxText destructor
To: gtkmm-forge lists sourceforge net
Message-ID: <20070417184043 EF1046C4217 box gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=422955
gtkmm | general | Ver: 2.8.x
Armin Burgmeier changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |430746
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=422955.
------------------------------
Message: 3
Date: Tue, 17 Apr 2007 18:51:08 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 422955] The application crashes with
SIGSEGV in ComboBoxText destructor
To: gtkmm-forge lists sourceforge net
Message-ID: <20070417185108 1A4336C41E1 box gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=422955
gtkmm | general | Ver: 2.8.x
Armin Burgmeier changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |armin arbur net
------- Comment #8 from Armin Burgmeier 2007-04-17 18:51 UTC -------
I was unable to create a GTK+ testcase because the problem is that in gtkmm,
windows do not call the base class implementation in the dispose vfunc (which
seems to be intentional) and therefore the order and time of the widget
hierarchy destruction differs from an equivalent simple plain GTK+ version.
The problem actually is that when the combobox is destroyed, it destroys its
popup widget which in turn causes the focus of the combobox to change which
fails because the combobox itself is currently being destroyed. I created a
GTK+ bug report (#430746) with a patch that fixes the problem by destroying
that popup widget in _dispose.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=422955.
------------------------------
Message: 4
Date: Tue, 17 Apr 2007 20:14:33 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 430782] New: gtkmm-2.10.9 does not
compile
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-430782-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=430782
gtkmm | general | Ver: 2.10.x
Summary: gtkmm-2.10.9 does not compile
Product: gtkmm
Version: 2.10.x
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: jsacco gnome org
QAContact: gtkmm-forge lists sourceforge net
GNOME version: 2.17/2.18
GNOME milestone: Unspecified
g++-4.1.1 is unhappy about something... [see below].
-Joseph
====================================================================
/usr/local/src/GARNOME/Devel/garnome-trunk/include/glibmm-2.4/glibmm/objectbase.h:
In static member function 'static gboolean
Atk::Action_Class::do_action_vfunc_callback(AtkAction*, gint)':
/usr/local/src/GARNOME/Devel/garnome-trunk/include/glibmm-2.4/glibmm/objectbase.h:149:
error: 'bool Glib::ObjectBase::is_derived_() const' is protected
action.cc:100: error: within this context
/usr/local/src/GARNOME/Devel/garnome-trunk/include/glibmm-2.4/glibmm/objectbase.h:
In static member function 'static gint
Atk::Action_Class::get_n_actions_vfunc_callback(AtkAction*)':
/usr/local/src/GARNOME/Devel/garnome-trunk/include/glibmm-2.4/glibmm/objectbase.h:149:
error: 'bool Glib::ObjectBase::is_derived_() const' is protected
action.cc:145: error: within this context
/usr/local/src/GARNOME/Devel/garnome-trunk/include/glibmm-2.4/glibmm/objectbase.h:
In static member function 'static const gchar*
Atk::Action_Class::get_description_vfunc_callback(AtkAction*, gint)':
/usr/local/src/GARNOME/Devel/garnome-trunk/include/glibmm-2.4/glibmm/objectbase.h:149:
error: 'bool Glib::ObjectBase::is_derived_() const' is protected
action.cc:189: error: within this context
/usr/local/src/GARNOME/Devel/garnome-trunk/include/glibmm-2.4/glibmm/objectbase.h:
In static member function 'static const gchar*
Atk::Action_Class::get_name_vfunc_callback(AtkAction*, gint)':
/usr/local/src/GARNOME/Devel/garnome-trunk/include/glibmm-2.4/glibmm/objectbase.h:149:
error: 'bool Glib::ObjectBase::is_derived_() const' is protected
action.cc:234: error: within this context
/usr/local/src/GARNOME/Devel/garnome-trunk/include/glibmm-2.4/glibmm/objectbase.h:
In static member function 'static const gchar*
Atk::Action_Class::get_keybinding_vfunc_callback(AtkAction*, gint)':
/usr/local/src/GARNOME/Devel/garnome-trunk/include/glibmm-2.4/glibmm/objectbase.h:149:
error: 'bool Glib::ObjectBase::is_derived_() const' is protected
action.cc:279: error: within this context
/usr/local/src/GARNOME/Devel/garnome-trunk/include/glibmm-2.4/glibmm/objectbase.h:
In static member function 'static gboolean
Atk::Action_Class::set_description_vfunc_callback(AtkAction*, gint, const
gchar*)':
/usr/local/src/GARNOME/Devel/garnome-trunk/include/glibmm-2.4/glibmm/objectbase.h:149:
error: 'bool Glib::ObjectBase::is_derived_() const' is protected
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=430782.
------------------------------
Message: 5
Date: Wed, 18 Apr 2007 16:06:16 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 430782] gtkmm-2.10.9 does not compile
To: gtkmm-forge lists sourceforge net
Message-ID: <20070418160616 3CFC16C41BA box gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=430782
gtkmm | general | Ver: 2.10.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |murrayc murrayc com
------- Comment #1 from Murray Cumming 2007-04-18 16:06 UTC -------
gtkmm 2.10.9 requires glibmm 2.12.8, in which Glib::ObjectBase::is_derived_()
is public, and checks for glibmm 2.12.8 in configure. Do you have glibmm
2.12.8?
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=430782.
------------------------------
Message: 6
Date: Wed, 18 Apr 2007 16:09:58 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 350734] segfault in RadioAction
constructor
To: gtkmm-forge lists sourceforge net
Message-ID: <20070418160958 9F9E76C41B1 box gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=350734
gtkmm | general | Ver: 2.9.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |murrayc murrayc com
------- Comment #4 from Murray Cumming 2007-04-18 16:09 UTC -------
Excellent. Please apply to svn trunk.
You might remove the conversion from the general .m4 conversion file, to see if
any more signals need the same attention.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=350734.
------------------------------
Message: 7
Date: Wed, 18 Apr 2007 16:10:36 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 423990] glibmm et al don't recognize
new GNU m4
To: gtkmm-forge lists sourceforge net
Message-ID: <20070418161036 D5CFF6C41BA box gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=423990
glibmm | build | Ver: unspecified
------- Comment #2 from Murray Cumming 2007-04-18 16:10 UTC -------
Anyway, a patch would be welcome.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=423990.
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 11, Issue 10
*******************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]