Re: [darktable-dev] cannot compile current git

2017-01-29 Thread Roman Lebedev
On Sat, Jan 28, 2017 at 4:41 PM, Moritz Moeller wrote: > On 28.1.17 12:06 , Roman Lebedev wrote: > I did. Same error. Fixed, thank you for reporting! > .mm Roman. ___ darktable developer mailing list to unsubscribe send a mai

Re: [darktable-dev] cannot compile current git

2017-01-28 Thread Roman Lebedev
On Sat, Jan 28, 2017 at 4:41 PM, Moritz Moeller wrote: > On 28.1.17 12:06 , Roman Lebedev wrote: >> >> *Please* try building master directly. > I did. Same error. Okay, so the old bug creeped back in. Should be easy to fix. Remind me, which libjpeg do you have? the -turbo or the usual one? Also,

Re: [darktable-dev] cannot compile current git

2017-01-28 Thread Moritz Moeller
On 28.1.17 12:06 , Roman Lebedev wrote: *Please* try building master directly. I did. Same error. .mm ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Re: [darktable-dev] cannot compile current git

2017-01-28 Thread Roman Lebedev
On Sat, Jan 28, 2017 at 1:57 PM, Moritz Moeller wrote: > I also have an issue. But it's a different one: > > [ 6%] Building CXX object > src/external/rawspeed/src/librawspeed/CMakeFiles/rawspeed.dir/decoders/DngDecoderSlices.cpp.o > /Users/moeller/code/darktable/src/external/rawspeed/src/librawsp

Re: [darktable-dev] cannot compile current git

2017-01-28 Thread Roman Lebedev
On Sat, Jan 28, 2017 at 1:44 PM, Alexander Rabtchevich wrote: > Thank you, it did help. > > $ git submodule update > Should it be done each time git pull is made? Yes it should be. > The output of git pull usually says: submodule rawspeed updated... Updated, but not checked-out. > With respect,

Re: [darktable-dev] cannot compile current git

2017-01-28 Thread Pascal Obry
Alexander, > Thank you, it did help. Should it be done each time git pull is > made?  Yes, or either: $ git pull --recurse-submodules --   Pascal Obry /  Magny Les Hameaux (78)   The best way to travel is by means of imagination   http://www.obry.net   gpg --keyserver keys.gnupg.net --recv

Re: [darktable-dev] cannot compile current git

2017-01-28 Thread Moritz Moeller
I also have an issue. But it's a different one: [ 6%] Building CXX object src/external/rawspeed/src/librawspeed/CMakeFiles/rawspeed.dir/decoders/DngDecoderSlices.cpp.o /Users/moeller/code/darktable/src/external/rawspeed/src/librawspeed/decoders/DngDecoderSlices.cpp:435:31: error: no matching f

Re: [darktable-dev] cannot compile current git

2017-01-28 Thread Alexander Rabtchevich
Thank you, it did help. Should it be done each time git pull is made? The output of git pull usually says: submodule rawspeed updated... With respect, Alexander Rabtchevich $ git submodule update did it for me. Christian __

Re: [darktable-dev] cannot compile current git

2017-01-28 Thread Christian Kanzian
Hello, Am Samstag, 28. Januar 2017, 13:34:11 schrieb Alexander Rabtchevich: > Hello > > Here is the error: > > /home/sasha/Install/darktable/src/common/imageio_rawspeed.cc:23:26: > fatal error: RawSpeed-API.h: No such file or directory > compilation terminated. > src/CMakeFiles/lib_darktable.dir

[darktable-dev] cannot compile current git

2017-01-28 Thread Alexander Rabtchevich
Hello Here is the error: /home/sasha/Install/darktable/src/common/imageio_rawspeed.cc:23:26: fatal error: RawSpeed-API.h: No such file or directory compilation terminated. src/CMakeFiles/lib_darktable.dir/build.make:940: recipe for target 'src/CMakeFiles/lib_darktable.dir/common/imageio_rawsp