Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
anna (navi@social.vlhl.dev)'s status on Saturday, 24-May-2025 00:17:38 JST anna
@lanodan @byte glib uses meson, the problem isn't the build system
glib wants to compile *and* run code during build time to do it's "introspection" bs, meaning to cross-compile glib you *need* to setup qemu as an exe wrapper
and on top of that, after i built aarch64 qemu just for glib, it still goes and gets confused trying to build and load x86_64 cpython modules