Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread Dimitrios Psychogios
The gist of it is in http://www.darktable.org/redmine/issues/9616. The major issue for me is that for some reason, using the simplified encoding API functions (which would work with the older version of the library) does not produce the expected result (I'm still looking into that), and I would li

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread Tobias Ellinghaus
Am Donnerstag, 5. Dezember 2013, 10:31:06 schrieb Togan Muftuoglu: > > "Rolf-Werner" == Rolf-Werner Eilert writes: > Rolf-Werner> Yast tells me "0.1.2-4.1.2", is that what you need? Rolf > > That is quite old you can bypass webp support by setting -DUSE_WEBP=Off > which is on by default

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread Rolf-Werner Eilert
Am 05.12.2013 10:51, schrieb jeremy rosen: > > > > On Thu, Dec 5, 2013 at 10:45 AM, Rolf-Werner Eilert > mailto:eilert-sprac...@t-online.de>> wrote: > > Well, it's nice of you to think that much about it, but you really don't > need to adapt the whole thing just for (maybe) one user who's

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread Simon
Ho Rolf, well, it's not just for you - the build should never be broken at all, so the least we can do is disabling it for older versions - that's what cmake is for. Cheers, Simon On 12/05/2013 10:45 AM, Rolf-Werner Eilert wrote: > Well, it's nice of you to think that much about it, but you real

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread Rolf-Werner Eilert
Thanks for that tip - but what uses this option? I tried with cmake, but got this one: cmake -DUSE_WEBP=Off -DCMAKE_BUILD_TYPE=Release .. -- The CXX compiler identification is GNU -- The C compiler identification is GNU -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX com

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread jeremy rosen
On Thu, Dec 5, 2013 at 10:45 AM, Rolf-Werner Eilert < eilert-sprac...@t-online.de> wrote: > Well, it's nice of you to think that much about it, but you really don't > need to adapt the whole thing just for (maybe) one user who's got no > chance to update his distro. > > Togan's proposal to switch

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread Rolf-Werner Eilert
Well, it's nice of you to think that much about it, but you really don't need to adapt the whole thing just for (maybe) one user who's got no chance to update his distro. Togan's proposal to switch the library off is maybe a good workaround for me, I'll give it a try. Regards Rolf Am 05.12.

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread jeremy rosen
On Thu, Dec 5, 2013 at 10:15 AM, Dimitrios Psychogios wrote: > Yes, the webp feature as is now, requires libwebp version 0.3 and above. > I will either have to make sure CMake checks the library version or revert > the module to a version that compiles with 0.1. Given that I have several > othe

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread Togan Muftuoglu
> "Rolf-Werner" == Rolf-Werner Eilert writes: Rolf-Werner> Yast tells me "0.1.2-4.1.2", is that what you need? Rolf That is quite old you can bypass webp support by setting -DUSE_WEBP=Off which is on by default -- Life is endless possibilities -

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread Dimitrios Psychogios
Yes, the webp feature as is now, requires libwebp version 0.3 and above. I will either have to make sure CMake checks the library version or revert the module to a version that compiles with 0.1. Given that I have several other issues to fix before I consider the webp export feature complete and

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread Christian Kanzian
erstag, 05. Dezember 2013 um 09:55 Uhr > Von: "Rolf-Werner Eilert" > An: Kein Empfänger > Cc: darktable-devel > Betreff: Re: [darktable-devel] Compiling 1.4rc1 error > > Yast tells me "0.1.2-4.1.2", is that what you need? version 0.3.0-3? > > Rolf

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread Rolf-Werner Eilert
Yast tells me "0.1.2-4.1.2", is that what you need? Rolf Am 05.12.2013 09:25, schrieb jeremy rosen: > it seems like the version of webp you use is not compatible with our > source code... > > Could you tell us what version it is ? we probably need to add a test to > disable webp for that particu

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-05 Thread jeremy rosen
it seems like the version of webp you use is not compatible with our source code... Could you tell us what version it is ? we probably need to add a test to disable webp for that particular version... On Thu, Dec 5, 2013 at 9:00 AM, Rolf-Werner Eilert < eilert-sprac...@t-online.de> wrote: > Arr

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-04 Thread Tobias Ellinghaus
Am Mittwoch, 4. Dezember 2013, 16:17:05 schrieb Rolf-Werner Eilert: > Ok, here you go :) I don't see any error in that log. However, the last (few?) lines are missing, maybe something relevant was happening there? > Am 04.12.2013 11:12, schrieb Simon: > > Hi Rolf, > > > > just running ./build.s

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-04 Thread Togan Muftuoglu
> "Rolf-Werner" == Rolf-Werner Eilert writes: Rolf-Werner> Ok, here you go :) You are missing libopenjpeg-devel libcolord-devel GraphicsMagick-devel libflickcurl-devel libGraphicsMagick3 libopenjpeg-devel is not available for 12.1 so unless you have compiled yourself that is out of luck

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-04 Thread Rolf-Werner Eilert
Ok, here you go :) Am 04.12.2013 11:12, schrieb Simon: Hi Rolf, just running ./build.sh and attaching the full output as text file should suffice. Cheers, Simon On 12/04/2013 11:05 AM, Rolf-Werner Eilert wrote: Yes, sure :) The only thing I'd like to know is, what exactly do you need. Shou

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-04 Thread Tobias Ellinghaus
Am Mittwoch, 4. Dezember 2013, 11:12:19 schrieb Simon: > Hi Rolf, > > just running ./build.sh and attaching the full output as text file > should suffice. And please "rm -rf build/" first. > Cheers, > Simon > > On 12/04/2013 11:05 AM, Rolf-Werner Eilert wrote: > > Yes, sure :) The only thing I'

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-04 Thread Simon
Hi Rolf, just running ./build.sh and attaching the full output as text file should suffice. Cheers, Simon On 12/04/2013 11:05 AM, Rolf-Werner Eilert wrote: > Yes, sure :) The only thing I'd like to know is, what exactly do you > need. Should I let build.sh run through and log its output? Or wou

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-04 Thread Rolf-Werner Eilert
Am 04.12.2013 10:53, schrieb Pascal Obry: > Le 04/12/2013 10:38, Rolf-Werner Eilert a écrit : >> Well, 12.2 isn't much younger than 12.1, and up to now I've not had any >> problems with versions up to 1.2.3 (neither with any other project I >> compiled myself with it). So my guess is that the rea

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-04 Thread Pascal Obry
Le 04/12/2013 10:38, Rolf-Werner Eilert a écrit : > Well, 12.2 isn't much younger than 12.1, and up to now I've not had any > problems with versions up to 1.2.3 (neither with any other project I > compiled myself with it). So my guess is that the reason might be > something else. I'm not using

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-04 Thread Togan Muftuoglu
> "Rolf-Werner" == Rolf-Werner Eilert writes: Rolf-Werner> Am 04.12.2013 09:55, schrieb Togan Muftuoglu: >>> "Rolf-Werner" == Rolf-Werner Eilert >>> writes: >> Rolf-Werner> Hi folks, Rolf-Werner> As it was mentioned in the announcement that we need certain l

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-04 Thread Rolf-Werner Eilert
Am 04.12.2013 09:55, schrieb Togan Muftuoglu: >> "Rolf-Werner" == Rolf-Werner Eilert writes: > > Rolf-Werner> Hi folks, > Rolf-Werner> As it was mentioned in the announcement that we need > certain libraries > Rolf-Werner> to run future 1.4 versions, I took the rc1 tarball an

Re: [darktable-devel] Compiling 1.4rc1 error

2013-12-04 Thread Togan Muftuoglu
> "Rolf-Werner" == Rolf-Werner Eilert writes: Rolf-Werner> Hi folks, Rolf-Werner> As it was mentioned in the announcement that we need certain libraries Rolf-Werner> to run future 1.4 versions, I took the rc1 tarball and tried to compile Rolf-Werner> it just for fun. (I'm

[darktable-devel] Compiling 1.4rc1 error

2013-12-03 Thread Rolf-Werner Eilert
Hi folks, As it was mentioned in the announcement that we need certain libraries to run future 1.4 versions, I took the rc1 tarball and tried to compile it just for fun. (I'm going well with 1.2.3 up to now...) Tobias Ellinghaus on the -users list gave me the advice to contact you here on it.