Arch current.

I downloaded:

https://github.com/darktable-org/darktable/releases/download/release-2.2.4/darktable-2.2.4.tar.xz

tar xf  darktable-2.2.4.tar.xz
mkdir build/
cd build/
cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..

worked without problem:

make

and I get the error:

> [  1%] Updating version string (git checkout)
> fatal: Not a git repository (or any parent up to mount point /home)
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
> fatal: Not a git repository (or any parent up to mount point /home)
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
> make[2]: *** [CMakeFiles/create_version_gen.dir/build.make:58: 
> CMakeFiles/create_version_gen] Error 128
> make[1]: *** [CMakeFiles/Makefile2:137: 
> CMakeFiles/create_version_gen.dir/all] Error 2 make: ***
> [Makefile:150: all] Error 2

I also tried: 

./build.sh --prefix /opt/darktable --build-type Release

and got the same error

-- 
sknahT

vyS
____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Reply via email to