edollar-project / edollar

BSD 3-Clause "New" or "Revised" License
11 stars 7 forks source link

build error #6

Open mskutlu opened 6 years ago

mskutlu commented 6 years ago

I installed all dependencies but i cant build. I am trying to install ubuntu 14.04 This is the error.

CMake Error at src/CMakeLists.txt:98 (add_library): Cannot find source file:

/root/edollar/build/release/version.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx Call Stack (most recent call first): src/CMakeLists.txt:86 (edollar_add_library_with_deps) src/CMakeLists.txt:109 (edollar_add_library)

kbuggenhout commented 6 years ago

I got it compiled ( on CentOS7.4) using the gcc-7.2.1 and pre-compiling boost-1_66_0, set BOOST_ROOT to the dir after running bootstrap and b2

the error you see is caused by an outdated cmake ( at least cmake 3)