Skip to content

folly/python/executor_api.h No such file or directory #1703

@ujjawalcse

Description

@ujjawalcse

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions