On Wed, Dec 28, 2016 at 10:24 PM, Kristian Niemi <[email protected]> wrote: > Hi, > > Since a couple of months or so back, I've been getting this when trying to > compile darktable from git, current master: > > ------------------ > [ 22%] Building CXX object > src/external/rawspeed/CMakeFiles/rawspeed.dir/RawSpeed/X3fDecoder.cpp.o > [ 22%] Building CXX object > src/external/rawspeed/CMakeFiles/rawspeed.dir/RawSpeed/X3fParser.cpp.o > [ 22%] Linking CXX static library librawspeed.a > [ 22%] Built target rawspeed > Makefile:149: recipe for target 'all' failed > gmake: *** [all] Error 2 > ------------------ > > Any ideas what I could try?
Please do $ rm -rf build $ mkdir build && cd build $ cmake ../ $ make And show all the output starting with the $ rm -rf build > Thanks. > > Kind regards, > Kristian Roman. > ____________________________________________________________________________ > darktable user mailing list to unsubscribe send a mail to > [email protected] ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
