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
subprojects/protobuf-25.2/src/meson.build:29:18: ERROR: Tried to tied to mix a host machine library ("absl_base") with a build machine target "protoc-native" This is not possible in a cross build.
I've found mesonbuild/meson/issues/11121
Even if meson doesn't fully support cross-compiled subprojects, does it really not have any way of specifying (in this case) that abseil-cpp should only use the build machine toolchain...?
A simple
while cross compiling, gives the error:
Full repository: julianneswinoga/meson_protobuf_bug
Full logs: meson-log.txt
The text was updated successfully, but these errors were encountered: