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 517423] Documentation breaks the build
(glibmm (bugzilla.gnome.org))
2. [Bug 517530] additional includes for C functions in several
files for Solaris (gtkmm (bugzilla.gnome.org))
3. [Bug 517530] additional includes for C functions in several
files for Solaris (gtkmm (bugzilla.gnome.org))
4. [Bug 517530] additional includes for C functions in several
files for Solaris (gtkmm (bugzilla.gnome.org))
5. [Bug 517787] New: Add operator<< and operator>> to Gio
streams (glibmm (bugzilla.gnome.org))
6. [Bug 517787] Add operator<< and operator>> to Gio streams
(glibmm (bugzilla.gnome.org))
7. [Bug 517530] additional includes for C functions in several
files for Solaris (gtkmm (bugzilla.gnome.org))
8. [Bug 517530] additional includes for C functions in several
files for Solaris (gtkmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Wed, 20 Feb 2008 21:18:09 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 517423] Documentation breaks the build
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=517423
glibmm | documentation | Ver: 2.15.x
Jonathon Jongsma (jonner) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Comment #3 from Jonathon Jongsma (jonner) 2008-02-20 21:18 UTC -------
OK, this should be fixed in r607. 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=517423.
------------------------------
Message: 2
Date: Wed, 20 Feb 2008 23:42:28 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 517530] additional includes for C
functions in several files for Solaris
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=517530
gtkmm | build | Ver: 2.12.x
------- Comment #8 from Jonathon Jongsma (jonner) 2008-02-20 23:42 UTC -------
The path of least resistance would be to just include math.h instead of cmath.
That seems to be the most portable solution.
--
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=517530.
------------------------------
Message: 3
Date: Wed, 20 Feb 2008 23:46:26 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 517530] additional includes for C
functions in several files for Solaris
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=517530
gtkmm | build | Ver: 2.12.x
------- Comment #9 from Tim Mooney 2008-02-20 23:46 UTC -------
Created an attachment (id=105673)
--> (http://bugzilla.gnome.org/attachment.cgi?id=105673&action=view)
add std:: for exit and strtod
This patches applies after Deng's patch. It adds a std:: to exit and strtod.
It also updates the gtk/README to give a tip on how to rebuild the gtkmm files
from the source files.
It still doesn't resolve the problem with some of the examples needing math.h
on Solaris for M_PI
--
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=517530.
------------------------------
Message: 4
Date: Thu, 21 Feb 2008 00:03:29 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 517530] additional includes for C
functions in several files for Solaris
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=517530
gtkmm | build | Ver: 2.12.x
------- Comment #10 from Jonathon Jongsma (jonner) 2008-02-21 00:03 UTC -------
I just thought of something: I believe glib actually provides a G_PI symbol for
precisely these portability reasons. Maybe we should just switch everything
from M_PI to G_PI.
http://library.gnome.org/devel/glib/stable/glib-Numerical-Definitions.html#id2975494
--
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=517530.
------------------------------
Message: 5
Date: Thu, 21 Feb 2008 02:10:22 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 517787] New: Add operator<< and
operator>> to Gio streams
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=517787
glibmm | io | Ver: 2.15.x
Summary: Add operator<< and operator>> to Gio streams
Product: glibmm
Version: 2.15.x
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: io
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
GNOME version: Unspecified
GNOME milestone: Unspecified
It'd be nice to add some basic support for the insertion and extraction
operators in giomm.
--
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=517787.
------------------------------
Message: 6
Date: Thu, 21 Feb 2008 02:14:18 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 517787] Add operator<< and operator>>
to Gio streams
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=517787
glibmm | io | Ver: 2.15.x
------- Comment #1 from Jonathon Jongsma (jonner) 2008-02-21 02:13 UTC -------
Created an attachment (id=105677)
--> (http://bugzilla.gnome.org/attachment.cgi?id=105677&action=view)
Here's a start at implementing operator<< for Gio::OutputStream
A starting point for discussion, not necessarily a finalized proposal. One
thing to note is that I added another 'test' to the tests/giomm_simple/
directory instead of adding a new test subdir. That meant that i needed to
rename the existing main.cc file to something more descriptive, which is why it
looks like there's so much change in the tests directory
--
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=517787.
------------------------------
Message: 7
Date: Thu, 21 Feb 2008 02:56:36 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 517530] additional includes for C
functions in several files for Solaris
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=517530
gtkmm | build | Ver: 2.12.x
------- Comment #11 from Tim Mooney 2008-02-21 02:56 UTC -------
We would still need to include <cmath> and would also then need <gtype.h>, but
your idea seems reasonable to me.
--
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=517530.
------------------------------
Message: 8
Date: Thu, 21 Feb 2008 03:31:09 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 517530] additional includes for C
functions in several files for Solaris
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=517530
gtkmm | build | Ver: 2.12.x
------- Comment #12 from [EMAIL PROTECTED] 2008-02-21 03:31 UTC -------
After consulting on IRC [EMAIL PROTECTED], Andrew Pinski pointed out there is a
gcc bug on this: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6257 , and it is
essentially a defect against C++
(http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#456), which has
already been solved by stating "It is unspecified whether these names are first
declared within the global namespace scope and are then injected into namespace
std by explicit using-declarations (7.3.3 [namespace.udecl])." So now both GCC
and solaris has the correct behavior. And I guess it's still more likely to
favor the std:: prefix solution.
--
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=517530.
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 21, Issue 12
*******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list