Error compiling FreeFileSync 11.17 on Ubuntu (20.04)

Get help for specific problems
User avatar
Posts: 18
Joined: 13 Mar 2021

xtradeb

Hi!

I'm unable to compile FreeFileSync 11.17 on Ubuntu (20.04). The previous version compiled fine.

This is the error I get:

mkdir -p /tmp/RealTimeSync_Make/ffs/src/rts/../../../wx+/
g++-10 -std=c++2a -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 -fpie `pkg-config --cflags gtk+-3.0` -isystem/usr/include/gtk-3.0 -c ../../../wx+/image_tools.cpp -o /tmp/RealTimeSync_Make/ffs/src/rts/../../../wx+/image_tools.cpp.o
application.cpp: In member function ‘virtual bool rts::Application::OnInit()’:
application.cpp:86:87: error: no match for call to ‘(rts::Application::OnInit()::<lambda(const wstring&)>) (wxString)’
86 | logInitError(e.toString() + "\n" "Loading GTK3\'s old CSS format instead...\n");
| ^
compilation terminated due to -Wfatal-errors.

You can find the full build log attached.

Can anyone help?

Thank you!
Jhonny Oliveira
https://xtradeb.net
Attachments
FreeFileSync_11.17_Build_on_Ubuntu_20.04.log
(165.21 KiB) Downloaded 47 times
User avatar
Site Admin
Posts: 7062
Joined: 9 Dec 2007

Zenju

Fixed! Thanks for the report. You may download the FFS 11.17 sources again.
User avatar
Posts: 18
Joined: 13 Mar 2021

xtradeb

Thank you! It works.