On Sun, Dec 30, 2007 at 06:44:43AM -0600, Aaron Spike wrote:
Bryce Harrington wrote:
On Sat, Dec 29, 2007 at 09:03:22PM -0400, bulia byak wrote:
On Dec 29, 2007 8:47 AM, Kees Cook <kees@...62...> wrote:
I think the best course of action is to require gtkmm 2.12.1. (It was fixed there.) I don't see a way to require "2.10.0 or higher, but not 2.12.0 exactly".
Thanks! I confirm that with gtk 2.12.3 (not gtkmm - I have gtkmm 2.10.10 and that I didn't upgrade) printing works again on Linux.
So, now we need to:
- change the configure scripts
I posted a patch to fix the configure script for this at https://bugs.launchpad.net/inkscape/+bug/176018 however, Kees says he's working on a hack that will solve the problem without requiring hardcoding the gtk version.
Did we just agree to require GTK 2.12.1 or greater? What does this mean for GLIB versions? I've got a bug laying around for which the easy fix involves requiring GLIB 2.11.4.
Nope. The above patch would allow any version of GTK except exactly 2.12.0. So 2.10.* would still work. However, Kees committed a patch that gets around the issue entirely (but we'll want to revisit it when we increase the requirements to 2.12.2+)
Tell me more about the seriousness of the bug you're looking at. What's the bug ID for it?
http://inkscape.svn.sourceforge.net/viewvc/inkscape/inkscape/trunk/src/exten...
Aaron Spike
Bryce