Errors for information purposes I am communicating this to you for information purposes, since the unresolved errors refer to VST3 and CLAP, which plugins usually have versions in formats that I have been able to compile. __LV2 Installing lv2-dev from KxStudio gave an error. With the MX version it worked correctly. I think the error is related to this: https://discourse.ardour.org/t/problem-compiling-7-4/108697/9 Remote dependencies (.gitmodules): __VST3 With: cmake -B build CMake Error at src/CMakeLists.txt:364 (add_executable): Cannot find source file: /home/.../qtractor-tests/src/vst3/base/source/baseiids.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc I disable the VST3 option, do "cmake -B build" again this time it seems correct. ___CLAP Now with: cmake --build build /home/ccs/qtractor-tests/src/qtractorClapPlugin.cpp:33:10: fatal error: clap/clap.h: No such file or directory 33 | #include | Will the fact that they are remote dependencies have anything to do with it? Reply
I am communicating this to you for information purposes, since the unresolved errors refer to VST3 and CLAP, which plugins usually have versions in formats that I have been able to compile.
__LV2
Installing lv2-dev from KxStudio gave an error.
With the MX version it worked correctly. I think the error is related to this:
https://discourse.ardour.org/t/problem-compiling-7-4/108697/9
Remote dependencies (.gitmodules):
__VST3
With: cmake -B build
I disable the VST3 option, do "cmake -B build" again this time it seems correct.
___CLAP
Now with: cmake --build build
Will the fact that they are remote dependencies have anything to do with it?