Gtkmm-forge Digest, Vol 10, Issue 1
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: Gtkmm-forge Digest, Vol 10, Issue 1
- Date: Sat, 03 Mar 2007 08:39:17 -0800
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 409102] New Appendix for Visual Stuido 2005
(gtkmm (bugzilla.gnome.org))
2. [Bug 386990] glibmm-2.12.3 does not build on
NetBSD-4.99.6/amd64 (glibmm (bugzilla.gnome.org))
3. [Bug 386180] Reference counting errors with shared
ActionGroups among Windows (gtkmm (bugzilla.gnome.org))
4. [Bug 412037] New: Patch for the libglademm reference docs
(gnomemm (bugzilla.gnome.org))
5. [Bug 412037] Patch for the libglademm reference docs
(gnomemm (bugzilla.gnome.org))
6. [Bug 412241] New: not supported in systems which doesn't have
gtk installation (gtkmm (bugzilla.gnome.org))
7. [Bug 412241] not supported in systems which doesn't have gtk
installation (gtkmm (bugzilla.gnome.org))
8. [Bug 386990] glibmm-2.12.3 does not build on
NetBSD-4.99.6/amd64 (glibmm (bugzilla.gnome.org))
9. [Bug 406960] TypeTraits<bool> utterly broken
(glibmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Sat, 17 Feb 2007 23:57:28 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 409102] New Appendix for Visual Stuido
2005
To: gtkmm-forge lists sourceforge net
Message-ID: <20070217235728 121256C41A9 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=409102
gtkmm | documentation | Ver: unspecified
------- Comment #3 from Alan Ott 2007-02-17 23:55 UTC -------
I also corrected the punctuation in the author section.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 2
Date: Tue, 20 Feb 2007 09:42:26 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 386990] glibmm-2.12.3 does not build on
NetBSD-4.99.6/amd64
To: gtkmm-forge lists sourceforge net
Message-ID: <20070220094226 7EB9C6C4179 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=386990
glibmm | build | Ver: 2.12.x
------- Comment #6 from Thomas Klausner 2007-02-20 09:40 UTC -------
As you predict, this does not compile for me:
# g++ -o test test.c
ii.c:10: error: 'void Test::something(time_t)' cannot be overloaded
ii.c:7: error: with 'void Test::something(gint32)'
#
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 3
Date: Tue, 20 Feb 2007 20:48:50 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 386180] Reference counting errors with
shared ActionGroups among Windows
To: gtkmm-forge lists sourceforge net
Message-ID: <20070220204850 3FAD76C401F 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=386180
gtkmm | general | Ver: 2.4
------- Comment #7 from Martin Nordholts 2007-02-20 20:46 UTC -------
The same functionality implemented with Ruby/GNOME2 also gives similar
problems, so this is likely to be a GTK+ problem.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 4
Date: Sun, 25 Feb 2007 21:45:19 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 412037] New: Patch for the libglademm
reference docs
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-412037-5595 http bugzilla 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=412037
gnomemm | libglademm | Ver: 2.18
Summary: Patch for the libglademm reference docs
Product: gnomemm
Version: 2.18
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: libglademm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: olau hardworking dk
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
The thread here
http://mail.gnome.org/archives/gtkmm-list/2007-January/msg00276.html opened my
eyes to the fact that all libglademm applications I've written to date are
leaking memory. I can see that "Programming with gtkmm" has the full
explanation of the lifetime issues with Glade instantiated widgets, but I think
it would be a good idea to add the information to the reference documentation
too.
So here's a patch that does that.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 5
Date: Sun, 25 Feb 2007 21:46:09 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 412037] Patch for the libglademm
reference docs
To: gtkmm-forge lists sourceforge net
Message-ID: <20070225214609 CA5F76C4190 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=412037
gnomemm | libglademm | Ver: 2.18
------- Comment #1 from Ole Laursen 2007-02-25 21:44 UTC -------
Created an attachment (id=83330)
--> (http://bugzilla.gnome.org/attachment.cgi?id=83330&action=view)
Patch for the reference docs for libglademm
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 6
Date: Mon, 26 Feb 2007 13:51:32 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 412241] New: not supported in systems
which doesn't have gtk installation
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-412241-5595 http bugzilla 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=412241
gtkmm | build | Ver: 1.2
Summary: not supported in systems which doesn't have gtk
installation
Product: gtkmm
Version: 1.2
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Keywords: usability
Severity: minor
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: jayanthi maniindiatech com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: 2.0
GNOME milestone: Unspecified
we have successfully created a gtk binary executable in Fedora 6 by using the
command gcc filename.c -o filename `pkg-config --cflags --libs gtk+-2.0`. but
this executable is not running in systems which doesn't have gtk installed
please any one of u suggest me how to create a gtk application which is
executes in all linux distributions
Other information:
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 7
Date: Mon, 26 Feb 2007 16:53:21 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 412241] not supported in systems which
doesn't have gtk installation
To: gtkmm-forge lists sourceforge net
Message-ID: <20070226165321 6CDA36C417C 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=412241
gtkmm | build | Ver: 1.2
jonner changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jonathon jongsma gmail com
Status|UNCONFIRMED |RESOLVED
Resolution| |NOTABUG
------- Comment #1 from jonner 2007-02-26 16:51 UTC -------
The way that you are compiling and linking will result in a dynamically linked
executable. What you seem to want is a statically linked executable. If you
can show that there is a bug in gtkmm that prevents static linking, please
re-open this bug with additional information.
Otherwise, this doesn't seem to be a gtkmm issue. It's simply a matter of how
you choose to link your executable.
Note, however that gtkmm's license (LGPL) prohibits certain types of
applications from linking it statically. See
http://www.gnu.org/licenses/lgpl.html#SEC1 for more information.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 8
Date: Sat, 3 Mar 2007 16:39:59 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 386990] glibmm-2.12.3 does not build on
NetBSD-4.99.6/amd64
To: gtkmm-forge lists sourceforge net
Message-ID: <20070303163959 D0FF56C4219 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=386990
glibmm | build | Ver: 2.12.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Comment #7 from Murray Cumming 2007-03-03 16:37 UTC -------
I added a configure test for this:
2007-03-03 Murray Cumming <murrayc murrayc com>
* configure.in:
* glib/glibmmconfig.h.in:
* glib/src/date.ccg:
* glib/src/date.hg:
* scripts/Makefile.am:
* scripts/c_std.m4: Added a test for the case that time_t is equivalent
to
guint32, as seems to be the case on NetBSD-4.99.6/amd64, so we can
ifdef-out
the (deprecated, anyway) Glib::Date::set_time(GTime) method when
necessary, because
GTime is also equivalent to guint32.
Bug #386990.
So it should be fixed in the tarball that I will release soon.
Please reopen this bug if it's still a problem.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 9
Date: Sat, 3 Mar 2007 16:41:14 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 406960] TypeTraits<bool> utterly broken
To: gtkmm-forge lists sourceforge net
Message-ID: <20070303164114 68CE16C421A 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=406960
glibmm | general | Ver: 2.13.x
------- Comment #4 from Murray Cumming 2007-03-03 16:39 UTC -------
This will have to wait for the next release cycle.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
-------------------------------------------------------------------------
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 10, Issue 1
******************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]