We had to peel back the gboolean -> bool changeover so y'all might have to do a 'make clean' before rebuilding Inkscape (many files were touched). Sorry for the sucky recompile, but we had to go through this to see the light in trying to do mass conversions...its all about incrementally adding this type of change...
Jon
On Fri, 2006-08-25 at 16:56 +0100, Mike Hearn wrote:
On Fri, 25 Aug 2006 00:50:04 -0700, Jon Phillips wrote:
We had to peel back the gboolean -> bool changeover
For the record, what went wrong?
The change was too indiscriminate -- for instance, you don't want to be changing the prototypes of Gtk-related callbacks.
-mental
On Fri, 2006-08-25 at 12:58 -0400, MenTaLguY wrote:
On Fri, 2006-08-25 at 16:56 +0100, Mike Hearn wrote:
On Fri, 25 Aug 2006 00:50:04 -0700, Jon Phillips wrote:
We had to peel back the gboolean -> bool changeover
For the record, what went wrong?
The change was too indiscriminate -- for instance, you don't want to be changing the prototypes of Gtk-related callbacks.
-mental
There seemed to be some subtle gtk/glib callbacks etc that introduced some subtle bugs...all is well now, msgsloan, who submitted the patch and I worked out that he is going to do it more incrementally...everything built okay, but it broke a couple of deep things creating some overlapping bugs...
Jon
participants (4)
-
Andy Fitzsimon
-
Jon Phillips
-
MenTaLguY
-
Mike Hearn