<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">пт, 6 сент. 2024 г., 23:07 Phyllis Smith <<a href="mailto:phylsmith2017@gmail.com">phylsmith2017@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small">Andrew,</div><div class="gmail_default" style="font-size:small">Could you test the Termux build with the attached patch2? I found a mistake in what I had checked into GIT that I thought I had fixed. I do not get a failure on fedora or ubuntu 16 so can not test.</div><div class="gmail_default" style="font-size:small">Mistake was corrected in the following + line in patch2 (QSort was mistakenly typed as qsort).<br></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">yes, it builds here now, thanks!</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small"></div><div class="gmail_default" style="font-size:small"> <br></div><div class="gmail_default" style="font-size:small">- qsort(SortArray, NewColorSubdiv[Index].NumEntries,<br>- sizeof(QuantizedColorType *), SortCmpRtn);<br><b>+ QSort</b>(SortArray, -1, NewColorSubdiv[Index].NumEntries, SortRGBAxis);<br><br> /* Relink the sorted list into one: */<br> for (j = 0; j < NewColorSubdiv[Index].NumEntries - 1; j++) {<br>@@ -339,19 +359,4 @@<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 4, 2024 at 11:38 AM Andrew Randrianasulu <<a href="mailto:randrianasulu@gmail.com" target="_blank" rel="noreferrer">randrianasulu@gmail.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"><div dir="auto">due to giflib-5.2.2.patch2<div dir="auto"><br></div><div dir="auto">I removed patch and build is ok. Not sure where this patch was needed, may be on older distros?</div><div dir="auto"><br></div><div dir="auto">I also tried to "set -e" before building cingg and get build breaking error somewhere in x265 dir, as reported already.</div><div dir="auto"><br></div><div dir="auto">but for me default (seen with "set -o" ) errexit=off, you can set it off for specific build by executing "set +e" before building cingg.</div></div>
</blockquote></div>
</blockquote></div></div></div>