Control: forwarded -1 https://gitlab.com/gambas/gambas/-/merge_requests/265
Am 31.03.22 um 21:53 schrieb Helmut Grohne:
gambas3 fails to cross build from source, because it hard codes the build architecture pkg-config in various places and thus fails finding required components that are only installed for the host architecture. I'm attaching a patch that employs PKG_PROG_PKG_CONFIG to discover the host architecture pkg-config and lets the build proceed quite a bit further. Please consider applying it.
I think, cross builds are a non-goal upstream but I forwarded the patch anyway with you as the git commit author. I hope that is okay as-is. If it is rejected, I will probably take it to the quilt patches.