Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
0.22.1
-
None
-
None
Description
When trying to build a scheduler against mesos, the following error is encountered:
In file included from /bb/bin/mesos/include/mesos/mesos.hpp:22:0,
from /bb/bin/mesos/include/mesos/executor.hpp:26,
from mesosbe_BasExecutor.cpp:23:
/bb/bin/mesos/include/mesos/mesos.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory
#include <google/protobuf/stubs/common.h>
It seems that the problem is mainly mesos's install target only installs mesos's headers and libs but not the headers and libs for the 3rd party packages shipped with mesos