Re: [darktable-devel] still issue with the mipmap cache

2014-09-16 Thread Pascal Obry
As a follow-up to my previous message. 2014-09-16 8:38 GMT+02:00 Pascal Obry : > Starting again dt most of my mipmap were gone and needed a rebuild! But after that it seems that the mipmap cache is ok. That means that there is an incompatibility between the old mipmap and the new one. Is that ex

Re: [darktable-devel] Build fails for some releases of openSUSE and Fedora

2014-09-16 Thread parafin
It couldn't have become worse - I just #include'd a header which contains PRId64 definition on my system. So probably on opensuse it's in different file, please find out which ("grep -R PRId64 /usr/include" or use cscope). On Tue, 16 Sep 2014 07:06:22 +0200 Ulrich Pegelow wrote: > Am 15.09.2014

Re: [darktable-devel] Build fails for some releases of openSUSE and Fedora

2014-09-16 Thread Togan Muftuoglu
> "parafin" == parafin writes: parafin> It couldn't have become worse - I just #include'd a header which parafin> contains PRId64 definition on my system. So probably on opensuse parafin> it's in different file, please find out which ("grep -R PRId64 parafin> /usr/include" or

Re: [darktable-devel] Build fails for some releases of openSUSE and Fedora

2014-09-16 Thread parafin
Then I don't know how PRId64 can be undefined if that header is explicitly included. Maybe it's wrapped in something like #ifdef _GNU_SOURCE? Can you attach /usr/include/inttypes.h from the system where build fails with 893b171b8531a5367a0c4039baa019027a2d1987? On Tue, 16 Sep 2014 11:06:47 +0200 T

Re: [darktable-devel] Build fails for some releases of openSUSE and Fedora

2014-09-16 Thread Togan Muftuoglu
> "parafin" == parafin writes: parafin> Then I don't know how PRId64 can be undefined if that header is parafin> explicitly included. Maybe it's wrapped in something like #ifdef parafin> _GNU_SOURCE? Can you attach /usr/include/inttypes.h from the parafin> system where build

Re: [darktable-devel] Build fails for some releases of openSUSE and Fedora

2014-09-16 Thread parafin
OK, now it should be fixed for real. On Tue, 16 Sep 2014 11:45:34 +0200 Togan Muftuoglu wrote: > > "parafin" == parafin writes: > > parafin> Then I don't know how PRId64 can be undefined if that header is > parafin> explicitly included. Maybe it's wrapped in something like #ifdef

Re: [darktable-devel] Build fails for some releases of openSUSE and Fedora

2014-09-16 Thread Togan Muftuoglu
> "parafin" == parafin writes: parafin> OK, now it should be fixed for real. Nope In file included from /home/abuild/rpmbuild/BUILD/darktable-1.5.1823_geae07b0_git/src/imageio/format/exr.cc:39:0: /home/abuild/rpmbuild/BUILD/darktable-1.5.1823_geae07b0_git/src/control/conf.h: In funct

Re: [darktable-devel] Build fails for some releases of openSUSE and Fedora

2014-09-16 Thread parafin
Mixing C++ with C is PITA... How about now?.. (1651fff8b954206d758bb6a14baf6ee09fb1) On Tue, 16 Sep 2014 12:35:32 +0200 Togan Muftuoglu wrote: > > "parafin" == parafin writes: > > parafin> OK, now it should be fixed for real. > > Nope > > In file included from > /home/abuild/rp

Re: [darktable-devel] Build fails for some releases of openSUSE and Fedora

2014-09-16 Thread Togan Muftuoglu
> "parafin" == parafin writes: parafin> Mixing C++ with C is PITA... How about now?.. Now building fine Thanks for the fix and work -- Life is endless possibilities -- Want excitement? Manually upgrade your

[darktable-devel] darktable crash

2014-09-16 Thread Togan Muftuoglu
I have a lua file which calls back Gimp (I think it was Pascal Obry who posted it). It works fine by itself. However when I want to set it as a preset darktable crashes. Previously the preset worked without any issues. But now it causes a crash. The lua code works fine by itself without a preset

Re: [darktable-devel] darktable crash

2014-09-16 Thread Roman Lebedev
Hi. Yes, this is known issue. It was caused by https://github.com/darktable-org/darktable/commit/a83845392e33e82a700d4bdb8c9380c3b5680de6 https://github.com/darktable-org/darktable/pull/391#issuecomment-55535310 On Tue, Sep 16, 2014 at 5:24 PM, Togan Muftuoglu wrote: > > I have a lua file which

Re: [darktable-devel] darktable crash

2014-09-16 Thread Togan Muftuoglu
> "Roman" == Roman Lebedev writes: Roman> Hi. Roman> Yes, this is known issue. Roman> It was caused by Roman> https://github.com/darktable-org/darktable/commit/a83845392e33e82a700d4bdb8c9380c3b5680de6 Roman> https://github.com/darktable-org/darktable/pull/391#issuecomme