Will do. Discovered while trying on BSD which also uses clang: in libthread configure.ac the following lines need to be added:
AC_LANG([C++]) AC_LANG([C]) AC_PROG_CXX else it does not pick up clang. What is libtreah for? It was not there a copule of months ago. MatN On Wed, 27 Jul 2022 23:59:10 +0300 Andrew Randrianasulu <[email protected]> wrote: > ср, 27 июл. 2022 г., 12:33 mnieuw--- via Cin > <[email protected]>: > > > I have successfully build an AppImage with the below libaom and > > libvpx versions on: > > - X86_64, Fedora 36. > > - aarch64, Debian 11, in qemu 6.2 on Fedora 36 > > - aarch64, Fedora 35, in qemu 6.2 on Fedora 36 > > > > They all start in the VM without errors in the terminal, have not > > tested any functionality. All straight from the git (approx 1200 > > UTC 20220727) without any changes. > > I lack actual hardware to test the aarch64 CinGG on. > > > > > > ====== > > > > > can you also check static aarch64 compilation with clang as c/c++ > compiler? > > > > > > > > > > > MatN > > > > On Mon, 25 Jul 2022 14:46:00 -0600 > > Phyllis Smith via Cin <[email protected]> wrote: > > > > > As Andrew provided patch updates and I checked on older versions > > > of O/S (Ubuntu 16 and 32-bit Debian 9.1) the following have been > > > updated: > > > > > > libaom-v3.4.0 (from v3.2.0) > > > libvpx-1.12.0 (from 1.11.0) > > > > > -- > > Cin mailing list > > [email protected] > > https://lists.cinelerra-gg.org/mailman/listinfo/cin > > -- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

