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

Unknown options: "python_incdir" #242

Open
bannsec opened this issue Apr 4, 2024 · 1 comment
Open

Unknown options: "python_incdir" #242

bannsec opened this issue Apr 4, 2024 · 1 comment

Comments

@bannsec
Copy link

bannsec commented Apr 4, 2024

Attempting to build the python library on ubuntu 22.04, i get this error:

The Meson build system
Version: 1.4.99
Source dir: /home/user/frida/frida-python
Build dir: /home/user/frida/build/tmp-linux-x86_64/frida-python3.12
Build type: native build

frida-python/meson.build:1:0: ERROR: Unknown options: "python_incdir"

I manually removed the python_incdir line from the build file and it seems to have compiled fine. Might be a new python feature or something, but likely that should be detected and auto-removed.

@cygnus-xr1
Copy link

Attempting to build the python library on ubuntu 22.04, i get this error:

The Meson build system
Version: 1.4.99
Source dir: /home/user/frida/frida-python
Build dir: /home/user/frida/build/tmp-linux-x86_64/frida-python3.12
Build type: native build

frida-python/meson.build:1:0: ERROR: Unknown options: "python_incdir"

I manually removed the python_incdir line from the build file and it seems to have compiled fine. Might be a new python feature or something, but likely that should be detected and auto-removed.

What line did you manually remove from which file?

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