also, does this patch fix lv2 detection?
On Tuesday, April 12, 2022, Andrea paz <gamberucci.andrea@gmail.com> wrote:Normal build with thirdparty works without problems. Using
--without-thirdparty, there is an initial configure error that says it
can't find the lv2-headers (in my arch it seems that lv2-headers are
included in the lv2 package; I couldn't find any other reference). So
I used both --without-thirdparty and --without-lv2.
The build fails; I attach cin5.log and config.logg++ `cat x86_64/c_flags` -DMSGQUAL=fileffmpeg -c fileffmpeg.C -o x86_6g++ `cat x86_64/c_flags` -DMSGQUAL=fileflac -c fileflac.C -o x86_64/fig++ `cat x86_64/c_flags` -DMSGQUAL=fileformat -c fileformat.C -o x86_6In file included from filedpx.C:25:filedpx.h:29:10: fatal error: DPX.h: File o directory non esistente29 | #include "DPX.h"| ^~~~~~~compilation terminated.make[2]: *** [Makefile:585: x86_64/filedpx.o] Errore 1still need to abort on missing libdpx + no-thirdparty.... disable it please for now)
PS: I applied the patches without the need of --ignore-whitespace; it
works fine, thanks.