FTBFS for 12.5

Get help for specific problems
Posts: 306
Joined: 7 Jan 2018

bgstack15

Hello Zenju,

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'
Would you please provide extra_log.h or provide direction as to if I can omit this include statement?
User avatar
Posts: 18
Joined: 13 Mar 2021

xtradeb

Just to add, that this is also happening on Ubuntu 23.04.
User avatar
Site Admin
Posts: 7052
Joined: 9 Dec 2007

Zenju

Fixed! Official source zip has been updated.
User avatar
Posts: 18
Joined: 13 Mar 2021

xtradeb

I confirm the problem is solved.
Posts: 306
Joined: 7 Jan 2018

bgstack15

Thanks, Zenju!