The generated C++ sources include <sip.h>, so it must be available.
Check for it in the version specific directories and fall back to
the default include directories.
Details
Details
- Reviewers
arojas - Group Reviewers
Frameworks - Commits
- R240:4275cfc3f75d: Bindings: Check if bindings can be generated for a specific python version
install python2-devel and python3-devel
install one of python{x}-sip-devel
bindings should be generated for the matching python version.
Diff Detail
Diff Detail
- Repository
- R240 Extra CMake Modules
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
sip.h is python version agnostic, and in fact we install it under /usr/include. Would it be possible to also check this path?