<div dir="ltr"><div dir="ltr"><div>Another issue with meson is this:</div><div><br></div><div>I have to set PKG_CONFIG_PATH when I type meson for 32-bit builds. If I do meson configure --clearcache and then type "ninja", it will reconfigure, but will use 64-bit libraries instead because PKG_CONFIG_PATH is not set when ninja is run, which will fail to link.</div><div><br></div><div>Luckily, at least CC="gcc -m32" and CXX="g++ -m32" weren't wiped out by --clearcache.</div><div><br></div><div>Additionally, it would be nice if the default build type was release instead of plain.<br></div><div><br></div><div>Thanks,<br></div><div>Marek<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Dec 10, 2018 at 6:11 PM Dylan Baker <<a href="mailto:dylan@pnwbakers.com">dylan@pnwbakers.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Meson 0.49.0 has been out for a couple of days now, and I'd like to make the<br>
final call for autotools. My patch is so massive that it's a huge pain to send<br>
to the list, the latest versions is here:<br>
<a href="https://gitlab.freedesktop.org/dbaker/mesa/commits/delete-autotools" rel="noreferrer" target="_blank">https://gitlab.freedesktop.org/dbaker/mesa/commits/delete-autotools</a><br>
<br>
Dylan<br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</blockquote></div></div>