<div dir="ltr"><div class="gmail_default" style="font-size:small">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):</div><div class="gmail_default" style="font-size:small"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">[root@keystone cinelerra-5.1]# ./bld_own_appimage.sh <br>target = x86_64<br>configure script options are --with-single-user --with-booby --enable-static-build<br><a href="http://configure.ac:19">configure.ac:19</a>: installing 'cfg/compile'<br><a href="http://configure.ac:12">configure.ac:12</a>: installing 'cfg/install-sh'<br><a href="http://configure.ac:12">configure.ac:12</a>: installing 'cfg/missing'<br>Makefile.am: installing 'cfg/depcomp'<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for a thread-safe mkdir -p... /usr/bin/mkdir -p<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">checking whether make supports nested variables... yes<br>checking for g++... g++<br>checking whether the C++ compiler works... yes<br>checking for C++ compiler default output file name... a.out<br>checking for suffix of executables... <br>checking whether we are cross compiling... no<br>checking for suffix of object files... o<br>checking whether we are using the GNU C++ compiler... yes<br>checking whether g++ accepts -g... yes<br>checking whether make supports the include directive... yes (GNU style)<br>checking dependency style of g++... gcc3<br>checking for gcc... gcc<br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking for gcc option to accept ISO C89... none needed<br>checking whether gcc understands -c and -o together... yes<br>checking dependency style of gcc... gcc3<br>checking how to run the C preprocessor... gcc -E<br>checking how to run the C++ preprocessor... g++ -E<br>checking for grep that handles long lines and -e... /usr/bin/grep<br>checking for egrep... /usr/bin/grep -E<br>checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>checking for sys/stat.h... yeschecking for stdlib.h... yes<br>checking for string.h... yes<br>checking for memory.h... yes<br>checking for strings.h... yes<br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">checking for inttypes.h... yes<br>checking for stdint.h... yes<br>checking for unistd.h... yes<br>checking boost/filesystem.hpp usability... no<br>checking boost/filesystem.hpp presence... no<br>checking for boost/filesystem.hpp... no<br><b>configure: error: header is missing and required.</b><br>make: *** No targets specified and no makefile found.  Stop.<br>objcopy: 'makeappimage': No such file<br>mv: cannot stat 'makeappimage': No such file or directory<br>./bld_own_appimage.sh: line 60: tools/makeappimage: No such file or directory<br></blockquote></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Mar 25, 2022 at 4:34 AM M Nieuwenhoven via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Attached is a 7z file that allows CinelerraGG in AppImage format to be built on aarch64, as well as x86 64 and 32 bit.<br>
Ir replaces linuxdeploy which was used since we switched to AppImage format a year ago, but that is not available for non-x86 platforms.<br>
The new tool called makeappimage (800k) is built automatically when needed, and is a stripped-down version of linuxdeploy: its plugin-system has been removed, and the built system switched to the much simpler autotools (like CinGG itself). It is put in a new CinGG subdirectory calls tools (but for now this is the only tool :-) ).<br>
To install, place the .7z file in the cinelerra5/cinelerra directory, and do "7z x bld_own_appimage.7z " . To use it, use the included ./bld_own_appimgage.sh . Name of the script should be changed in the future to "bld_appimage.sh" if OK for all.<br>
Make sure the appimagetool for the platform is in your path, see the note in bld_own_appimage.sh .<br>
<br>
The script also changes the configure script options depending on the hardware it is running on. @Andrew_R, does it need extra things for termux?<br>
<br>
MatN-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div>