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
I am cross-compiling glib packages with meson. After upgrading to meson 1.6.1 I see the following error:
-----
Sanity check compile stderr:
-----
Running test binary command: /home/sw/build/objs/armv7_common/glib/meson-private/sanitycheckc.exe
../../../../../glib/meson.build:1:0: ERROR: Could not invoke sanity test executable: [Errno 8] Exec format error: '/home/sw/build/objs/armv7_common/glib/meson-private/sanitycheckc.exe'.
Passing things like -D__GLIBC__ is a bit suspicious/odd.
Anyway, for your actual issue, can you show the full log from meson setup? It looks like you don't have an exe-wrapper setup, but you need one for glib/gobject-introspection?
What version of Meson worked before? Does it work if you downgrade to it now?
Passing things like -D__GLIBC__ is a bit suspicious/odd.
Anyway, for your actual issue, can you show the full log from meson setup? It looks like you don't have an exe-wrapper setup, but you need one for glib/gobject-introspection?
What version of Meson worked before? Does it work if you downgrade to it now?
Hi @thesamesam
I don't know why meson gen condition to check the size of char:
I think the condition is true will be that sizeof(char) >= 1
Currently I need to upgrade glib from 2.50 to 2.83 (old version use autoconfig but new version switch to meson tool)
I wouldn't overthink the char thing -- if anything, it's a useful proxy for whether we can compile anything at all. Can you answer my questions from earlier?
I am cross-compiling glib packages with meson. After upgrading to meson 1.6.1 I see the following error:
This is my libcxx.ini:
And I changed
I get error when I run meson compile -C. The errors are presented in meson-log.txt
meson-log.txt
Could you please help me check and fix libcxx.ini
The text was updated successfully, but these errors were encountered: