Search found 35 matches

by daviank
07 Oct 2022, 17:22
Forum: Help
Topic: 11.26 - compilation issue - afs/sftp.cpp:1062:60: error: expected ')' before '}' token
Replies: 1
Views: 202

11.26 - compilation issue - afs/sftp.cpp:1062:60: error: expected ')' before '}' token

Seems there is an issue while building from the sources of 11.26 BTW, any plan to sign your releases as described here ? afs/sftp.cpp:1062:60: error: expected ')' before '}' token 1062 | const std::string_view sftpItemName{(buf.data(), rc}; | ~ ^ | ) Possible fix: --- a/FreeFileSync/Source/afs/sftp....
by daviank
19 Aug 2022, 08:07
Forum: Help
Topic: Sign your releases
Replies: 4
Views: 464

Sign your releases

Dear zenju, Would you please cryptographically sign the download files (binaries and sources), for example with a PGP key, and provide the signature in an additional download file suffixed by any of these usual suffixes: asc, gpg, pgp, sig and sign? For example: https://freefilesync.org/download/Fre...
by daviank
15 Aug 2022, 17:29
Forum: Help
Topic: Problem compiling 11.14
Replies: 3
Views: 758

Re: Problem compiling 11.14

Preprocessor output for `::g_object_ref(gicon); ` is: ::((typename std::remove_reference<decltype (gicon)>::type) (g_object_ref) (gicon)); Since commit https://gitlab.gnome.org/GNOME/glib/-/commit/5b2bee3f539056b42c802608f9f00cc9ddd64b79 that is shipped starting from glib 2.67.0, the macro g_object_...
by daviank
15 Aug 2022, 07:24
Forum: Help
Topic: Compilation error: cannot convert 'std::basic_string_view<char>' to 'const key_type&' {aka 'const zen::Zbase<char>
Replies: 1
Views: 327

Re: Compilation error: cannot convert 'std::basic_string_view<char>' to 'const key_type&' {aka 'const zen::Zbase<char>

Would this be a correct workaround? --- freefilesync-11.23.orig/FreeFileSync/Source/base/path_filter.cpp +++ freefilesync-11.23/FreeFileSync/Source/base/path_filter.cpp @@ -216,7 +216,9 @@ bool NameFilter::MaskMatcher::matches(co { sepPos = std::find(sepPos, pathLast, FILE_NAME_SEPARATOR); - if (rel...
by daviank
14 Aug 2022, 20:56
Forum: Help
Topic: Compilation error: cannot convert 'std::basic_string_view<char>' to 'const key_type&' {aka 'const zen::Zbase<char>
Replies: 1
Views: 327

Compilation error: cannot convert 'std::basic_string_view<char>' to 'const key_type&' {aka 'const zen::Zbase<char>

Hello, Could you please help to workaround this compilation error with g++-10? It's the only remaining one, and I'm struggling with it. Looks like it would need a conversion, but I'm not at ease enough with C++. base/path_filter.cpp:219:46: error: cannot convert 'std::basic_string_view<char>' to 'co...