[Gimp-developer] gegl and spiro

2013-07-27 Thread Elle Stone
What benefits are there from installing the spiro libraries for gegl to use? According to the spiro website: http://libspiro.sourceforge.net/ Using bézier splines an artist can easily draw curves with the same slope on either side of an on-curve point. Spiros, on the other hand, are based on

Re: [Gimp-developer] gegl and spiro

2013-07-27 Thread Michael Henning
Currently, there is (almost) no benefit. Building gegl with spiro support allows XML compositions to use spiro curves when input on the gegl command line. I'm not entirely sure that works as I've never used it, and I have a feeling nobody else has used it in a long time. The spiro curves support

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-27 Thread Partha Bagchi
Should have mentioned the segfault is related to gimp_language_store_parser_init () __ ./gimp-2.9 --verbose Cannot spawn a message bus without a machine-id: Unable to load /var/lib/dbus/machine-id or /etc/machine-id: Failed to

Re: [Gimp-developer] gegl and spiro

2013-07-27 Thread Elle Stone
Michael, So, building with spiro won't change gimp at all. Thanks! for answering. I won't install spiro. Elle -- http://ninedegreesbelow.com - articles on open source digital photography ___ gimp-developer-list mailing list List address:

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-27 Thread Jehan Pagès
Hey Partha, su_v, could you test the following patch: - copy it in your GIMP directory; - apply it with this command from the GIMP directory: patch -p0 osx_crash.diff - compile and try again. I believe it would not fix your crash, because I did not change the calls where your traces say it

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-27 Thread Jehan Pagès
Just to try into another direction: if you comment out the line: parse_iso_codes (base_lang_list, NULL); (line 173 in app/widgets/gimplanguagestore-parser.c) Do you still have the crash? And if yes, the same trace? Jehan On Sun, Jul 28, 2013 at 4:22 PM, Jehan Pagès jehan.marmott...@gmail.com

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-27 Thread su_v
[ reposting to the list, with trimmed fullquote ] On my system (10.7.5), GIMP launches ok, but crashes when opening the preferences. See stack trace in https://bugzilla.gnome.org/show_bug.cgi?id=704592#c6 With your patch applied (and no other local changes), GIMP still launches ok, and now no

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-27 Thread Jehan Pagès
Hi su_v, yes I saw your message in the report too. Actually I was feeling this would work your crash around when I wrote this patch. But that is still not a fix. When you open the preferences and check the Interface tab, then the language list, this list is empty now, right? Jehan On Sun, Jul

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-27 Thread su_v
On 2013-07-28 07:32 +0100, Jehan Pagès wrote: yes I saw your message in the report too. Actually I was feeling this would work your crash around when I wrote this patch. But that is still not a fix. When you open the preferences and check the Interface tab, then the language list, this list is