folly/python/executor_api.h No such file or directory
- Dominant language
- C++
- Stars
- 30.5k
- Forks
- 5.9k
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Research direction
Reproduce the documented CMake build with PYTHON_EXTENSIONS=ON, BUILD_EXAMPLES=off, and BUILD_TESTS=off, then inspect the failure near 97% involving folly/python/executor_api.h. Compare the referenced executor_api.h path with the available executor.h and review the issue discussion for context. Done means the configured build completes without the missing-header error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp, python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100