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

Incompatible with Python-3.11 #1334

Open
yurivict opened this issue Jun 5, 2024 · 3 comments
Open

Incompatible with Python-3.11 #1334

yurivict opened this issue Jun 5, 2024 · 3 comments

Comments

@yurivict
Copy link

yurivict commented Jun 5, 2024

In file included from /wrkdirs/usr/ports/sysutils/triton/work/Triton-0.9/src/libtriton/bindings/python/init.cpp:8:
/wrkdirs/usr/ports/sysutils/triton/work/Triton-0.9/src/libtriton/includes/triton/pythonBindings.hpp:12:10: fatal error: 'longintrepr.h' file not found
#include <longintrepr.h>
         ^~~~~~~~~~~~~~~
1 error generated.

Version: 0.9
FreeBSD 14.0

@JonathanSalwan
Copy link
Owner

Can you give me the output of your cmake .. as well as where longintrepr.h is located on your system.

@yurivict
Copy link
Author

yurivict commented Jun 5, 2024

Here is the log.
longintrepr.h is located here: /usr/local/include/python3.11/cpython/longintrepr.h

@yurivict
Copy link
Author

yurivict commented Jun 5, 2024

The latest master branch revision has it fixed though.
This is a matter of making a release.

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

2 participants