try also this patch on top of first one? пт, 20 сент. 2024 г., 23:08 Andrew Randrianasulu <[email protected]>:
> using > > > https://github.com/monero-project/monero/pull/9305/commits/de9c461a98f5e1fe3d428222f4917991a74c4b8f > > as example. > > you can try to apply patch with "git am path_to_patch_file" command > > it hopefully also works with older boost versions. > > I tested on termux, where boost at 1.83.0 level and it compiles and shows > help info. >
From 68241bf2431be0f4c16831065777b66f30390bc5 Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu <[email protected]> Date: Sat, 21 Sep 2024 05:59:44 +0300 Subject: [PATCH 2/2] makeappimage tool: add <algorithm> incl into core.cpp --- cinelerra-5.1/tools/makeappimagetool/core.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cinelerra-5.1/tools/makeappimagetool/core.cpp b/cinelerra-5.1/tools/makeappimagetool/core.cpp index 07320389..3173e810 100644 --- a/cinelerra-5.1/tools/makeappimagetool/core.cpp +++ b/cinelerra-5.1/tools/makeappimagetool/core.cpp @@ -1,3 +1,4 @@ +#include <algorithm> #include <iostream> #include <boost/filesystem/path.hpp> -- 2.46.1
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

