Gtkmm-forge Digest, Vol 26, Issue 6



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 543294] vcproj file is missing source files
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 543288] infinite recursion on
      Gtk::FileChooser::get_preview_widget (gtkmm (bugzilla.gnome.org))
   3. [Bug 543292] vcproj file is missing four source	files
      (glibmm (bugzilla.gnome.org))
   4. [Bug 543671] New:	Notebook::PageList::const_iterator
      operator!= does not work	(with gcc 4.3.1) (gtkmm (bugzilla.gnome.org))
   5. [Bug 543671] Notebook::PageList::const_iterator	operator!=
      does not work (with gcc 4.3.1) (gtkmm (bugzilla.gnome.org))
   6. [Bug 543772] New: Unable to load from glade using	gtkmm in MS
      Visual Studio 2008 (gtkmm (bugzilla.gnome.org))
   7. [Bug 423990] glibmm et al don't recognize new GNU	m4
      (glibmm (bugzilla.gnome.org))
   8. [Bug 544135] New: [PATCH] Include depreated flags	in
      gtkmmconfig.in (backport from trunk) (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Wed, 16 Jul 2008 15:49:24 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 543294] vcproj file is missing source
	files
To: gtkmm-forge lists sourceforge net
Message-ID: <20080716154924 4E1FF23F58E 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=543294

  gtkmm | build | Ver: 2.13.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from Murray Cumming  2008-07-16 15:49 UTC -------
Committed. Thanks.

2008-07-16  Jens Georg  <mail jensge org>

        * MSVC_Net2003/gtkmm/gtkmm.vcproj: Mention new source files 
        for builder, scalebutton, tooltip, and volumebutton.
        Bug #543294.


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



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

Message: 2
Date: Wed, 16 Jul 2008 15:56:07 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 543288] infinite recursion on
	Gtk::FileChooser::get_preview_widget
To: gtkmm-forge lists sourceforge net
Message-ID: <20080716155607 66A5823F58E 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=543288

  gtkmm | general | Ver: 2.13.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from Murray Cumming  2008-07-16 15:56 UTC -------
Very strange. Fixed (but not generally in gmmproc) in svn trunk and the
gtkmm-2-12 branch:

2008-07-16  Murray Cumming  <murrayc murrayc com>

        * gtk/src/filechooser.hg: get_preview_widget(): Move the const 
        overload after the non-const one, because gmmproc otherwise seems to 
        make both just calls to the non-const one. We really need to stop 
        gmmproc from doing that, first figuring out why.
        Luckily, I don't think we put them in this order very often.
        Bug #543288 (Jens Georg) 


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



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

Message: 3
Date: Wed, 16 Jul 2008 15:47:04 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 543292] vcproj file is missing four
	source	files
To: gtkmm-forge lists sourceforge net
Message-ID: <20080716154704 F023723F58E 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=543292

  glibmm | build | Ver: 2.17.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from Murray Cumming  2008-07-16 15:47 UTC -------
Committed. Thanks. Please patch the ChangeLog in future:

2008-07-16  Jens Georg  <mail jensge org>

        * MSVC_Net2003/glibmm/glibmm.vcproj: Mention new source files 
        for regex and keyfile.
        Bug #543292.


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



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

Message: 4
Date: Fri, 18 Jul 2008 23:29:43 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 543671] New:
	Notebook::PageList::const_iterator operator!= does not work	(with gcc
	4.3.1)
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-543671-5595 http bugzilla 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=543671

  gtkmm | general | Ver: 2.12.x
           Summary: Notebook::PageList::const_iterator operator!= does not
                    work (with gcc 4.3.1)
           Product: gtkmm
           Version: 2.12.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: julien langer gmail com
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: 2.21/2.22
   GNOME milestone: Unspecified


The following code does not work with gtkmm 2.12.7 and gcc 4.3.1

const Notebook::PageList& list = notebook->pages();
Notebook::PageList::const_iterator it = list.begin();
for ( ; it != list.end(); ++it ) { ... }

Compilation fails on containers.h:340
bool operator!=(const Self& src) const { return T_Base::operator!=(src); }

with the following error from gcc:
/usr/include/glibmm-2.4/glibmm/containers.h|340|error: 'operator!=' is not a
member of 'Gtk::Notebook_Helpers::PageIterator'|

It works fine when the const_iterator is replaced with a plain iterator.


-- 
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: 5
Date: Fri, 18 Jul 2008 23:40:50 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 543671]
	Notebook::PageList::const_iterator	operator!= does not work (with gcc
	4.3.1)
To: gtkmm-forge lists sourceforge net
Message-ID: <20080718234050 4101A23F516 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=543671

  gtkmm | general | Ver: 2.12.x




------- Comment #1 from Julien Langer  2008-07-18 23:40 UTC -------
Well, const_iterator doesn't seem to be the only iterator type that's not
working:
reverse_iterator and const_reverse_iterato produce the same error.


-- 
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: 6
Date: Sat, 19 Jul 2008 20:35:16 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 543772] New: Unable to load from glade
	using	gtkmm in MS Visual Studio 2008
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-543772-5595 http bugzilla 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
           Summary: Unable to load from glade using gtkmm in MS Visual
                    Studio 2008
           Product: gtkmm
           Version: 2.4.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: ngwane_emma yahoo co uk
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
Hi,
My simple gtkmm application fails to run in MS Visual Studio 2008 although it
successfully compiles in the IDE (Have added the property sheets and tweaked
the settings as described on the gtkmm documentation home page.

Reason:
The execution of the program fails when it encounters the following code
snippet:
Glib::RefPtr<Gnome::Glade::Xml> mainXml= Gnome::Glade::Xml::create(cars.glade);

it produces the following error message:

Glib::ConvertError at memory location 0x0023f52c

console shows a warning:
(Project CARS.exe:5000): libglade-WARNING **: could not find glade file
'\xcc\xc
c\xcc\xcccars.glade'


Steps to reproduce:
1. Create any simple glade file
2. Create a gtkmm project and write a small program to load widgets from the
glade file
3. Compile and run the program in Microsoft Visual Studio


Actual results:
Application crashes on execution

Expected results:
the application should have executed well because it was successfully compiled
without errors

Does this happen every time?
Yes

Other information:


-- 
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: 7
Date: Mon, 21 Jul 2008 15:07:56 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 423990] glibmm et al don't recognize
	new GNU	m4
To: gtkmm-forge lists sourceforge net
Message-ID: <20080721150756 537CD23F52F 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=423990

  glibmm | build | Ver: unspecified




------- Comment #8 from Damien Carbery  2008-07-21 15:07 UTC -------
Reopening as the bug still exists for me in 2.17.x.


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



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

Message: 8
Date: Tue, 22 Jul 2008 10:05:24 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 544135] New: [PATCH] Include depreated
	flags	in gtkmmconfig.in (backport from trunk)
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-544135-5595 http bugzilla 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=544135

  gtkmm | general | Ver: 2.10.x
           Summary: [PATCH] Include depreated flags in gtkmmconfig.in
                    (backport from trunk)
           Product: gtkmm
           Version: 2.10.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: jhs gnome org
         QAContact: gtkmm-forge lists sourceforge net
                CC: murrayc murrayc com
     GNOME version: 2.19/2.20
   GNOME milestone: Unspecified


Backports this change from trunk:
2007-10-12  Armin Burgmeier  <armin openismus com>

        * gdk/gdkmmconfig.h.in:
        * gtk/gtkmmconfig.h.in:
        * configure.in: Added G{D,T}KMM_DISABLE_DEPRECATED defines to
        g{d,t}kmmconfig.h so other code can check whether deprecated API is
        available or not.

This allows to build bakery without modifications on maemo.


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



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

-------------------------------------------------------------------------
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 26, Issue 6
******************************************


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