Build issue on linux

Get help for specific problems
Posts: 58
Joined: 14 Aug 2022

daviank

Dear Zenju,

Build is failing on linux because it expects file zen/warn_static.h which doesn't exist anymore. (14.7 & 14.8)
g++ -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 -DNDEBUG `wx-config --version=3.2 --cxxflags --debug=no` -pthread `pkgconf --cflags openssl` `pkgconf --cflags libcurl` `pkgconf --cflags libidn2` `pkgconf --cflags libssh2` `pkgconf --cflags gtk+-3.0` -isystem/usr/include/gtk-3.0 `pkgconf --cflags libselinux` -DHAVE_SELINUX `pkgconf --cflags zlib` -c ffs_paths.cpp -o /tmp/FreeFileSync_Make/ffs/src/ffs_paths.cpp.o
<command-line>: fatal error: zen/warn_static.h: No such file or directory
Could you please fix this in your sources?

Thanks.
User avatar
Site Admin
Posts: 7523
Joined: 9 Dec 2007

Zenju

Thanks, fixed!
Posts: 58
Joined: 14 Aug 2022

daviank

Thank you!
Posts: 5
Joined: 21 Sep 2025

tee

You need to bump the version number with every new release however minor, otherwise this causes problems for package maintainers downstream.