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 requirement when using Autotools build system #666

Open
Apteryks opened this issue Dec 23, 2024 · 0 comments
Open

Python requirement when using Autotools build system #666

Apteryks opened this issue Dec 23, 2024 · 0 comments

Comments

@Apteryks
Copy link

Apteryks commented Dec 23, 2024

Hi,

There's a new dependency on Python in the 0.25 releases, upgrading from 0.24. The GNU build system (Autotools) doesn't check for it, and the build fails like:

p11-kit/proxy.c:729:10: fatal error: p11-kit/proxy-generated.h: No such file or directory
  729 | #include "p11-kit/proxy-generated.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Adding python to the build inputs resolves the issue. It should be added as as required program to configure.ac. Also, perhaps the release dist could contain the generated files to avoid the dependency on Python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants