Andrew, building on my backup laptop (instead of my standard), I have 525 new error messages in the log file like:
/mnt0_new/cin5/cinelerra-5.1/plugins/../guicast/errorbox.h:35:14: note: by ‘void ErrorBox::create_objects(const char*)’
This is quite concerning but I have not actually reviewed the 3 patches yet, but assume it is the guicast one.
patch for guicast/Makefile was adding python3.12 (something pkgin added as dependency while I fetched usual suspects like inkscape, gimp, okular ...)
What OS/compiler you have on this laptop?
line 35 in guicast/errorbox.h is just
void create_objects(const char *text);
unchanged by me ....
Currently from that system
I still need to set
export LD_LIBRARY_PATH="/usr/pkg/lib/ffmpeg6"
and set audio output to oss - > /dev/audio but it seems to work.
Can you check them by building on Linux? :)