Gtkmm-forge Digest, Vol 37, Issue 15

View: New views
1 Messages — Rating Filter:   Alert me  

Gtkmm-forge Digest, Vol 37, Issue 15

by gtkmm-forge-request :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Send Gtkmm-forge mailing list submissions to
        gtkmm-forge@...

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@...

You can reach the person managing the list at
        gtkmm-forge-owner@...

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 396958] Glib::signal_idle().connect() not thread-safe
      (glibmm (bugzilla.gnome.org))
   2. [Bug 585213] Patch to wrap GValueArray
      (glibmm (bugzilla.gnome.org))
   3. [Bug 586700] New: aclocal fails (gtkmm (bugzilla.gnome.org))
   4. [Bug 586700] aclocal fails (gtkmm (bugzilla.gnome.org))
   5. [Bug 573482] libglademm: thoughts about signal autoconnecting
      (gtkmm (bugzilla.gnome.org))
   6. [Bug 573482] libglademm: thoughts about signal autoconnecting
      (gtkmm (bugzilla.gnome.org))
   7. [Bug 586437] TreePath::empty return true if the object is
      NULL (gtkmm (bugzilla.gnome.org))
   8. [Bug 586437] TreePath::empty return true if the object is
      NULL (gtkmm (bugzilla.gnome.org))


----------------------------------------------------------------------

Message: 1
Date: Mon, 22 Jun 2009 17:45:01 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 396958] Glib::signal_idle().connect()
        not thread-safe
To: gtkmm-forge@...
Message-ID: <20090622174501.E3F9323F5AB@...>
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=396958

  glibmm | main loop | Ver: 2.13.x




------- Comment #10 from Daniel Elstner  2009-06-22 17:45 UTC -------
Yes, that's indeed the problem I referred to. Sorry, I should have been more
explicit.


--
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=396958.



------------------------------

Message: 2
Date: Mon, 22 Jun 2009 22:25:44 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 585213] Patch to wrap GValueArray
To: gtkmm-forge@...
Message-ID: <20090622222544.8873323F5A7@...>
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=585213

  glibmm | general | Ver: unspecified

Jos? Alburquerque changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #136754|accepted-commit_now         |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #7 from Jos? Alburquerque  2009-06-22 22:25 UTC -------
Thanks.  Committed with changes:

2009-06-22  Jos? Alburquerque  <jaalburqu@...>

        * configure.ac:
        * glib/glibmm.h:
        * glib/src/Makefile_list_of_hg.am_fragment:
        * glib/src/valuearray.ccg:
        * glib/src/valuearray.hg: Add Glib::ValueArray.

        * tests/Makefile.am:
        * tests/glibmm_valuearray/Makefile.am:
        * tests/glibmm_valuearray/main.cc: Add test for Glib::ValueArray.

        * .gitignore: Include valuearray.{h,cc}.


--
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=585213.



------------------------------

Message: 3
Date: Mon, 22 Jun 2009 22:45:10 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 586700] New: aclocal fails
To: gtkmm-forge@...
Message-ID: <bug-586700-5595@.../>
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=586700

  gtkmm | documentation | Ver: unspecified
           Summary: aclocal fails
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: documentation
        AssignedTo: gtkmm-forge@...
        ReportedBy: stsp@...
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
Current svn code of gttmm-documentation cannot be compiled
because aclocal fails with this message:
---
configure.in:131: error: m4_require: circular dependency of
AC_LANG_COMPILER(C++)
---


Steps to reproduce:
1. svn up
2. ./autogen.sh

Actual results:
Error message

Expected results:
No error message

Does this happen every time?
Yep

Other information:
The fix is to include AC_PROG_CXX.
The patch is attached.


--
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=586700.



------------------------------

Message: 4
Date: Mon, 22 Jun 2009 22:46:15 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 586700] aclocal fails
To: gtkmm-forge@...
Message-ID: <20090622224615.8F21C23F5AA@...>
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=586700

  gtkmm | documentation | Ver: unspecified




------- Comment #1 from Stas Sergeev  2009-06-22 22:46 UTC -------
Created an attachment (id=137215)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=137215&action=view)
the fix

add AC_PROG_CXX


--
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=586700.



------------------------------

Message: 5
Date: Mon, 22 Jun 2009 23:05:57 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
        signal autoconnecting
To: gtkmm-forge@...
Message-ID: <20090622230557.5D68423F5A8@...>
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=573482

  gtkmm | general | Ver: unspecified




------- Comment #62 from Stas Sergeev  2009-06-22 23:05 UTC -------
I unfortunately can't compile the svn code because
of the Bug 586700 I filled, and the other problem
that says:
---
./configure: line 2722: syntax error near unexpected token `scripts'
./configure: line 2722: `AL_ACLOCAL_INCLUDE(scripts)'
---
which I don't know how to fix.
Any hints are appreciated.
I fixed up the patch without any testing, hope it still works.


--
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=573482.



------------------------------

Message: 6
Date: Mon, 22 Jun 2009 23:07:41 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
        signal autoconnecting
To: gtkmm-forge@...
Message-ID: <20090622230741.677EF23F5A8@...>
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=573482

  gtkmm | general | Ver: unspecified

Stas Sergeev changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #136021|0                           |1
        is obsolete|                            |




------- Comment #63 from Stas Sergeev  2009-06-22 23:07 UTC -------
Created an attachment (id=137218)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=137218&action=view)
example patch

Patch against current svn.
Rejects fixed but not tested.


--
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=573482.



------------------------------

Message: 7
Date: Mon, 22 Jun 2009 23:45:12 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 586437] TreePath::empty return true if
        the object is NULL
To: gtkmm-forge@...
Message-ID: <20090622234512.6F4D023F5A9@...>
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=586437

  gtkmm | TreeView | Ver: 2.16.x




------- Comment #2 from Hubert Figuiere  2009-06-22 23:45 UTC -------
Created an attachment (id=137219)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=137219&action=view)
patch

Here is the patch against master. Let me know if I can push it.


--
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=586437.



------------------------------

Message: 8
Date: Tue, 23 Jun 2009 07:36:16 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 586437] TreePath::empty return true if
        the object is NULL
To: gtkmm-forge@...
Message-ID: <20090623073616.4B63D23F5A8@...>
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=586437

  gtkmm | TreeView | Ver: 2.16.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #137219|none                        |committed
               Flag|                            |




------- Comment #3 from Murray Cumming  2009-06-23 07:36 UTC -------
Yes, please, and to any branch that incorrect code.


--
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=586437.



------------------------------

------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org

------------------------------

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge@...
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 37, Issue 15
*******************************************
_______________________________________________
gtkmm-list mailing list
gtkmm-list@...
http://mail.gnome.org/mailman/listinfo/gtkmm-list