<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><b>Miroslav,</b></div><div class="gmail_default" style="font-size:small">Just some minor commentary follows.<br></div><div class="gmail_default" style="font-size:small">(1) first about "disable-tiff" after next quote.</div><div class="gmail_default" style="font-size:small">(2) second below that about "usefullness"<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">
> And I do have now:<br>
> <br>
>   static                  openExr<br>
>   static                  openexr<br>
>   forced                  openjpeg<br>
<b>>   disabled                tiff</b><br>
>   forced                  twolame<br>
>   forced                  x264<br>
>   forced                  x265<br>
>   static                  libvpx<br>
> <br>
> in my  cinelerra_configure--with-single-user--disable-tiff_220914_1448 .<br><span class="gmail_default" style="font-size:small">...</span><br>
So I attach now:<br>
cinelerra_make_220914_1451.xz<br>
<br>
which ends like this:<br>
<br>
g++ -o /the-path/cinelerra/cinelerra-5.1/cinelerra/../bin/cin `cat x86_64/objs`<br>
/usr/bin/ld: warning: x86_64/theme_data.o: missing .note.GNU-stack section implies executable stack<br>
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker<br>
/usr/bin/ld: x86_64/filetiff.o: in function `FileTIFF::write_frame(VFrame*, VFrame*, FrameWriterUnit*)':<br><span class="gmail_default" style="font-size:small">...</span><br>
/usr/bin/ld: x86_64/filetiff.o: in function `FileTIFF::read_frame_header(char*)':<br>
/the-path/cinelerra/cinelerra-5.1/cinelerra/filetiff.C:152: undefined reference to `TIFFOpen'<br>
/usr/bin/ld: /the-path/cinelerra/cinelerra-5.1/cinelerra/filetiff.C:159: undefined reference to `TIFFGetField'<br><span class="gmail_default" style="font-size:small">...</span><br>
make[2]: *** [Makefile:536: /the-path/cinelerra/cinelerra-5.1/cinelerra/../bin/cin] Error 1<br>
make[2]: Leaving directory '/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,<b> the --disable-tiff is not honored. That appears to me like another bug</b>, but I'm not an expert.<br></blockquote><div><span class="gmail_default" style="font-size:small"></span></div><div><span class="gmail_default" style="font-size:small">(1) Explanation why this is not a bug:</span></div><div><span class="gmail_default" style="font-size:small">The "disable" parameter is used solely to disable Cinelerra's thirdparty library build</span> <span class="gmail_default" style="font-size:small">where this library exists in Cinelerra's thirdparty/src directory (in this case was 4.3.0) when building "single-user" mode.  This gives the user control to use the system version library instead (which in your case is 4.4.0) and which was used and led to the errors probably still because of "lerc".  Although this allows the user to use possibly a more updated system library version, it also just leads to errors when patches necessary for Cinelerra are then missed if needed.  Not sure what happens when there is no system tiff library version because I did not want to deinstall it because of all the other software I have installed that needs it.</span></div><div><span class="gmail_default" style="font-size:small"><br></span></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><span class="gmail_default" style="font-size:small">thanks for letting us know our build system still not realworld proof .....<br>Thank you guys for the great libre program! <b>(And I'm happy to be useful.)</b><br></span></div></blockquote><div><br></div><div style="font-size:small" class="gmail_default">(2) YES!  The feedback you provide is very useful to us!  If you just build from GIT every few months, it helps to find exactly this kind of problem that we miss.<br></div></div></div>