Den 20.09.2024 23:36, skrev Terje J. Hanssen:


Den 20.09.2024 22:08, skrev Andrew Randrianasulu:
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.

My attempt:

# mv 0001-Fix-build-in-makeappimage-for-boost-1.85.patch /home/cinelerra/cinelerra-5.1
# cd /home/cinelerra/cinelerra-5.1
# git am /home/cinelerra/cinelerra-5.1/0001-Fix-build-in-makeappimage-for-boost-1.85.patch
Applying: Fix build in makeappimage for boost 1.85

Then continue on the first thread

Thanks for the patch:

# mv 0002-makeappimage-tool-add-algorithm-incl-into-core.cpp.patch  /home/cinelerra/cinelerra-5.1
# cd /home/cinelerra/cinelerra-5.1
# git am 0002-makeappimage-tool-add-algorithm-incl-into-core.cpp.patch
Applying: makeappimage tool: add <algorithm> incl into core.cpp

 I continue on the first thread further again.