Re: [darktable-dev] Problems compiling darktable

2017-04-26 Thread kev
Problem solved - with the help of a big hammer. I did a complete download, I have no local changes atm so no problems. Thx for the suggestions. On 26 April 2017 4:53:17 pm AEST, Roman Lebedev wrote: >Hi. >Please try the following: > >$ cd darktable >$ git fetch --all -p >$ git rebase origin/ma

Re: [darktable-dev] Problems compiling darktable

2017-04-25 Thread Roman Lebedev
Hi. Please try the following: $ cd darktable $ git fetch --all -p $ git rebase origin/master master# or upstream, but i think then you'd know what to do $ cd src/external/rawspeed/ $ git fetch --all -p $ git rebase origin/develop develop $ git clean -f -d -x $ cd ../../../ $ git submodule upda

Re: [darktable-dev] Problems compiling darktable

2017-04-25 Thread Kevin
Pretty much the same here: $ cd src/external/rawspeed && git status && cd - HEAD detached at b3e302f nothing to commit, working tree clean $ git submodule status src/external/rawspeed b3e302fef323cda0e654af5afda2fa5409669b95 src/external/rawspeed (heads/ develop-193-gb3e302f) $ ll src/externa

Re: [darktable-dev] Problems compiling darktable

2017-04-25 Thread Chris Siebenmann
> I'm having problems compiling darktable. This has been happening for > some time so is not just some recent change to the source. > > Platform: Fedora 25, completely up-to-date. > > The error is as follows: > > > [ 21%] Building CXX object src/CMakeFiles/lib_darktable.dir/common/ > imageio_ex

Re: [darktable-dev] Problems compiling darktable

2017-04-25 Thread Kevin
No go :( $ git submodule update rm -rf build/* <--- just to be sure $ ./build.sh --prefix /usr/local --enable-opencl --enable-lua --disable-gnome-keyring --enable- openmap --enable-geo --enable-kwallet [ 28%] Building CXX object src/CMakeFiles/lib_darktable.dir/common/imageio_rawspeed.cc.o

Re: [darktable-dev] Problems compiling darktable

2017-04-25 Thread The Ritz
git submodule update? .mm On April 26, 2017 07:02:17 Kevin wrote: Hi, I'm having problems compiling darktable. This has been happening for some time so is not just some recent change to the source. Platform: Fedora 25, completely up-to-date. The error is as follows: [ 21%] Building CXX