Re: [Gimp-user] GEGL compile problems

2010-10-31 Thread Owen
On Sun, 31 Oct 2010 02:45:15 + (GMT) Matthew Ford gimp-u...@mtford.org wrote: Hello, I'm trying to compile Gimp 2.6.11 from source on Linux. I've successfully installed babl-0.0.22, but gegl-0.0.18 is causing problems. configure runs OK, but when I try to try to run make in the

Re: [Gimp-user] GEGL compile problems

2010-10-31 Thread Jernej Simončič
On Sun, 31 Oct 2010 17:18:26 +1100, Owen wrote: If the prefix is /opt, then have you set the paths to /opt, ie LD_LIBRARY_PATH=/opt PKG_CONFIG_PATH=/opt PATH=/opt:$PATH Shouldn't these be LD_LIBRARY_PATH=/opt/lib PKG_CONFIG_PATH=/opt/lib/pkgconfig PATH=/opt/bin:$PATH -- Jernej Simončič

Re: [Gimp-user] GEGL compile problems

2010-10-31 Thread Owen
On Sun, 31 Oct 2010 17:23:05 +0100 Jernej Simončič jernej|s...@eternallybored.org wrote: On Sun, 31 Oct 2010 17:18:26 +1100, Owen wrote: If the prefix is /opt, then have you set the paths to /opt, ie LD_LIBRARY_PATH=/opt PKG_CONFIG_PATH=/opt PATH=/opt:$PATH Shouldn't these be

Re: [Gimp-user] GEGL crashes Gimp 2.6.6 on XP

2009-07-24 Thread Mario Valle
Gimp 2.6.6 crashes on my laptop (Vista Business SP2) with the following call stack: ntdll.dll!77356739() [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!77357512() ntdll.dll!77357545()

Re: [Gimp-user] GEGL crashes Gimp 2.6.6 on XP

2009-07-23 Thread Martin Nordholts
With some help from Jernej I have now been able too look into this problem. It would be of great help if people with crashes when doing: 1. Start GIMP 2. Create new default image 3. Tools - GEGL Operation... could try to move C:\Program Files (x86)\GIMP-2.0\lib\gegl-0.0\load-buffer.dll

Re: [Gimp-user] GEGL crashes Gimp 2.6.6 on XP

2009-07-15 Thread Martin Nordholts
On 07/15/2009 09:57 AM, John wrote: Using Gimp 2.6.6 on XP SP3 and all current updates. When attempting at open the GEGL dialog, Gimp crashes. Anything else that I try works just fine (so far). Is this known? Is there a work around? Gimp 2.6.4 did not crash. GIMP 2.6.6 has had really

Re: [Gimp-user] GEGL crashes Gimp 2.6.6 on XP

2009-07-15 Thread Michael Schumacher
Von: Martin Nordholts ense...@gmail.com GIMP 2.6.6 has had really bad stability on Windows and no one knows why. And not everyone is affected by it. Hopefully it will disappear as quickly in 2.6.7 as it appeared in 2.6.6. Please note that this does mean that - to my knowledge - no one is

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-25 Thread Sven Neumann
Hi, On Thu, 2009-01-22 at 16:46 +0200, peter kostov wrote: Additionally I am getting these warnings on the console: (gimp:15357): GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config' contains invalid characters Looks like we forgot to backport a change from trunk to

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-25 Thread peter kostov
Sven Neumann wrote: Hi, On Thu, 2009-01-22 at 16:46 +0200, peter kostov wrote: Additionally I am getting these warnings on the console: (gimp:15357): GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config' contains invalid characters Looks like we forgot to backport a

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
peter kostov wrote: Hi :) I am having this problem - when I slect Gegl Operation the Gegl operation toolbox appears as normal, but when I select anything from the drop list with operations the sliders and check boxes for inputting settings are missing. I am on Gentoo with kernel

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote: peter kostov wrote: Hi :) I am having this problem - when I slect Gegl Operation the Gegl operation toolbox appears as normal, but when I select anything from the drop list with operations the sliders and check boxes for inputting settings are missing. The tool is

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
Martin Nordholts wrote: peter kostov wrote: peter kostov wrote: Hi :) I am having this problem - when I slect Gegl Operation the Gegl operation toolbox appears as normal, but when I select anything from the drop list with operations the sliders and check boxes for inputting settings

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote: Before upgrading GIMP system wide to this version, I had an installation in my home dir, in which this tool worked fine! Thanks, Peter The version installed in your home dir might conflict with the system-wide version. Have you made sure this is not the case? If you

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
Martin Nordholts wrote: peter kostov wrote: Before upgrading GIMP system wide to this version, I had an installation in my home dir, in which this tool worked fine! Thanks, Peter The version installed in your home dir might conflict with the system-wide version. Have you made sure this is

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote: Hi Martin, done that already. Nothing from the previous installation in my home dir has left, even the .gimp-2.6 folder :) The error messages I get are showing clearly a problem with glib, I think, but my knowledge is limited :( Thanks again, Peter The problem is

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
Martin Nordholts wrote: peter kostov wrote: Hi Martin, done that already. Nothing from the previous installation in my home dir has left, even the .gimp-2.6 folder :) The error messages I get are showing clearly a problem with glib, I think, but my knowledge is limited :( Thanks again,

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote: In the moment I select anything from the drop down list in 'Gegl operation' GIMP crashes with these messages and nothing more: Peter Run it in a debugger, refer to http://developer.gimp.org/faq.html#id2467309 - Martin ___

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
Please install debugging symbols and run with --g-fatal-warnings and report back with a stack trace of exactly where things are reported to go wrong. - Martin Recompiled GIMP with 'debug' option. When I run gimp --g-fatal-warnings In the moment I select anything from the drop down

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote: Or if I run GIMP so: pe...@peter ~ $ gimp --g-fatal-warnings --stack-trace-mode=always --debug-handlers GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config' contains invalid characters aborting... gimp: terminated: Aborted #0 0xb7f4c424 in

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
Martin Nordholts wrote: peter kostov wrote: Or if I run GIMP so: pe...@peter ~ $ gimp --g-fatal-warnings --stack-trace-mode=always --debug-handlers GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config' contains invalid characters aborting... gimp: terminated: Aborted #0

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
peter kostov wrote: Martin Nordholts wrote: peter kostov wrote: Or if I run GIMP so: pe...@peter ~ $ gimp --g-fatal-warnings --stack-trace-mode=always --debug-handlers GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config' contains invalid characters aborting... gimp:

Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote: O.K. This time I did the backtrace properly, unfortunately there is nothing more. Below is the whole backtrace.log file from gdb: Please come to #gimp on irc.gnome.org as it is much more convenient to debug these kind of problems over IRC than over a mailing list. My nick

Re: [Gimp-user] Gegl

2005-01-29 Thread Sven Neumann
Hi, Richard [EMAIL PROTECTED] writes: What about Gegl when will this happen? If and when it will happen depends on the amount of contributions. At the moment GEGL development is rather slow. Sven ___ Gimp-user mailing list

Re: [Gimp-user] GEGL

2003-08-04 Thread Ireneusz Slonina
On Sun, 3 Aug 2003, John Culleton wrote: Can someone define this acronym? http://www.gegl.org -- John Culleton Able Typesetters and Indexers http://wexfordpress.com ___ Gimp-user mailing list [EMAIL PROTECTED]