Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

everest-framwork fails to build when /usr/include/python3.11 does not exist #40

Open
catarial opened this issue Nov 1, 2024 · 0 comments

Comments

@catarial
Copy link

catarial commented Nov 1, 2024

While building everest-framework in version 2024.9.0-rc3, pybind11_json fails to configure due to the directory /usr/include/python3.11 not existing. I was able to get around this by just creating an empty directory there.

I'm using the kas-container from https://github.com/siemens/kas as my build environment

This is being caused by this variable in the pybind11_json CMakeLists.txt

target_include_directories(${PROJECT_NAME}
                           INTERFACE
                           ${PYTHON_INCLUDE_DIRS}
                           $<BUILD_INTERFACE:${PYBIND11_JSON_INCLUDE_DIR}>
                           $<INSTALL_INTERFACE:include>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant