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
To clarify is this an issue with this repo or the larger zynaddsubfx/zynaddsubfx + mruby-zest/mruby-zest-build repo combination in the zyn-fusion build repository?
Also, are you referring to cross OS compilation (which currently works fine in my experience) or cross architecture compilation?
An issue with mruby-zest/mruby-zest-build. Possibly also with zynaddsubfx, but I don't know, I haven't looked at that.
I mainly referred to cross-architecture compilation. It seems that linux->osx,windows is fine because pkg-config isn't used for those targets.
However, some targets would also use pkg-config (e.g. the Hurd) -- while the Hurd appears to be unsupported (it doesn't have sound support currently IIUC), it used gcc, pkg-config, glibc ... just like typical Linux (cross-)compilation. So except for the missing sound support the 'linux' Makefile target should, in theory mostly work (except for the mentioned pkg-config cross-compilation error).
pkg-config is for native compilation, TARGET-pkg-config (where TARGET is, say, x86_64-linux-gnu) is for cross-compilation.
I currently cannot test if this is sufficient, because the dependency 'mesa' fails to compile for me.
It would be useful if a
PKG_CONFIG
environment variable were supported, similarly toCC
.The text was updated successfully, but these errors were encountered: