[Cin] Build fails on termux
Phyllis Smith
phylsmith2017 at gmail.com
Fri Sep 6 22:06:56 CEST 2024
Andrew,
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.
Mistake was corrected in the following + line in patch2 (QSort was
mistakenly typed as qsort).
- qsort(SortArray, NewColorSubdiv[Index].NumEntries,
- sizeof(QuantizedColorType *), SortCmpRtn);
*+ QSort*(SortArray, -1, NewColorSubdiv[Index].NumEntries,
SortRGBAxis);
/* Relink the sorted list into one: */
for (j = 0; j < NewColorSubdiv[Index].NumEntries - 1; j++) {
@@ -339,19 +359,4 @@
On Wed, Sep 4, 2024 at 11:38 AM Andrew Randrianasulu <
randrianasulu at gmail.com> wrote:
> due to giflib-5.2.2.patch2
>
> I removed patch and build is ok. Not sure where this patch was needed,
> may be on older distros?
>
> I also tried to "set -e" before building cingg and get build breaking
> error somewhere in x265 dir, as reported already.
>
> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20240906/7f5050d0/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: giflib-5.2.2.patch2
Type: application/octet-stream
Size: 3949 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20240906/7f5050d0/attachment.obj>
More information about the Cin
mailing list