After checking the web, I found a simple hack on the Gtkmm bug tracker that will treat the symptom of Gtk::TreeViewColumn not being imported properly (and also later causing the Memory dialog to crash.)
I am going to upload another copy of the libs with the tweak, but if anyone already has the new libs, it would be much simpler just to edit: gtk26/include/gtkmm-2.4/gtkmm/treeviewcolumn.h.
Line 88 should read: class __declspec(dllimport) TreeViewColumn : public Gtk::Object
That's 2 '_'
Delete src\ui\dialog\memory.o and build again. Should work fine now.
If this works for everyone, then I guess we can close the bug for now.
Bob (ishmal)
Bob Jamison wrote:
I am going to upload another copy of the libs with the tweak..., blah
The tweaked libs, and a current build made from them, are here:
Bob
Bob Jamison wrote:
Line 88 should read: class __declspec(dllimport) TreeViewColumn : public Gtk::Object
That's 2 '_'
Actually, the proper declaration, to make it the same as the rest of Gtkmm, is likely:
class GTKMM_API TreeViewColumn : public Gtk::Object
Someone might want to test this. I've sent this to the gtkmm list and their bug tracker.
Bob
Joshua A. Andler Scheduler / IT
-----Original Message----- From: inkscape-devel-admin@lists.sourceforge.net
[mailto:inkscape-devel-
admin@lists.sourceforge.net] On Behalf Of Bob Jamison Sent: Thursday, July 07, 2005 12:05 AM To: Inkscape Devel List Subject: Re: [Inkscape-devel] Gtk::TreeViewColumn hack
Bob Jamison wrote:
Line 88 should read: class __declspec(dllimport) TreeViewColumn : public Gtk::Object
That's 2 '_'
Actually, the proper declaration, to make it the same as the rest of Gtkmm, is likely:
class GTKMM_API TreeViewColumn : public Gtk::Object
Someone might want to test this. I've sent this to the gtkmm list and their bug tracker.
Tested and it works great... the crash on About Memory is gone as is the warning while building.
-Josh
I confirm that it works with the gtk26-050707.7z package.
I want to close this bug. Should I go ahead and set status/resolution to closed/fixed or do I have to wait for someone/something before closing?
Ciao, Adib. ----
Joshua A. Andler schrieb:
Joshua A. Andler Scheduler / IT
-----Original Message----- From: inkscape-devel-admin@lists.sourceforge.net
[mailto:inkscape-devel-
admin@lists.sourceforge.net] On Behalf Of Bob Jamison Sent: Thursday, July 07, 2005 12:05 AM To: Inkscape Devel List Subject: Re: [Inkscape-devel] Gtk::TreeViewColumn hack
Bob Jamison wrote:
Line 88 should read: class __declspec(dllimport) TreeViewColumn : public Gtk::Object
That's 2 '_'
Actually, the proper declaration, to make it the same as the rest of Gtkmm, is likely:
class GTKMM_API TreeViewColumn : public Gtk::Object
Someone might want to test this. I've sent this to the gtkmm list and their bug tracker.
Tested and it works great... the crash on About Memory is gone as is the warning while building.
-Josh
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On 7/8/05, Adib Taraben <taraben.a@...50...> wrote:
I want to close this bug. Should I go ahead and set status/resolution to closed/fixed or do I have to wait for someone/something before closing?
Sure, feel free to close it.
participants (4)
-
Adib Taraben
-
Bob Jamison
-
bulia byak
-
Joshua A. Andler