I am trying to compile 12.5 on Devuan GNU+Linux as always, I get this error:
g++-12 -std=c++23 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -Wall -Wfatal-errors -Wmissing-include-dirs -Wswitch-enum -Wcast-align -Wnon-virtual-dtor -Wno-unused-function -Wshadow -Wno-maybe-uninitialized -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -pthread `pkg-config --cflags openssl` `pkg-config --cflags libcurl` `pkg-config --cflags libssh2` `pkg-config --cflags gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkg-config --cflags libselinux` -DHAVE_SELINUX -c application.cpp -o /tmp/FreeFileSync_Make/ffs/src/application.cpp.o
In file included from ../../zen/file_error.h:10,
from ../../zen/file_access.h:12,
from config.h:11,
from application.h:13,
from application.cpp:7:
../../zen/sys_error.h:13:10: fatal error: extra_log.h: No such file or directory
13 | #include "extra_log.h" //
| ^~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:135: /tmp/FreeFileSync_Make/ffs/src/application.cpp.o] Error 1
make: Leaving directory '/usr/src/freefilesync/12.5-1/FreeFileSync/Source'