cocaine/cocaine-core

Lost file

Pavel-II opened this issue · 4 comments

Try build and get error:

.....
Scanning dependencies of target cocaine-runtime
[ 96%] Building CXX object CMakeFiles/cocaine-runtime.dir/src/runtime/pid_file.cpp.o
[100%] Building CXX object CMakeFiles/cocaine-runtime.dir/src/runtime/runtime.cpp.o
/home/cc-dev/cocaine-core/src/runtime/runtime.cpp:41:24: fatal error: backward.hpp: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/cocaine-runtime.dir/src/runtime/runtime.cpp.o] Error 1
make[1]: *** [CMakeFiles/cocaine-runtime.dir/all] Error 2
make: *** [all] Error 2

backward-cpp is distributed as git submodule. Run git submodule init and git submodule update in the directory where cocaine-core was cloned in.

And not only backward-cpp, with rapidjson the same.
Docs must be upgraded.
Thanks.

Russian documentation is only valid for v0.9. It became out of date several months ago. You could read fresh docs here https://github.com/cocaine/cocaine-docs/wiki

Just in case, I've migrated the cocaine-docs-ru repo away from the project so that it doesn't confuse people anymore.