<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Andrea, <br></div><div class="gmail_default" style="font-size:small">As Andrew stated, first try with just the dpx modification and disable compiling with dav1d to see if that at least builds.</div><div class="gmail_default" style="font-size:small">You probably have changed the script bld.sh but you can see the disable below in the one I use.  Just add --disable-dav1d to the configure line.<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">#!/bin/bash<br>( ./autogen.sh<br>  ./configure --with-single-user --with-booby <b>--disable-dav1d</b><br>  make && make install ) 2>&1 | tee log<br>mv Makefile Makefile.cfg<br>cp Makefile.devel Makefile</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The current dav1d works with NASM 2.13 but I see Arch is at 2.15.  That should not make a difference because generally later versions are compatible with earlier versions.  Thank you for testing as we need to know if the latest Arch has a problem with CinGG.<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I've tried build CinGG from git both with Andrew's 3 patches and<br>
without (so with only Phyllis' modification for dpx). In both cases I<br>
get errors and the build fails (maybe due to x265 v3.5?). I attach the<br>
2 cin5.logs.<br>
<br>
PS: I remember that I use Arch which is a rolling release and lately<br>
there have been many updates of the graphics libraries. I think it's a<br>
new problem of Arch that has nothing to do with the patches tried.<br>
</blockquote><div><br></div><div>may be compiler error? if you use gcc, try clang  instead or other way around? </div><div><br></div><div>also, new nasm might give some errors.. </div><div><br></div><div>i see libopus, dav1d, libaom errors... </div><div><br></div><div>try to disable some of those libs via configure switches tempirary? </div><div><br></div><div>I look at log files in mcview, and search for 'errore' string.... </div>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div></div>