Gtkmm-forge Digest, Vol 18, Issue 2



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 493057] Gtkmm fails to build on Mac OS X	Tiger 10.4.10
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 493057] Gtkmm fails to build on Mac OS X	Tiger 10.4.10
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 492200] LinkButton with single param does not	behave
      (gtkmm (bugzilla.gnome.org))
   4. [Bug 491469] fix of gcc 4.3 compilation errors
      (gnomemm (bugzilla.gnome.org))
   5. [Bug 493057] Gtkmm fails to build on Mac OS X	Tiger 10.4.10
      (gtkmm (bugzilla.gnome.org))
   6. [Bug 489865] goocanvasmm installation dirs
      (gnomemm (bugzilla.gnome.org))
   7. [Bug 493057] Gtkmm fails to build on Mac OS X	Tiger 10.4.10
      (gtkmm (bugzilla.gnome.org))
   8. [Bug 493057] Gtkmm fails to build on Mac OS X	Tiger 10.4.10
      (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Sat,  3 Nov 2007 14:10:38 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 493057] Gtkmm fails to build on Mac OS
	X	Tiger 10.4.10
To: gtkmm-forge lists sourceforge net
Message-ID: <20071103141038 BF61623F5D8 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=493057

  gtkmm | build | Ver: 2.12.x




------- Comment #2 from Alberto Ruiz  2007-11-03 14:10 UTC -------
Sorry,  Gtk::Style :P


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



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

Message: 2
Date: Sat,  3 Nov 2007 15:39:04 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 493057] Gtkmm fails to build on Mac OS
	X	Tiger 10.4.10
To: gtkmm-forge lists sourceforge net
Message-ID: <20071103153904 0DFB923F5E0 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=493057

  gtkmm | build | Ver: 2.12.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #3 from Murray Cumming  2007-11-03 15:39 UTC -------
A patch (against svn) would be welcome. You probably need to change the
.hg/.ccg file.



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



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

Message: 3
Date: Sat,  3 Nov 2007 15:41:12 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 492200] LinkButton with single param
	does not	behave
To: gtkmm-forge lists sourceforge net
Message-ID: <20071103154112 47FCB23F5DF 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=492200

  gtkmm | general | Ver: 2.12.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #2 from Murray Cumming  2007-11-03 15:41 UTC -------
gtk_link_button_new(label) does this:
   retval = g_object_new (GTK_TYPE_LINK_BUTTON,
                         "uri", uri,
                         "label", utf8_uri,
                         NULL);

So, I guess we need to do something similar in our constructor to create the
label string.


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



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

Message: 4
Date: Sat,  3 Nov 2007 15:37:50 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 491469] fix of gcc 4.3 compilation
	errors
To: gtkmm-forge lists sourceforge net
Message-ID: <20071103153750 C461523F5E0 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=491469

  gnomemm | libgnomeuimm | Ver: 2.20

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #3 from Murray Cumming  2007-11-03 15:37 UTC -------
Please apply (if you have svn write access), with a 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=491469.



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

Message: 5
Date: Sat,  3 Nov 2007 16:42:03 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 493057] Gtkmm fails to build on Mac OS
	X	Tiger 10.4.10
To: gtkmm-forge lists sourceforge net
Message-ID: <20071103164203 67CA423F5EF 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=493057

  gtkmm | build | Ver: 2.12.x




------- Comment #4 from Alberto Ruiz  2007-11-03 16:42 UTC -------
I changed this in widget.cc:

809: static void Widget_signal_style_changed_callback(GtkWidget* self,
GtkStyle* p0,void* data)
810: {
811:   using namespace Gtk;
812:   typedef sigc::slot< void,const Glib::RefPtr<Style>& > SlotType;
813: 
812:   // Do not try to call a signal on a disassociated wrapper.

To this:

809: static void Widget_signal_style_changed_callback(GtkWidget* self,
GtkStyle* p0,void* data)
810: {
811:   using namespace Gtk;
812:   typedef sigc::slot< void,const Glib::RefPtr<Gtk::Style>& > SlotType;
813: 
812:   // Do not try to call a signal on a disassociated wrapper.


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



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

Message: 6
Date: Sat,  3 Nov 2007 15:36:38 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 489865] goocanvasmm installation dirs
To: gtkmm-forge lists sourceforge net
Message-ID: <20071103153638 5240223F5E0 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=489865

  gnomemm | goocanvasmm | Ver: unspecified

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #1 from Murray Cumming  2007-11-03 15:36 UTC -------
Thanks. I'll fix all this.


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



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

Message: 7
Date: Sat,  3 Nov 2007 21:03:29 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 493057] Gtkmm fails to build on Mac OS
	X	Tiger 10.4.10
To: gtkmm-forge lists sourceforge net
Message-ID: <20071103210329 787FD23F5EC 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=493057

  gtkmm | build | Ver: 2.12.x




------- Comment #5 from Murray Cumming  2007-11-03 21:03 UTC -------
Could you please try this tarball:
http://www.murrayc.com/misc/gtkmm-2.12.1test.tar.gz
Hopefully it fixes the build for you.


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



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

Message: 8
Date: Sun,  4 Nov 2007 01:47:13 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 493057] Gtkmm fails to build on Mac OS
	X	Tiger 10.4.10
To: gtkmm-forge lists sourceforge net
Message-ID: <20071104014713 2A15823F5FD 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=493057

  gtkmm | build | Ver: 2.12.x




------- Comment #6 from Alberto Ruiz  2007-11-04 01:47 UTC -------
It worked! Great work, are you going to commit the change to mainstream?


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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

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

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


End of Gtkmm-forge Digest, Vol 18, Issue 2
******************************************


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