I try to compile and install FreeFileSync 6.4 on fredora 20 64b and I have a problem.
I installed the last version of wxWidgets (3.0).
When I compile I have this error (sorry, in french) :
mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/
g++ -pthread -std=c++11 -Wall -pipe -O3 -DNDEBUG -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -DZEN_LINUX `pkg-config --cflags gtk+-2.0` -I/home/victorien/Desktop/boost `/home/victorien/Desktop/wxWidgets/lib/release/bin/wx-config --cxxflags --debug=no --static=yes` -c algorithm.cpp -o ../Obj/FFS_GCC_Make_Release/ffs/src/algorithm.o
/bin/sh: /home/victorien/Desktop/wxWidgets/lib/release/bin/wx-config: Aucun fichier ou dossier de ce type
In file included from algorithm.cpp:15:0:
../../wx+/image_resources.h:10:23: erreur fatale: wx/bitmap.h : Aucun fichier ou dossier de ce type
#include <wx/bitmap.h>
^
compilation terminée.
make: *** [../Obj/FFS_GCC_Make_Release/ffs/src/algorithm.o] Erreur 1