<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Andrew, <br></div><div class="gmail_default" style="font-size:small">Your research is helpful as it is something we do not have time to do.  I am going to try to summarize some of your suggestions and add that to the manual.  That way we can have BOTH the stable builds for the users AND provide good suggestions for the more computer savvy users who do their own builds.  For example, if someone wants to build the latest dav1d because of the significant speedup in 10/12 bit decoding on ARMv8 cpu-s (up to 2.5 times faster than version 0.5.2) and optimizations on all platforms, they can upgrade their NASM and do so.  <br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">It is so easy to keep the manual updated now that it is in Latex so I can incorporate your discoveries as they become relevant or obsolete.   So when you find something interesting and pertinent to Cinelerra, keep passing it along!  gg/Phyllis<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Mar 20, 2020 at 8:43 AM Andrew Randrianasulu <<a href="mailto:randrianasulu@gmail.com">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"><br>
<br>
I just added AX_CXX_COMPILE_STDCXX_11<br>
into <a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a>, and now, ./configure prints:<br>
<br>
<br>
checking whether g++ supports C++11 features by default... no<br>
checking whether g++ supports C++11 features with -std=gnu++11... yes<br>
<br>
found  this tip via stackoverfolw, and then gnu site:<br>
<a href="https://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx_11.html" rel="noreferrer" target="_blank">https://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx_11.html</a><br>
<br>
on debian you might want to install autoconf-archive ... or at least some says so:<br>
<a href="https://stackoverflow.com/questions/11909347/autotools-check-for-c11" rel="noreferrer" target="_blank">https://stackoverflow.com/questions/11909347/autotools-check-for-c11</a><br>
<br>
"To get it to work, I also installed autoconf-archive ..[...]"<br>
<br>
so, at the end of config.log it says:<br>
<br>
CXXFLAGS='-g -O2 -std=gnu++11' but I haven't tested this yet <br>
I forgot to re-add this png_set_swap thing, so I better to do some other tests<br>
before yet another rebuild :}<br>
<br>
just in case:<br>
<a href="https://gcc.gnu.org/projects/cxx-status.html" rel="noreferrer" target="_blank">https://gcc.gnu.org/projects/cxx-status.html</a><br>
<br>
C++11 Support in GCC<br>
GCC 4.8.1 was the first feature-complete implementation of the 2011 C++ standard, previously known as C++0x.<br>
This mode can be selected with the -std=c++11 command-line flag, or -std=gnu++11 to enable GNU extensions as well.<br>
<br>
C++14 Support in GCC<br>
GCC has full support for the previous revision of the C++ standard, which was published in 2014.<br>
This mode is the default in GCC 6.1 and above; it can be explicitly selected with the -std=c++14 <br>
command-line flag, or -std=gnu++14 to enable GNU extensions as well.<br>
<br>
because new OpenEXR compiles with gcc 5.5.0 as in Slackware 14.2 I assume support for  this c++14<br>
mode was complete enough for  this library even in late gcc 5.x (see tables at link above)<br>
<br>
Thing is, failing whole Cin build due to one embedded library probably not best thing to do ...<br>
so, just set building new OpenEXR to No in one specific case, when compiler has no support  for c++11 at all?<br>
<br>
Apparently, static libraries have both advantages (less dependencies for run time) and disadvantages <br>
(if you hit bug in statically-linked lib you are forced to rebuild whole thing anyway)<br>
<br>
By the way, I think current README in root of Cinelerra source tree explain situation fairly well.<br>
Just for making software BOTH feature complete and  runnable on old distros/cpus someone <br>
has to put some effort .... I hope my little researches help  more than hurt.<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div></div>