So, I'm trying to install joinx from https://github.com/genome/joinx
I can't use git cause its not installed on the server and I don't have sudo privileges. So downloaded the zip to the server and unzipped. Then created a new directory and entered it, and then ran:
​cmake /labshare/Nick/tools/joinx-master/
Then I got this error:
CMake Error at build-common/cmake/VersionHelper.cmake:9 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:18 (include)
CMake Error at build-common/cmake/VersionHelper.cmake:10 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:18 (include)
CMake Error at build-common/cmake/VersionHelper.cmake:11 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:18 (include)
CMake Error at build-common/cmake/VersionHelper.cmake:14 (if):
if given arguments:
"STREQUAL" "-unstable"
Unknown arguments specified
Call Stack (most recent call first):
CMakeLists.txt:18 (include)
-- Configuring incomplete, errors occurred!
Any help would be greatly appreciate. Any ideas?
I just did exactly what you describe with success. What's your cmake version, mine is cmake version 2.8.12.2. Please give the full output, mine below.