Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile without cloning #39

Closed
shalomcrown opened this issue Nov 1, 2016 · 1 comment
Closed

Cannot compile without cloning #39

shalomcrown opened this issue Nov 1, 2016 · 1 comment

Comments

@shalomcrown
Copy link

If I just download the source code and try to compile (32-bit Ubuntu 16.04), cmake fails with the output below.

The downloadable source code is not a git repository, and you disallow cloning - which makes it difficult to overcome this problem.

If I create a git repository in the source directory, this solves the problem.

`
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
CMake Error at cmake/CPackInfos.cmake:28 (string):
string sub-command REPLACE requires at least four arguments.
Call Stack (most recent call first):
CMakeLists.txt:30 (include)

CMake Error at cmake/CPackInfos.cmake:29 (string):
string sub-command REPLACE requires at least four arguments.
Call Stack (most recent call first):
CMakeLists.txt:30 (include)

CMake Error at cmake/CPackInfos.cmake:30 (string):
string sub-command REPLACE requires at least four arguments.
Call Stack (most recent call first):
CMakeLists.txt:30 (include)

CMake Error at cmake/CPackInfos.cmake:31 (string):
string sub-command REPLACE requires at least four arguments.
Call Stack (most recent call first):
CMakeLists.txt:30 (include)

CMake Error at cmake/CPackInfos.cmake:32 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:30 (include)

-- Configuring incomplete, errors occurred!
See also "/home/shalom/build/openhantek-untagged-de67b19b854308c333b9/build/CMakeFiles/CMakeOutput.log".
See also "/home/shalom/build/openhantek-untagged-de67b19b854308c333b9/build/CMakeFiles/CMakeError.log".
`

@davidgraeff
Copy link
Member

fixed now

GCarneiroA pushed a commit to GCarneiroA/openhantek that referenced this issue Oct 29, 2020
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants