<div dir="auto">attached two git diff files<div dir="auto"><br></div><div dir="auto">first is fixing your compile error, second requires manually adding libtiff-4.4.0.tar.xz source tarball from libtiff's homepage into thirdparty/src</div><div dir="auto"><br></div><div dir="auto">it compiles here on termux/aarch64 but might error out on different (especially older) systems ....</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">ср, 14 сент. 2022 г., 20:21 Miroslav Rovis <<a href="mailto:miro.rovis@croatiafidelis.hr">miro.rovis@croatiafidelis.hr</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 220914-17:49+0300, Andrew Randrianasulu wrote:<br>
> ср, 14 сент. 2022 г., 17:41 Miroslav Rovis <<a href="mailto:miro.rovis@croatiafidelis.hr" target="_blank" rel="noreferrer">miro.rovis@croatiafidelis.hr</a>>:<br>
> <br>
> > On 220914-17:19+0300, Andrew Randrianasulu wrote:<br>
> > > ср, 14 сент. 2022 г., 16:12 Miroslav Rovis <<a href="mailto:miro.rovis@croatiafidelis.hr" target="_blank" rel="noreferrer">miro.rovis@croatiafidelis.hr</a><br>
> > >:<br>
> > ><br>
> > > > On 220914-14:51+0200, Miroslav Rovis wrote:<br>
> > > > > On 220914-15:08+0300, Andrew Randrianasulu wrote:<br>
> > [...]<br>
> > > > make[2]: *** [Makefile:536:<br>
> > > > /the-path/cinelerra/cinelerra-5.1/cinelerra/../bin/cin] Error 1<br>
> > > > make[2]: Leaving directory<br>
> > '/the-path/cinelerra/cinelerra-5.1/cinelerra'<br>
> > > > make[1]: *** [Makefile:585: all-recursive] Error 1<br>
> > > > make[1]: Leaving directory '/the-path/cinelerra/cinelerra-5.1'<br>
> > > > make: *** [Makefile:532: all] Error 2<br>
> > > ><br>
> > > > Meaning, IMHO, the --disable-tiff is not honored. That appears to me<br>
> > like<br>
> > > > another bug, but I'm not an expert.<br>
> > > ><br>
> > > > And am a litte disoriented with all the errors the Cinelerra is now<br>
> > > > throwing at us :-) .<br>
> > > ><br>
> > ><br>
[...]<br>
> <br>
> i guess libtiff had some new dependency ..I tried to disable it in<br>
> thirdparty/Makefile like this:<br>
> <br>
> <br>
> git diff thirdparty/Makefile<br>
> diff --git a/cinelerra-5.1/thirdparty/Makefile<br>
> b/cinelerra-5.1/thirdparty/Makefile<br>
> index 4e952989..845c84f1 100644<br>
> --- a/cinelerra-5.1/thirdparty/Makefile<br>
> +++ b/cinelerra-5.1/thirdparty/Makefile<br>
> @@ -257,7 +257,7 @@ openexr.mak_vars?=true; \#<br>
>  opus.cfg_params?= --disable-extra-programs<br>
>  speech_tools.mak_params?=-j1<br>
>  tiff.cfg_vars+=LIBS+=" -lpthread"; autoreconf -ifv -I m4 && automake -caf;<br>
> -tiff.cfg_params+= --disable-libdeflate --enable-shared=no --disable-zstd<br>
> $(call if_pkg,libwebp,\<br>
> +tiff.cfg_params+= --disable-libdeflate --disable-lerc --enable-shared=no<br>
> --disable-zstd $(call if_pkg,libwebp,\<br>
>   --with-webp-include-dir=$(call pkg_incl,libwebp)\<br>
>   --with-webp-lib-dir=$(call pkg_libs,libwebp))\<br>
>   $(call if_npkg,libwebp,--disable-webp)<br>
> <br>
> <br>
> <br>
> basically add '--disable-lerc"  into tiff.cfg_params line<br>
> <br>
> let us know if this resolves compilation error ... and then if resulting<br>
> Cingg still can create various tiff files ...<br>
> <br>
Apology for long wait.<br>
<br>
Yes, that works. I have installed Cinelerra that I built and set it to do some<br>
work right away. It appears to work normally.<br>
<br>
How do I test it to create tiff files? Umhh... I rendered what I had opened to<br>
work on, chose a small selection and, yes, it did render in <that-work>.tiff.<br>
<br>
Thanks for this tiny diff that fixed it for me!<br>
<br>
I'll be back if there are more issues.<br>
<br>
Regards!<br>
<br>
-- <br>
Miroslav Rovis<br>
Zagreb, Croatia<br>
<a href="https://www.CroatiaFidelis.hr" rel="noreferrer noreferrer" target="_blank">https://www.CroatiaFidelis.hr</a><br>
my PGP-key:<br>
<a href="https://www.croatiafidelis.hr/FCF13245ED247DCE443855B7EA9884884FBAF0AE.asc" rel="noreferrer noreferrer" target="_blank">https://www.croatiafidelis.hr/FCF13245ED247DCE443855B7EA9884884FBAF0AE.asc</a><br>
</blockquote></div>