<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I apologize if this could be considered spamming, but I just recently sent out an email about build errors while trying to cross-compile using meson. I'm also trying to do the same with cerbero, but it appears to be a different set of issues / errors. <br><br>Here is my docker file: <br><br><div><div>FROM ubuntu:18.04</div><div>USER root</div><div><br></div><div>RUN apt-get update && \</div><div><span style="white-space:pre">  </span>apt-get upgrade -y && \</div><div><span style="white-space:pre">       </span>apt-get install build-essential python3 git ninja-build \</div><div><span style="white-space:pre">     </span>python3-pip pkg-config libmount-dev flex bison libxml2-utils mingw-w64 libnice-dev vim wget sudo -y</div><div><span style="white-space:pre">   </span></div><div>RUN git clone <a href="https://gitlab.freedesktop.org/gstreamer/cerbero">https://gitlab.freedesktop.org/gstreamer/cerbero</a><br><br>I then run the container in interactive mode, and type: <br><br>cd cerbero<br></div></div><div>./cerbero-uninstalled bootstrap<br><br>This completes, but when I type: <br><br>./cerbero-uninstalled -c config/cross-win64.cbc package gstreamer-1.0<br><br>FileNotFoundError: [Errno 2] No such file or directory: '/cerbero/build/mingw/multilib/x86_64-w64-mingw32/sysroot/usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll'<br><br>Indeed, the libwinpthread-1.dll doesn't exist there, but at <br><br><div>root@87e40813a50a:/cerbero# find / -name libwinpthread-1.dll</div><div>/usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll</div><div>/usr/i686-w64-mingw32/lib/libwinpthread-1.dl<br><br>I'm following the instructions here: <a href="https://gstreamer.freedesktop.org/documentation/installing/building-from-source-using-cerbero.html?gi-language=c">https://gstreamer.freedesktop.org/documentation/installing/building-from-source-using-cerbero.html?gi-language=c</a></div></div><div><br>Thanks again. </div></div></div></div></div></div></div></div></div>