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

python wrapper: build error with python 3.13 #664

Open
kanavin opened this issue Oct 15, 2024 · 0 comments
Open

python wrapper: build error with python 3.13 #664

kanavin opened this issue Oct 15, 2024 · 0 comments

Comments

@kanavin
Copy link

kanavin commented Oct 15, 2024

| In file included from /srv/storage/alex/yocto/build-metaoe/tmp/work/core2-64-poky-linux/libcec/6.0.2/build/src/libcec/CMakeFiles/_cec.dir/libcecPYTHON_wrap.cxx:3381:
| /srv/storage/alex/yocto/build-metaoe/tmp/work/core2-64-poky-linux/libcec/6.0.2/git/src/libcec/SwigHelper.h: In member function 'int CEC::CCecPythonCallbacks::CallPythonCallback(CEC::libcecSwigCallback, PyObject*)':
| /srv/storage/alex/yocto/build-metaoe/tmp/work/core2-64-poky-linux/libcec/6.0.2/git/src/libcec/SwigHelper.h:122:18: error: 'PyEval_CallObject' was not declared in this scope; did you mean 'PyObject_CallObject'?
|   122 |         result = PyEval_CallObject(m_callbacks[callback], arglist);
|       |                  ^~~~~~~~~~~~~~~~~
|       |                  PyObject_CallObject

kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Oct 16, 2024
No longer python 3.13 compatible:
Pulse-Eight/libcec#664

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Oct 16, 2024
No longer python 3.13 compatible:
Pulse-Eight/libcec#664

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
daregit pushed a commit to daregit/yocto-combined that referenced this issue Oct 18, 2024
No longer python 3.13 compatible:
Pulse-Eight/libcec#664

Signed-off-by: Alexander Kanavin <alexlinutronix.de>
Signed-off-by: Khem Raj <raj.khemgmail.com>
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