Gtkmm-forge digest, Vol 1 #1088 - 2 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: Gtkmm-forge digest, Vol 1 #1088 - 2 msgs
- Date: Thu, 23 Mar 2006 20:11:18 -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-admin 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 309030] Gtk::TreeModelColumn not imported properly on windows (gtkmm (bugzilla.gnome.org))
2. [Bug 335522] gtkmm 2.0/2.2: Cannot convert `int*' to `void**' for argument (gtkmm (bugzilla.gnome.org))
--__--__--
Message: 1
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Thu, 23 Mar 2006 09:06:19 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 309030] Gtk::TreeModelColumn not imported properly on windows
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=3D309030
gtkmm | TreeView | Ver: 2.6
------- Comment #18 from Toralf Lund 2006-03-23 14:06 UTC -------
Created an attachment (id=3D61844)
--> (http://bugzilla.gnome.org/attachment.cgi?id=3D61844&action=3Dview)
Similar patch for version 2.2.12
Just for the record, here is what I did to avoid the problems discussed h=
ere
for version 2.2.12. It is essentially the same fix as the one that was co=
mmited
for 2.6, but it also
1. Applies a similar update to Menu_Helpers::MenuList, where I got exactl=
y the
same problem.
2. Moves definition of templated TreeViewColumn constructor into the clas=
s
declaration. This is a workaround for gcc 3.4 issues - when the code is
organised this way, I can at least build the example code without gettin=
g an
internal compiler error.
3. Adds "inline" keyword to TreeViewColumn::pack_start() and
TreeViewColumn::pack_end() defintions. Unlike what you may be used to for
templates, methods would not be inlined without this, and there was also =
a
warning message about conflicts between dllimport and local method defini=
tions.
Note that gtkmm 2.6 always had "inline" here.
--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
--__--__--
Message: 2
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Thu, 23 Mar 2006 09:14:26 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 335522] gtkmm 2.0/2.2: Cannot convert `int*' to `void**' for argument
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=3D335522
gtkmm | build | Ver: 2.2
------- Comment #7 from Toralf Lund 2006-03-23 14:14 UTC -------
(In reply to comment #6)
> OK. Can you confirm that that patch fixes it for you?
Yes. In a somewhat limited sense, that is. The patch makes the actual
compilation error disappear, but unfortunately, there are some related is=
sues
that also need to be addressed. I have added a note to the other report
describing the details.
--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
--__--__--
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]