[Gimp-developer] segmentation fault when trying to replace deprecated functions in lcms.c

2012-09-06 Thread Elle Stone
When I try to call the recommended new functions to replace the deprecated functions in the lcms.c plug-in, the code segmentation faults. To illustrate the problem, I wrote a line of code to call 'gimp_drawable_get_buffer' and put a printf statement just above and below: printf(lcms:

Re: [Gimp-developer] segmentation fault when trying to replace deprecated functions in lcms.c

2012-09-06 Thread Michael Natterer
Do you call gegl_init()? Look at file-pat.c or goat-exercise.c for simple examples of gegl-enabled plugins. --mitch On Thu, 2012-09-06 at 12:59 -0400, Elle Stone wrote: When I try to call the recommended new functions to replace the deprecated functions in the lcms.c plug-in, the code

Re: [Gimp-developer] segmentation fault when trying to replace deprecated functions in lcms.c

2012-09-06 Thread Elle Stone
On 9/6/12, Michael Natterer mi...@gimp.org wrote: Do you call gegl_init()? Look at file-pat.c or goat-exercise.c for simple examples of gegl-enabled plugins. On Thu, 2012-09-06 at 12:59 -0400, Elle Stone wrote: When I try to call the recommended new functions to replace the deprecated

Re: [Gimp-developer] history of great bugs

2012-09-06 Thread Alexia Death
hi, If you want a fun bug, Id say the drag-and-drop ghost in 2.4 series(I think it got fixed by 2.6?) takes the cake. It eluded people for a while... I think it was Michael Mure before his first GSoC who found the issue... Best, Alexia ___

Re: [Gimp-developer] Reviving Tito (The menu search tool)

2012-09-06 Thread Srihari Sriraman
Hey Alexandre, git pull g...@github.com:ssrihari/gimp-tito.git tito make make install Merges and builds fine for me. Please ensure that you pulled from the* tito branch.* If it still fails, could you please let me know what the problem is? it was unable to locate GEGL Could you