Search found 3 matches

by mbucas
03 Oct 2015, 14:31
Forum: Help
Topic: freefilesync-7.5 update fails on Gentoo Linux
Replies: 3
Views: 674

Re: freefilesync-7.5 update fails on Gentoo Linux

std::make_unique is a C++14 feature.
The gcc command line contains explicit "-std=c++11"

When I change this parameter in the Makefiles to "-std=c++14", using gcc 4.9.3, the build finishes correctly, and FreeFileSync works.

@zenju : Could you update the Makefiles with this option ?

Thanks
by mbucas
11 Feb 2015, 10:14
Forum: Help
Topic: Version 6.14 : Build from source fails with fatal error: folder_traverser.h: No such file or directory
Replies: 2
Views: 797

Version 6.14 : Build from source fails with fatal error: folder_traverser.h: No such file or directory

I'm trying to build on Gentoo Linux, from 6.14 sources.

I get this error :


../../../zen/dir_watcher.cpp:21:34: fatal error: folder_traverser.h: No such file or directory
#include "folder_traverser.h"
^
compilation terminated.
Makefile:48: recipe for target '../../Obj/RTS_GCC_Make_Release/ffs ...
by mbucas
20 Feb 2014, 20:40
Forum: General Discussion
Topic: FreeFileSync_6.2_Source.zip : missing zenxml files for compilation
Replies: 1
Views: 668

FreeFileSync_6.2_Source.zip : missing zenxml files for compilation

There are a few users under Gentoo that compile FreeFilesync themselves as you can see in https://bugs.gentoo.org/show_bug.cgi?id=376187

When using the ebuild, the compilation description for Gentoo, I had the following error message :

mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/
g++ -pthread ...