also, does this patch fix lv2 detection? <div><br></div><div><br></div><div>--- a/cinelerra-5.1/<a href="http://configure.ac">configure.ac</a> </div><div> +++ b/cinelerra-5.1/<a href="http://configure.ac">configure.ac</a></div><div>@@ -801,10 +801,10 @@ CHECK_WANT([LV2], [auto], [use lv2], [             CHECK_LIB([sord], [sord-0], [sord_world_new])</div><div>  CHECK_LIB([serd], [serd-0], [serd_reader_new])                         CHECK_LIB([sratom], [sratom-0], [sratom_new])</div><div>- CFLAGS="-I/usr/include/lilv-0 -I/usr/local/include/lilv-0" </div><div> + CFLAGS="-I/usr/include/lilv-0 -I/usr/local/include/lilv-0 `pkg-config --cflags lilv-0`" </div><div> CHECK_HEADERS([lv2], [lilv headers], [lilv/lilv.h])</div><div>  CHECK_LIB([suil], [suil-0], [suil_instance_new]) </div><div> - CFLAGS="-I/usr/include/suil-0 -I/usr/local/include/suil-0"</div><div>+ CFLAGS="-I/usr/include/suil-0 -I/usr/local/include/suil-0 `pkg-config --cflags  suil-0`"</div><div>  CHECK_HEADERS([lv2], [suil headers], [suil/suil.h])                    CFLAGS="$saved_CFLAGS"])</div><div> # have all or none                                                    $</div><div><br></div><div><br></div><div>ah.. basically add `pkg-config --cflags lilv-0` and same for suil-0 into relevant lines in <a href="http://configure.ac">configure.ac</a> and autogen it again? </div><div><br></div><div><br><br>On Tuesday, April 12, 2022, Andrew Randrianasulu <<a href="mailto:randrianasulu@gmail.com">randrianasulu@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br><br>On Tuesday, April 12, 2022, Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com" target="_blank">gamberucci.andrea@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Normal build with thirdparty works without problems. Using<br>
--without-thirdparty, there is an initial configure error that says it<br>
can't find the lv2-headers (in my arch it seems that lv2-headers are<br>
included in the lv2 package; I couldn't find any other reference). So<br>
I used both --without-thirdparty and --without-lv2.<br>
The build fails; I attach cin5.log and config.log</blockquote><div><br></div><div><br></div><div>g++ `cat x86_64/c_flags`  -DMSGQUAL=fileffmpeg -c fileffmpeg.C -o x86_6</div><div>g++ `cat x86_64/c_flags`  -DMSGQUAL=fileflac -c fileflac.C -o x86_64/fi</div><div>g++ `cat x86_64/c_flags`  -DMSGQUAL=fileformat -c fileformat.C -o x86_6</div><div>In file included from filedpx.C:25:</div><div>filedpx.h:29:10: fatal error: DPX.h: File o directory non esistente</div><div>   29 | #include "DPX.h"</div><div>      |          ^~~~~~~</div><div>compilation terminated.</div><div>make[2]: *** [Makefile:585: x86_64/filedpx.o] Errore 1 </div><div><br></div><div><br></div><div><br></div><div>still need to abort on missing libdpx + no-thirdparty.... disable it please for now) </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
PS: I applied the patches without the need of --ignore-whitespace; it<br>
works fine, thanks.<br>
</blockquote>
</blockquote></div>