opendocument-app / OpenDocument.core

C++ library that translates office documents to HTML
GNU General Public License v3.0
23 stars 9 forks source link

CMake Error #315

Closed almuntsr closed 2 years ago

almuntsr commented 2 years ago

CMake Error at F:/Projects android/loacal/offce/3/OpenDocument.droid-3.12/OpenDocument.core/cmake/git_watcher.cmake:133 (message): fatal: not a git repository (or any of the parent directories): .git (C:/Program Files/Git/cmd/git.exe status --porcelain -unormal) Call Stack (most recent call first): F:/Projects android/loacal/offce/3/OpenDocument.droid-3.12/OpenDocument.core/cmake/git_watcher.cmake:156 (RunGitCommand) F:/Projects android/loacal/offce/3/OpenDocument.droid-3.12/OpenDocument.core/cmake/git_watcher.cmake:272 (GetGitState) F:/Projects android/loacal/offce/3/OpenDocument.droid-3.12/OpenDocument.core/cmake/git_watcher.cmake:339 (CheckGit) F:/Projects android/loacal/offce/3/OpenDocument.droid-3.12/OpenDocument.core/cmake/git_watcher.cmake:350 (Main) [5/302] Building CXX object _deps/cryptopp-build/CMakeFiles/cryptopp-object.dir/adler32.cpp.o [6/302] Building CXX object _deps/cryptopp-build/CMakeFiles/cryptopp-object.dir/allocate.cpp.o [7/302] Building CXX object _deps/cryptopp-build/CMakeFiles/cryptopp-object.dir/arc4.cpp.o [8/302] Building CXX object _deps/cryptopp-build/CMakeFiles/cryptopp-object.dir/basecode.cpp.o [9/302] Building CXX object _deps/cryptopp-build/CMakeFiles/cryptopp-object.dir/3way.cpp.o [10/302] Building CXX object _deps/cryptopp-build/CMakeFiles/cryptopp-object.dir/bfinit.cpp.o [11/302] Building CXX object _deps/cryptopp-build/CMakeFiles/cryptopp-object.dir/aria.cpp.o [12/302] Building CXX object _deps/cryptopp-build/CMakeFiles/cryptopp-object.dir/blake2.cpp.o [13/302] Building CXX object _deps/cryptopp-build/CMakeFiles/cryptopp-object.dir/integer.cpp.o

andiwand commented 2 years ago

I think the error is quite descriptive. core cmake requires git to determine the state of the project and your OpenDocument.core seems not to be a local git clone