Hi,
I'm trying the following steps to build folly,
git clone https://github.com/facebook/folly
cd folly
mkdir _build
cd _build
cmake -DBUILD_SHARED_LIBS=ON -DPYTHON_EXTENSIONS=ON -DBUILD_EXAMPLES=off -DBUILD_TESTS=off ../.
make -j4
make install
cmake build executed successfully.
But make -j4 got error at 97% execution raising folly/python/executor_api.h No such file or directory.
I checked the same location there is one executor.h file but couldn't locate any executor_api.h file
Please suggest if someone got similar issue.
Thanks.
Hi,
I'm trying the following steps to build folly,
cmake build executed successfully.
But
make -j4got error at 97% execution raisingfolly/python/executor_api.hNo such file or directory.I checked the same location there is one
executor.hfile but couldn't locate anyexecutor_api.hfilePlease suggest if someone got similar issue.
Thanks.