frida / frida-python

Frida Python bindings
Other
781 stars 146 forks source link

Unknown options: "python_incdir" #242

Open bannsec opened 6 months ago

bannsec commented 6 months ago

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 commented 5 months ago

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?