Gtkmm-forge Digest, Vol 27, Issue 4



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 543772] Unable to load from glade using gtkmm	in MS
      Visual Studio 2008 (gtkmm (bugzilla.gnome.org))
   2. [Bug 538226] Build tests only on make check
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 538226] Build tests only on make check
      (gtkmm (bugzilla.gnome.org))
   4. [Bug 537319] EntryCompletion not emitting
      signal_match_selected () (gtkmm (bugzilla.gnome.org))
   5. [Bug 537120] Windows ListViewText crash
      (gtkmm (bugzilla.gnome.org))
   6. [Bug 538226] Build tests only on make check
      (gtkmm (bugzilla.gnome.org))
   7. [Bug 531015] libgnomeuimm shoud dep on a newer
      libgnomecanvasmm (gnomemm (bugzilla.gnome.org))
   8. [Bug 537120] Windows ListViewText crash
      (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Mon,  4 Aug 2008 11:19:54 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 543772] Unable to load from glade using
	gtkmm	in MS Visual Studio 2008
To: gtkmm-forge lists sourceforge net
Message-ID: <20080804111954 6D42F23F505 label 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=543772

  gtkmm | general | Ver: 2.4.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cedric gustin gmail com,
                   |                            |murrayc murrayc com




------- Comment #1 from Murray Cumming  2008-08-04 11:19 UTC -------
Do you have this problem with the examples in the libglademm tarball?


-- 
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: 2
Date: Mon,  4 Aug 2008 11:39:32 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 538226] Build tests only on make check
To: gtkmm-forge lists sourceforge net
Message-ID: <20080804113932 2117323F517 label 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=538226

  gtkmm | build | Ver: unspecified

R?mi Cardona changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |remi gentoo org




------- Comment #4 from R?mi Cardona  2008-08-04 11:39 UTC -------
(In reply to comment #3)
> gtkmm's configure.in already has a call to AC_PROG_CXX, so this additional call
> is wrong.

Yes, but it's done too late. AC_PROG_LIBTOOL used to call AC_PROG_CXX directly
but that "feature" has been removed in 2.2

Basically if you want to call AC_LANG_PUSH(C++) (the first one is on line 132),
AC_PROG_CXX needs to be called before.

Then of course, the original call to AC_PROG_CXX on line 244 (which I didn't
spot) should be removed.

> I'm not sure if tests should only be built on make check.

I'm not sure either :) Would a configure switch be OK with you? The default
could then to still build tests as they are now.


-- 
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 11:41:20 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 538226] Build tests only on make check
To: gtkmm-forge lists sourceforge net
Message-ID: <20080804114120 58B6523F514 label 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=538226

  gtkmm | build | Ver: unspecified

R?mi Cardona changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|remi gentoo org             |




-- 
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: 4
Date: Mon,  4 Aug 2008 11:44:49 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 537319] EntryCompletion not emitting
	signal_match_selected ()
To: gtkmm-forge lists sourceforge net
Message-ID: <20080804114449 1E19A23F501 label 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=537319

  gtkmm | general | Ver: 2.13.x




------- Comment #6 from Murray Cumming  2008-08-04 11:44 UTC -------
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=537319.



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

Message: 5
Date: Mon,  4 Aug 2008 11:45:37 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 537120] Windows ListViewText crash
To: gtkmm-forge lists sourceforge net
Message-ID: <20080804114537 B89BF23F504 label 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=537120

  gtkmm | TreeView | Ver: 2.4




------- Comment #5 from K Civilian  2008-08-04 11:45 UTC -------
Yes I'm sure it crashed when I tried. Some of have time constraints for our
projects to be held back by one stupid bug and we've moved onto other packages.
Thanks for your time. Good luck with gtkmm.


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



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

Message: 6
Date: Mon,  4 Aug 2008 11:46:17 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 538226] Build tests only on make check
To: gtkmm-forge lists sourceforge net
Message-ID: <20080804114617 E04AF23F542 label 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=538226

  gtkmm | build | Ver: unspecified




------- Comment #5 from R?mi Cardona  2008-08-04 11:46 UTC -------
Created an attachment (id=115814)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=115814&action=view)
patch for libtool 2.2 support

Here's a patch for libtool 2.2 support


-- 
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: 7
Date: Mon,  4 Aug 2008 11:46:14 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 531015] libgnomeuimm shoud dep on a
	newer	libgnomecanvasmm
To: gtkmm-forge lists sourceforge net
Message-ID: <20080804114614 ECBBC23F506 label 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=531015

  gnomemm | libbonobouimm | Ver: unspecified

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #5 from Murray Cumming  2008-08-04 11:46 UTC -------
There's no sign that this is anything to do with libgoocanvasmm. Closing.

You use gentoo to enjoy this kind of nonsense. So enjoy.


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



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

Message: 8
Date: Mon,  4 Aug 2008 11:58:20 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 537120] Windows ListViewText crash
To: gtkmm-forge lists sourceforge net
Message-ID: <20080804115820 0B08823F50A label 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=537120

  gtkmm | TreeView | Ver: 2.4

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cedric gustin gmail com,
                   |                            |armin arbur net




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



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

-------------------------------------------------------------------------
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
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 27, Issue 4
******************************************


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]