MatN, I have not been able to figure out what is wrong. See error below (from running bld_own_appimage.sh with the compiling of CinGG being commented out as it was already done several times):
[root@keystone cinelerra-5.1]# ./bld_own_appimage.sh
target = x86_64
configure script options are --with-single-user --with-booby --enable-static-build
configure.ac:19: installing 'cfg/compile'
configure.ac:12: installing 'cfg/install-sh'
configure.ac:12: installing 'cfg/missing'
Makefile.am: installing 'cfg/depcomp'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yeschecking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking boost/filesystem.hpp usability... no
checking boost/filesystem.hpp presence... no
checking for boost/filesystem.hpp... no
configure: error: header is missing and required.
make: *** No targets specified and no makefile found. Stop.
objcopy: 'makeappimage': No such file
mv: cannot stat 'makeappimage': No such file or directory
./bld_own_appimage.sh: line 60: tools/makeappimage: No such file or directory