<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">вт, 23 авг. 2022 г., 14:34 Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I downloaded lcms2-2.13.1.tar.gz from<br>
<a href="https://github.com/mm2/Little-CMS/releases" rel="noreferrer noreferrer" target="_blank">https://github.com/mm2/Little-CMS/releases</a> and put it in<br>
.../thirdparty/src. Maybe tarball is no good? Where did you download<br>
it from?<br>
I applied 0005-add-lcms2-2.13.1-for-ffmpeg-5.1.patch without errors.<br>
I did the compilation and have a crash. I attach the cin5.log.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Oh, it seems I forgot lcms2 includes path ... Build probably worked for me due to system-wide install of lcms2 headers ....</div><div dir="auto"><br></div><div dir="auto">Try to add something like this in thirdparty/Makefile</div><div dir="auto"><br></div><div dir="auto">git diff thirdparty/Makefile</div><div dir="auto">diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile</div><div dir="auto">index ab08d7d6..2a01f58d 100644</div><div dir="auto">--- a/cinelerra-5.1/thirdparty/Makefile</div><div dir="auto">+++ b/cinelerra-5.1/thirdparty/Makefile</div><div dir="auto">@@ -161,6 +161,7 @@ ffmpeg.cfg_params= \</div><div dir="auto">                $(call inc_path,libvorbis) \</div><div dir="auto">                $(call inc_path,libtheora) \</div><div dir="auto">                $(call inc_path,libvpx) \</div><div dir="auto">+               $(call inc_path,lcms2) \</div><div dir="auto">                $(call inc_path,x264) \</div><div dir="auto">                $(call inc_path,x265)" \</div><div dir="auto">        --extra-cxxflags="-D__STDC_CONSTANT_MACROS" \</div><div dir="auto"><br></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">
<br>
<br>
PS: Whenever I compile, autogen.sh always produces a warning for me,<br>
even though everything then works normally. The warning is:<br>
<br>
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to <a href="http://configure.ac" rel="noreferrer noreferrer" target="_blank">configure.ac</a>,<br>
libtoolize: and rerunning libtoolize and aclocal.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">What will happen if you follow this suggestion?</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">
</blockquote></div></div></div>