* Jack Bowling <jbi...@shaw.ca> [10-15-20 18:16]:
> Ubuntu 20.10 beta, gcc 10.2, llvm 10.0.1, clang 10.0.1
> 
> Latest git pull gives me:
> 
> ------------------------
> -- Configuring done
> CMake Error at src/external/CMakeLists.txt:5 (add_library):
>   Cannot find source file:
> 
> /home/jb/darktable_git/darktable/src/external/whereami/src/whereami.c
> 
>   Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
>   .hpp .hxx .in .txx
> 
> 
> CMake Error at src/external/CMakeLists.txt:5 (add_library):
>   No SOURCES given to target: whereami
> 
> 
> CMake Generate step failed.  Build files cannot be regenerated correctly.
> 
> ------------------------
> 
> Same after a rebase. First time I have seen this error.

I do not know how you get submodules on windows but there is a new
submodule that is needed:
  git submodule init ; git submodule update ; git pull --rebase 
--recurse-submodules
  Fetching submodule src/external/OpenCL
  Fetching submodule src/external/libxcf
  Fetching submodule src/external/rawspeed
  Fetching submodule src/external/whereami

you at least are missing "whereami".
  
-- 
(paka)Patrick Shanahan       Plainfield, Indiana, USA          @ptilopteri
http://en.opensuse.org    openSUSE Community Member    facebook/ptilopteri
Photos: http://wahoo.no-ip.org/piwigo               paka @ IRCnet freenode
___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to