On 12/3/25 4:07 AM, Andrew Randrianasulu wrote:
truncates the function and causes a compilation failure. It should be moved to line 251.
Ah, thanks. Will fix and send fix to mail list.
there should be ./autogen.sh for this ...
I manually edited the file before sending last email, so if patch is valid then push it to git, but I still don't have a working build. additional issues are 1) libdxp is extremely obscure and I'm using system libraries so I manually installed it in /usr/local. However the cinelerra build system is having trouble with it when linked as a system lib. the class inheritance breaks at linking because it cannot find the InStream base class. I've since removed it from the build with --without-libdpx 2) Im on plugins now and cuda doesn't seems to be well supported. It still refers to unsupported compute levels, and there are missing includes required to build the cuda plugins. I doubt anyone is using it so I'd suggest removal of cuda options until it is better debugged. --- OK so I can build but "make install" fails now with test ! -f db/utils/new_db || cp -a db/utils/new_db "bin/cin_db" cd bin; /6TB/storage/programming/cingg/cinelerra-5.1/inst.sh "/sharebin/cingg2511/bin" \ zmpeg3{cc2txt,ifochk} cd bin; /6TB/storage/programming/cingg/cinelerra-5.1/inst.sh "/sharebin/cingg2511/lib/cin" \ hveg2enc mpeg2enc mplex mplexlo *** Error - inst.sh mpeg2enc in /sharebin/cingg2511/lib/cin failed. make: *** [Makefile:1081: zmp_install] Error 1 rprowel@files:~/programming/cingg/cinelerra-5.1$ ll /usr/bin/mpeg2enc -rwxr-xr-x 1 root root 49744 Oct 29 2024 /usr/bin/mpeg2enc I suppose this would be less of a problem if it were at the end of the installation procedure but considering the plugins aren't installed at that point, it is broken.