<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 20/7/20 12:27 am, Ben Rush wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CANV0r942NR5K=4+n2FEMuNgv_sJNShmKi=RMxo0Buw3g4+TZmQ@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<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"
moz-do-not-send="true">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>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<br>
You need to run bootstrap with the config you are going to package
with. Different configs may have different bootstrap requirements.<br>
<br>
i.e.<br>
<br>
./cerbero-uninstalled -c config/cross-win64.cbc bootstrap
gstreamer-1.0<br>
<br>
<blockquote type="cite"
cite="mid:CANV0r942NR5K=4+n2FEMuNgv_sJNShmKi=RMxo0Buw3g4+TZmQ@mail.gmail.com">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div>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"
moz-do-not-send="true">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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>