<div dir="ltr">Hello-<div><br></div><div>I was experimenting with cross compiling gstreamer in an ARM dockcross image with meson and was greeted with: </div><div><br></div><div><b>subprojects/glib/meson.build:866:4: ERROR: Can not run test applications in this cross environment.<br><br>A full log can be found at /work/gst-build/build/meson-logs/meson-log.txt<br>NOTICE: You are using Python 3.5 which is EOL. Starting with v0.57, Meson will require Python 3.6 or newer<br></b></div><div><br></div><div>I was working out of a cross-compiler docker image: </div><div><br></div><div><div>cd gst-build<br>meson --cross-file meson.cross build</div></div><div><br></div><div><b><u>meson.cross:</u></b></div><div>[binaries] <br>exe_wrapper= '/usr/bin/qemu-aarch64' <br>pkgconfig = '/usr/bin/pkg-config'<br><br><br>[target_machine]<br>system = 'linux'<br>cpu_family = 'aarch64'<br>cpu = 'aarch64'<br>endian = 'little'<br></div><div><br></div><div>Just curious if anyone had encountered issues like this. It looked like meson wasn't executing my wrapper or didn't like something about the wrapper. </div><div><br></div><div>Thanks, </div><div><br></div><div>Roger</div><div> </div></div>