On Tuesday, April 12, 2022, Andrea paz <[email protected]> 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.log
g++ `cat x86_64/c_flags` -DMSGQUAL=fileffmpeg -c fileffmpeg.C -o x86_6 g++ `cat x86_64/c_flags` -DMSGQUAL=fileflac -c fileflac.C -o x86_64/fi g++ `cat x86_64/c_flags` -DMSGQUAL=fileformat -c fileformat.C -o x86_6 In file included from filedpx.C:25: filedpx.h:29:10: fatal error: DPX.h: File o directory non esistente 29 | #include "DPX.h" | ^~~~~~~ compilation terminated. make[2]: *** [Makefile:585: x86_64/filedpx.o] Errore 1 still 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.