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
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
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
> 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
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
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