frida-python icon indicating copy to clipboard operation
frida-python copied to clipboard

Unknown options: "python_incdir"

Open bannsec opened this issue 1 year ago • 1 comments

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.

bannsec avatar Apr 04 '24 01:04 bannsec

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?

cygnus-xr1 avatar Apr 11 '24 08:04 cygnus-xr1