пн, 26 сент. 2022 г., 15:05 mat <mnieuw@zap.a2000.nl>:
>
Hi Andrew,

What OS did you use to compile it on the Orange Pi Lite?


this is not my personal experience, I just tried to condense talk we had at linux.org.ru forum.

I think last OS mentioned there was "Arch Linux ARM" and simple addition of armv7l case in guicast/Makefile along with previous arm8l fixed predictable build failure .... fix already in cingg git

thread
https://www.linux.org.ru/forum/linux-hardware/16959253?cid=16983577



I tried earlier this year to compile it on a Cortex-A7 based CPU
(Allwinner A20 2 core), the Orange PI lite has the 4 core version of
that. I used Debian, and it failed quickly.


you can try again with this reported  config

./configure \
    --prefix=/usr \
    --disable-libaom \
    --disable-libwebp \
    --disable-dav1d \
    --disable-static-build \
    --without-nv \
    --without-cuda \
    --with-exec-name=cinelerra-gg


and/or disable thirdparty build completely
 for speeding up test compile in guicast and 
cinelerra dirs


MatN