cocaine/cocaine-core

Cmake should check libasio-dev

orofarne opened this issue · 2 comments

include/cocaine/detail/actor.hpp:28:31: fatal error: asio/io_service.hpp: No such file or directory
#include <asio/io_service.hpp>
^
compilation terminated.

Do you clone repo with submodules? asio is distributed as a submodule. Seems, that
git submodule init && git submodule update or update only (as you have no warnings about blackhole) would fix your problem.

Hope it worked.