You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is actually an expected error in frida-gum when tcclib.h is installed
todo: fix frida-gum ...
[147/181] Compiling C object bindings/gumjs/libfrida-gumjs-1.0.so.p/gumcmodule.c.o
FAILED: bindings/gumjs/libfrida-gumjs-1.0.so.p/gumcmodule.c.o
gcc -I... /build/source/build/config.h ... bindings/gumjs/libfrida-gumjs-1.0.so.p/gumcmodule.c.o ... -o bindings/gumjs/libfrida-gumjs-1.0.so.p/gumcmodule.c.o -c ../bindings/gumjs/gumcmodule.c
In file included from /nix/store/i4dqcpppyyq5yqcvw95mv5s11yfyy8pf-glib-2.74.3/lib/glib-2.0/include/glibconfig.h:9,
from /nix/store/7gp6sgjxwr4bzvy4r29a0rmb476pxww0-glib-2.74.3-dev/include/glib-2.0/glib/gtypes.h:34,
from /nix/store/7gp6sgjxwr4bzvy4r29a0rmb476pxww0-glib-2.74.3-dev/include/glib-2.0/glib/galloca.h:34,
from /nix/store/7gp6sgjxwr4bzvy4r29a0rmb476pxww0-glib-2.74.3-dev/include/glib-2.0/glib.h:32,
from ../gum/gumdefs.h:10,
from ../gum/gummemory.h:11,
from ../bindings/gumjs/gumcmodule.h:10,
from ../bindings/gumjs/gumcmodule.c:7:
bindings/gumjs/gumcmodule-runtime.h: In function 'gum_cmodule_get_symbols':
bindings/gumjs/gumcmodule-runtime.h:2703:70: error: 'dlclose' undeclared (first use in this function); did you mean 'pclose'?
2703 | g_hash_table_insert (symbols, "dlclose", GUM_FUNCPTR_TO_POINTER (dlclose));
| ^~~~~~~
actual
expected
as produced by tinycc.nix
diff
at least this looks important
tcclib.h has for example
dlclose
(error: 'dlclose' undeclared
)upstream installs
tcclib.h
from$(TOPSRC)/tcclib.h
blame
tinycc/meson.build
Lines 97 to 107 in a438164
The text was updated successfully, but these errors were encountered: