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 538226] Build tests only on make check
(gtkmm (bugzilla.gnome.org))
2. [Bug 538226] Build tests only on make check
(gtkmm (bugzilla.gnome.org))
3. [Bug 486421] gtkmozembedmm fails to build on debian
testing/unstable (gnomemm (bugzilla.gnome.org))
4. [Bug 538226] Build tests only on make check
(gtkmm (bugzilla.gnome.org))
5. [Bug 538226] Build tests only on make check
(gtkmm (bugzilla.gnome.org))
6. [Bug 543671] Notebook::PageList::const_iterator operator!=
does not work (with gcc 4.3.1) (gtkmm (bugzilla.gnome.org))
7. [Bug 543772] Unable to load from glade using gtkmm in MS
Visual Studio 2008 (gtkmm (bugzilla.gnome.org))
8. [Bug 543772] Unable to load from glade using gtkmm in MS
Visual Studio 2008 (gtkmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Mon, 4 Aug 2008 12:41:55 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 538226] Build tests only on make check
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=538226
gtkmm | build | Ver: unspecified
------- Comment #11 from R?mi Cardona 2008-08-04 12:41 UTC -------
Created an attachment (id=115820)
--> (http://bugzilla.gnome.org/attachment.cgi?id=115820&action=view)
patch to add a configure switch to disable tests build
Here's a patch for the other option (with a patched ChangeLog this time)
FYI, glib/gio does uses the automake support since they have a test suite that
can run in batch mode to report success/failure.
gtksourceview on the other hand does exactly like this patch because the test
programs are more like simple demos that have to be ran manually to see that
the behavior is correct.
--
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=538226.
------------------------------
Message: 2
Date: Mon, 4 Aug 2008 12:46:48 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 538226] Build tests only on make check
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=538226
gtkmm | build | Ver: unspecified
------- Comment #12 from Murray Cumming 2008-08-04 12:46 UTC -------
Again, I do not want a configure option for this. That is silly.
Regarding, glib/gio and gtksourceview, yes they use make check because they
want to check the result of their tests. But we don't do that (yet) and this is
about building, not running.
--
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=538226.
------------------------------
Message: 3
Date: Mon, 4 Aug 2008 12:48:14 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 486421] gtkmozembedmm fails to build on
debian testing/unstable
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=486421
gnomemm | build | Ver: unspecified
------- Comment #3 from Murray Cumming 2008-08-04 12:48 UTC -------
Max?
--
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=486421.
------------------------------
Message: 4
Date: Mon, 4 Aug 2008 13:09:07 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 538226] Build tests only on make check
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=538226
gtkmm | build | Ver: unspecified
------- Comment #13 from R?mi Cardona 2008-08-04 13:09 UTC -------
glib/gio uses "make check" to build and run tests.
gtksourceview does not, they have a configure switch like in attachment
#115820.
I think there's a small misunderstanding about the first patch I posted. "make
check" does 2 things :
1) *builds* tests programs that are marked with "check_PROGRAMS"
2) *runs* tests programs/scripts that are marked with "TESTS"
The original patch only does step #1, so "make check" will only just build
tests.
In the future, you can convert your tests to behave like the glib/gio ones and
use the TESTS variable of Makefile.am, and "make check" will run them.
Sorry if my first explanations were not concise enough. I hope these are
better.
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=538226.
------------------------------
Message: 5
Date: Mon, 4 Aug 2008 13:17:07 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 538226] Build tests only on make check
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=538226
gtkmm | build | Ver: unspecified
R?mi Cardona changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #114380|0 |1
is obsolete| |
------- Comment #14 from R?mi Cardona 2008-08-04 13:17 UTC -------
Created an attachment (id=115826)
--> (http://bugzilla.gnome.org/attachment.cgi?id=115826&action=view)
patch to only build tests on "make check"
Same patch as attachment 114380 without the libtool stuff and with a proper
ChangeLog entry
--
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=538226.
------------------------------
Message: 6
Date: Mon, 4 Aug 2008 16:52:46 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 543671]
Notebook::PageList::const_iterator operator!= does not work (with
gcc
4.3.1)
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=543671
gtkmm | general | Ver: 2.12.x
Julien Langer changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
------- Comment #4 from Julien Langer 2008-08-04 16:52 UTC -------
non-member operators are usually considered a good thing because it's the only
way to support implicit type conversions for both operands.
It helps to replace containers.h:339 and 340:
bool operator==(const Self& src) const { return T_Base::operator==(src); }
bool operator!=(const Self& src) const { return T_Base::operator!=(src); }
with the following:
bool operator==(const Self& src) const { return *this == src }
bool operator!=(const Self& src) const { return *this != src }
--
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=543671.
------------------------------
Message: 7
Date: Tue, 5 Aug 2008 12:19:11 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 543772] Unable to load from glade using
gtkmm in MS Visual Studio 2008
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=543772
gtkmm | general | Ver: 2.4.x
------- Comment #2 from Emmanuel 2008-08-05 12:19 UTC -------
(In reply to comment #1)
> Do you have this problem with the examples in the libglademm tarball?
>
please could you tell me where the examples are located?
--
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=543772.
------------------------------
Message: 8
Date: Tue, 5 Aug 2008 12:22:15 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 543772] Unable to load from glade using
gtkmm in MS Visual Studio 2008
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=543772
gtkmm | general | Ver: 2.4.x
------- Comment #3 from Murray Cumming 2008-08-05 12:22 UTC -------
In the examples directory in the source tarball:
http://ftp.gnome.org/pub/GNOME/sources/libglademm/2.6/
--
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=543772.
------------------------------
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
------------------------------
_______________________________________________
Gtkmm-forge mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 27, Issue 6
******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list