Send Gtkmm-forge mailing list submissions to
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
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 495762] need get_pointer for RefPtr<>
(glibmm (bugzilla.gnome.org))
2. [Bug 498438] New: gcc-4.3 build issue
(glibmm (bugzilla.gnome.org))
3. [Bug 498438] gcc-4.3 build issue (glibmm (bugzilla.gnome.org))
4. [Bug 498451] New: gcc4.3 build issue (gtkmm (bugzilla.gnome.org))
5. [Bug 498451] gcc4.3 build issue (gtkmm (bugzilla.gnome.org))
6. [Bug 498438] gcc-4.3 build issue (glibmm (bugzilla.gnome.org))
7. [Bug 498438] gcc-4.3 build issue (glibmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Mon, 12 Nov 2007 16:43:20 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 495762] need get_pointer for RefPtr<>
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
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=495762
glibmm | general | Ver: 2.14.x
------- Comment #2 from Hubert Figuiere 2007-11-12 16:43 UTC -------
When binding a member function, boost::bind accept pointers or something that
return pointer of the same type using a get_pointer() free function. It does
not accept plain-objects as the object instance to call a member function.
--
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=495762.
------------------------------
Message: 2
Date: Tue, 20 Nov 2007 09:56:40 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 498438] New: gcc-4.3 build issue
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]/>
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=498438
glibmm | build | Ver: 2.14.x
Summary: gcc-4.3 build issue
Product: glibmm
Version: 2.14.x
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: build
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
GNOME version: 2.19/2.20
GNOME milestone: Unspecified
glibmm2.4 2.14.2 does't build with gcc-4.3
/bin/bash ../../libtool --tag=CXX --mode=compile
/usr/lib/gcc-snapshot/bin/g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"glibmm\"
-I../../glib -I../../glib -I/usr/include/sigc++-2.0
-I/usr/lib/sigc++-2.0/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 -g -Wall -O2 -Wno-long-long -c -o object.lo
object.cc
/usr/lib/gcc-snapshot/bin/g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"glibmm\"
-I../../glib -I../../glib -I/usr/include/sigc++-2.0
-I/usr/lib/sigc++-2.0/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 -g -Wall -O2 -Wno-long-long -c object.cc -fPIC
-DPIC -o .libs/object.o
object.cc: In constructor 'Glib::ConstructParams::ConstructParams(const
Glib::Class&, const char*, ...)':
object.cc:110: error: 'memset' was not declared in this scope
Including cstring fixed the issue
--
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=498438.
------------------------------
Message: 3
Date: Tue, 20 Nov 2007 09:57:32 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 498438] gcc-4.3 build issue
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
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=498438
glibmm | build | Ver: 2.14.x
------- Comment #1 from Sebastien Bacher 2007-11-20 09:57 UTC -------
Created an attachment (id=99388)
--> (http://bugzilla.gnome.org/attachment.cgi?id=99388&action=view)
fix build issue
--
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=498438.
------------------------------
Message: 4
Date: Tue, 20 Nov 2007 10:52:37 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 498451] New: gcc4.3 build issue
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]/>
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=498451
gtkmm | build | Ver: 2.12.x
Summary: gcc4.3 build issue
Product: gtkmm
Version: 2.12.x
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: build
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
GNOME version: 2.19/2.20
GNOME milestone: Unspecified
gtkmm2.4 2.12.1 doesn't build with gcc4.3
/usr/lib/gcc-snapshot/bin/g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"gtkmm\"
-I../../gtk -I../../gtk -I../../pango -I../../pango -I../../atk -I../../atk
-I../../gdk -I../../gdk -I../../gtk -I../../gtk -I/usr/include/glibmm-2.4
-I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0
-I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo
-I/usr/include/freetype2 -I/usr/include/libpng12 -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/gtk-unix-print-2.0 -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -g -Wall -O2 -c scale.cc -fPIC -DPIC -o
.libs/scale.o
In file included from ../../pango/pangomm/item.h:26,
from ../../pango/pangomm/context.h:38,
from ../../gtk/gtkmm/widget.h:28,
from ../../gtk/gtkmm/range.h:28,
from ../../gtk/gtkmm/scale.h:30,
from scale.cc:4:
../../pango/pangomm/attributes.h:219: warning: type qualifiers ignored on
function return type
scale.cc: In function
'gchar*<unnamed>::Scale_signal_format_value_callback(GtkScale*, gdouble,
void*)':
scale.cc:145: error: 'strlen' was not declared in this scope
scale.cc: In static member function 'static gchar*
Gtk::Scale_Class::format_value_callback(GtkScale*, gdouble)':
scale.cc:315: error: 'strlen' was not declared in this scope
/usr/lib/gcc-snapshot/bin/g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"gtkmm\"
-I../../gtk -I../../gtk -I../../pango -I../../pango -I../../atk -I../../atk
-I../../gdk -I../../gdk -I../../gtk -I../../gtk -I/usr/include/glibmm-2.4
-I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0
-I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/cairo
-I/usr/include/freetype2 -I/usr/include/libpng12 -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/gtk-unix-print-2.0 -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -g -Wall -O2 -c targetentry.cc -fPIC -DPIC -o
.libs/targetentry.o
targetentry.cc: In constructor 'Gtk::TargetEntry::TargetEntry()':
targetentry.cc:31: error: 'memset' was not declared in this scope
--
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=498451.
------------------------------
Message: 5
Date: Tue, 20 Nov 2007 10:55:22 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 498451] gcc4.3 build issue
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
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=498451
gtkmm | build | Ver: 2.12.x
------- Comment #1 from Sebastien Bacher 2007-11-20 10:55 UTC -------
Created an attachment (id=99391)
--> (http://bugzilla.gnome.org/attachment.cgi?id=99391&action=view)
fix build issue
--
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=498451.
------------------------------
Message: 6
Date: Tue, 20 Nov 2007 12:10:11 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 498438] gcc-4.3 build issue
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
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=498438
glibmm | build | Ver: 2.14.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
------- Comment #2 from Murray Cumming 2007-11-20 12:10 UTC -------
Feel free to commit with a ChangeLog entry to trunk and gtkmm-2-14. Thanks.
--
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=498438.
------------------------------
Message: 7
Date: Tue, 20 Nov 2007 19:21:50 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 498438] gcc-4.3 build issue
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
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=498438
glibmm | build | Ver: 2.14.x
Sebastien Bacher changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #99388|none |committed
Flag| |
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Comment #3 from Sebastien Bacher 2007-11-20 19:21 UTC -------
Change commited to glibmm-2-14 and trunk
2007-11-20 Sebastien Bacher <[EMAIL PROTECTED]>
* glib/glibmm/object.cc: fix build issue when using gcc4.3 (#498438)
--
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=498438.
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
Gtkmm-forge mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 18, Issue 9
******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list