Thank you a lot for your help.
Unfortunatly, I didn't success yet.
I did the following commands (see below) :
- Code: Select all
[gjj@localhost Source]$ urpmf boost/thread.hpp | sort
ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/x86_64/media/core/updates/media_info/20140208-193337-files.xml.lzma
ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/x86_64/media/nonfree/updates/media_info/20140208-193441-files.xml.lzma
ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/x86_64/media/tainted/updates/media_info/20140208-193706-files.xml.lzma
ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/i586/media/core/updates/media_info/20140208-193238-files.xml.lzma
ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/i586/media/nonfree/updates/media_info/20140208-193440-files.xml.lzma
rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/x86_64/media/core/updates/media_info/20140208-193337-files.xml.lzma
rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/x86_64/media/nonfree/updates/media_info/20140208-193441-files.xml.lzma
rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/x86_64/media/tainted/release/media_info/20130518-182058-files.xml.lzma
rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/x86_64/media/tainted/updates/media_info/20140208-193706-files.xml.lzma
rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/i586/media/core/updates/media_info/20140208-193238-files.xml.lzma
rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/i586/media/nonfree/updates/media_info/20140208-193440-files.xml.lzma
rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/x86_64/media/core/updates/media_info/20140208-193337-files.xml.lzma
rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/x86_64/media/nonfree/updates/media_info/20140208-193441-files.xml.lzma
rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/i586/media/core/updates/media_info/20140208-193238-files.xml.lzma
rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/i586/media/nonfree/release/media_info/20130518-182035-files.xml.lzma
rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/i586/media/nonfree/updates/media_info/20140208-193440-files.xml.lzma
lib64boost-devel:/usr/include/boost/thread.hpp
lib64boost-devel:/usr/include/boost/thread.hpp
libboost-devel:/usr/include/boost/thread.hpp
libboost-devel:/usr/include/boost/thread.hpp
[gjj@localhost Source]$ urpmf bin/wx-config | sort
lib64wxgtku2.8-devel:/usr/bin/wx-config
lib64wxgtku2.8-devel:/usr/bin/wx-config
libwxgtku2.8-devel:/usr/bin/wx-config
libwxgtku2.8-devel:/usr/bin/wx-config
[gjj@localhost Source]$
then I compile with my login (no root):
- Code: Select all
[gjj@localhost Source]$ pwd
/home/gjj/Téléchargements/FreeFileSync_all/telechargement/FreeFileSync_6.1_Source/FreeFileSync/Source
[gjj@localhost Source]$ make FreeFileSync
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/gjj/Desktop/boost `/home/gjj/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/gjj/Desktop/wxWidgets/lib/release/bin/wx-config: Aucun fichier ou dossier de ce type
In file included from algorithm.cpp:14:0:
../../zen/thread.h:29:28: erreur fatale: boost/thread.hpp : Aucun fichier ou dossier de ce type
compilation terminée.
make: *** [../Obj/FFS_GCC_Make_Release/ffs/src/algorithm.o] Erreur 1
[gjj@localhost Source]$ make clean
rm -rf ../Obj/FFS_GCC_Make_Release
rm -f ../Build/FreeFileSync
rm -f ../../wx+/pch.h.gch
[gjj@localhost Source]$ make
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/gjj/Desktop/boost `/home/gjj/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/gjj/Desktop/wxWidgets/lib/release/bin/wx-config: Aucun fichier ou dossier de ce type
In file included from algorithm.cpp:14:0:
../../zen/thread.h:29:28: erreur fatale: boost/thread.hpp : Aucun fichier ou dossier de ce type
compilation terminée.
make: *** [../Obj/FFS_GCC_Make_Release/ffs/src/algorithm.o] Erreur 1
[gjj@localhost Source]$ sudo make
[sudo] password for gjj:
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/root/Desktop/boost `/root/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: /root/Desktop/wxWidgets/lib/release/bin/wx-config: Aucun fichier ou dossier de ce type
In file included from algorithm.cpp:14:0:
../../zen/thread.h:29:28: erreur fatale: boost/thread.hpp : Aucun fichier ou dossier de ce type
compilation terminée.
make: *** [../Obj/FFS_GCC_Make_Release/ffs/src/algorithm.o] Erreur 1
[gjj@localhost Source]$
I have still the lack of boost/thread.hpp and wx-config files
remember it is x86-64 Mageia 3 distrib (not I586)!
note I am not very familiar with urpmf and so in terminal mode.
the Freefilesync version 5.10 wich doesn't work as explained at the beginning was dowloaded with rpmdrake
I expect your next advices
Thanks