Gtkmm-forge Digest, Vol 4, Issue 14



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 357830] broken	--enable-api-default-signal-handlers
      option (glibmm (bugzilla.gnome.org))
   2. [Bug 357830] broken	--enable-api-default-signal-handlers
      option (glibmm (bugzilla.gnome.org))
   3. [Bug 357830] broken	--enable-api-default-signal-handlers
      option (glibmm (bugzilla.gnome.org))
   4. [Bug 357830] broken	--enable-api-default-signal-handlers
      option (glibmm (bugzilla.gnome.org))
   5. [Bug 357830] broken	--enable-api-default-signal-handlers
      option (glibmm (bugzilla.gnome.org))
   6. [Bug 357830] broken	--enable-api-default-signal-handlers
      option (glibmm (bugzilla.gnome.org))
   7. [Bug 357830] broken	--enable-api-default-signal-handlers
      option (glibmm (bugzilla.gnome.org))
   8. [Bug 352063] cannot Glib::wrap a PangoLayout*
      (glibmm (bugzilla.gnome.org))


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

Message: 1
Date: Thu, 28 Sep 2006 13:48:13 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 357830] broken
	--enable-api-default-signal-handlers option
To: gtkmm-forge lists sourceforge net
Message-ID: <20060928134813 D20476C40BE box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=357830

glibmm | build | Ver: unspecified


Matt Hoosier changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mwhoosier gmail com




------- Comment #5 from Matt Hoosier  2006-09-28 13:47 UTC -------
I'm not totally convinced that the switches work as-is. For instance, the
following combination of options:

  --enable-deprecated-api=no \
  --enable-api-exceptions=no \
  --enable-api-vfuncs=no \
  --enable-api-properties=no

resulted in a glibmmconfig.h with the following:

  /* #undef GLIBMM_PROPERTIES_ENABLED */
  /* #undef GLIBMM_VFUNCS_ENABLED */
  /* #undef GLIBMM_EXCEPTIONS_ENABLED */
  /* #undef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED */

Perhaps the real effect of that typo was to make
"glibmm_enable_api_default_signal_handlers" take on whatever value was implied
by the --enable-api-exceptions switch.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 2
Date: Thu, 28 Sep 2006 13:51:52 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 357830] broken
	--enable-api-default-signal-handlers option
To: gtkmm-forge lists sourceforge net
Message-ID: <20060928135152 3D19F6C40C2 box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=357830

glibmm | build | Ver: unspecified





------- Comment #6 from Matt Hoosier  2006-09-28 13:51 UTC -------
(In reply to comment #1)
> I'm not sure how, but the configure help does list the correct option:
> "
>   --enable-use-deprecations
>                           warn about deprecated usages [default=no]
>   --enable-deprecated-api  Include (build) deprecated API in the libraries.
>                               [default=yes]
>   --enable-api-exceptions  Build exceptions API.
>                               [default=yes]
>   --enable-api-properties  Build properties API.
>                               [default=yes]
>   --enable-api-vfuncs  Build vfuncs API.
>                               [default=yes]
>   --enable-api-default-signal-handlers  Build default signal handlers API.
>                               [default=yes]
> "
> 
> and glibmmconfig.h does define the macro, by default:
> "
> #define GLIBMM_PROPERTIES_ENABLED 1
> #define GLIBMM_VFUNCS_ENABLED 1
> #define GLIBMM_EXCEPTIONS_ENABLED 1
> #define GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED 1
> #endif
> "
> 
> But I'll fix it all the same.
> 

I think that the help text is misleading; the M4 macro definition makes one
separately indicate what string (here, "--enable-api-default-signal-handlers"
completely spelled out) goes into that message. This can vary from the actual
switch being declared. See my comment later down on this bug for a
counterexample.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 3
Date: Thu, 28 Sep 2006 13:57:41 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 357830] broken
	--enable-api-default-signal-handlers option
To: gtkmm-forge lists sourceforge net
Message-ID: <20060928135741 E9E326C40BE box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=357830

glibmm | build | Ver: unspecified





------- Comment #7 from Murray Cumming  2006-09-28 13:56 UTC -------
Still, the defaults are OK, and I guess the combination that you need is OK. Is
it OK to wait a few more days before rolling more tarballs, in case any other
problems are found?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 4
Date: Thu, 28 Sep 2006 13:58:34 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 357830] broken
	--enable-api-default-signal-handlers option
To: gtkmm-forge lists sourceforge net
Message-ID: <20060928135834 D0ED46C40C1 box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=357830

glibmm | build | Ver: unspecified





------- Comment #8 from Murray Cumming  2006-09-28 13:57 UTC -------
Ah, I guess you want to disable exceptions without disabling
default-signal-handlers, and I guess that doesnt't work. I'll do new releases.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 5
Date: Thu, 28 Sep 2006 14:03:06 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 357830] broken
	--enable-api-default-signal-handlers option
To: gtkmm-forge lists sourceforge net
Message-ID: <20060928140306 AE3A96C40C2 box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=357830

glibmm | build | Ver: unspecified





------- Comment #9 from jonner  2006-09-28 14:02 UTC -------
Should we also automatically disable building examples if we disable any of
these things?  That way the build won't fail due to examples not building...


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 6
Date: Thu, 28 Sep 2006 15:16:13 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 357830] broken
	--enable-api-default-signal-handlers option
To: gtkmm-forge lists sourceforge net
Message-ID: <20060928151613 382DC6C40C1 box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=357830

glibmm | build | Ver: unspecified





------- Comment #10 from Murray Cumming  2006-09-28 15:15 UTC -------
No, I want people to only use these options if they know what they are doing.
And I quite like having the build break if it's used by accident.

I'm more likely to ifdef the examples one day to support a build with this
option.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 7
Date: Thu, 28 Sep 2006 15:58:54 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 357830] broken
	--enable-api-default-signal-handlers option
To: gtkmm-forge lists sourceforge net
Message-ID: <20060928155854 D36CD6C40BB box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=357830

glibmm | build | Ver: unspecified


Murray Cumming changed:

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




------- Comment #11 from Murray Cumming  2006-09-28 15:58 UTC -------
New releases of glibmm 2.8, 2.10, 2.12, and 2.13 are out. Please reopen this
bug if there's still a problem.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 8
Date: Thu, 28 Sep 2006 16:02:58 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 352063] cannot Glib::wrap a
	PangoLayout*
To: gtkmm-forge lists sourceforge net
Message-ID: <20060928160258 1859E6C40BB box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=352063

glibmm | object | Ver: 2.11.x





------- Comment #2 from Murray Cumming  2006-09-28 16:02 UTC -------
Please respond. Does this fix your problem?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

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


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



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