Re: [Gimp-developer] Displaying linear gamma images (Was Re: Update on my Gimp color management coding efforts)

2013-09-11 Thread Jon Nordby
On 10 September 2013 17:15, Elle Stone l.elle.st...@gmail.com wrote: On 11/12/12, Elle Stone l.elle.st...@gmail.com wrote: On 11/10/12, Michael Natterer mi...@gimp.org wrote: On Sat, 2012-11-10 at 15:17 -0500, Elle Stone wrote: On 11/8/12, Jon Nordby jono...@gmail.com wrote: * Change the

Re: [Gimp-developer] Displaying linear gamma images

2013-09-11 Thread Elle Stone
Hmm, I managed to get past the problem of not linking to lcms2. The solution was to compile Gimp using MAKEOPTS=-j3 CFLAGS=-Wl,--no-as-needed LDFLAGS=-llcms2 ./autogen.sh . . . not that I know why that seems to have worked. On to the next step. -- http://ninedegreesbelow.com - articles on color

Re: [Gimp-developer] Nightly Build of GIMP

2013-09-11 Thread Michael Henning
Jehan: These are my nightly builds. I build all of gimp's dependencies every night from source. Right now I use cairo 1.12.14, and libpng 1.6.3. All of the build options can be found around here: https://git.gnome.org/browse/gimp/tree/build/windows/jhbuild/build.jhbuildrc#n133 This definitely

Re: [Gimp-developer] Nightly Build of GIMP

2013-09-11 Thread Jehan Pagès
Hi, thanks, I'll try to recompile cairo with these options and see if I can reproduce the crash. Note that the crash is fixed by just changing the cairo and libpng dll (initially I had to change libpng because I tested with older versions, but now I could try only by changing cairo indeed), so I