While building version 10.5 from source in Manjaro Linux (Arch Linux derivative), I get the following error:
cp: cannot stat '../Build/User Manual.pdf': No such file or directory
Because the file is not critical to build or operate FreeFileSync, will the FreeFileSync 10.5 source be updated to ...
Search found 9 matches
- 11 Oct 2018, 21:11
- Forum: Help
- Topic: File missing from FreeFileSync source
- Replies: 0
- Views: 212
- 03 Jun 2018, 22:03
- Forum: Help
- Topic: Can't build 10.1 from source
- Replies: 2
- Views: 404
Re: Can't build 10.1 from source
It builds now, thank you for the quick turnaround.
- 03 Jun 2018, 14:53
- Forum: Help
- Topic: Can't build 10.1 from source
- Replies: 2
- Views: 404
Can't build 10.1 from source
While building version 10.1 from source in Manjaro Linux (Arch Linux derivative), I first got the following error:
<command-line>: note: this is the location of the previous definition
fs/native.cpp:17:10: fatal error: concrete_impl.h: No such file or directory
#include "concrete_impl.h ...
<command-line>: note: this is the location of the previous definition
fs/native.cpp:17:10: fatal error: concrete_impl.h: No such file or directory
#include "concrete_impl.h ...
- 20 Mar 2018, 22:09
- Forum: Help
- Topic: Error while compiling version 9.9
- Replies: 15
- Views: 2352
Re: Error while compiling version 9.9
Not a problem. ^^
- 19 Mar 2018, 00:32
- Forum: Help
- Topic: Error while compiling version 9.9
- Replies: 15
- Views: 2352
Re: Error while compiling version 9.9
After looking through that output, I isolated this from the last mention of it (there's a couple earlier iterations):
-redhat-linux-gnu/Source/WebKit/tmp-introspectqM2R2q/WebKit2-4.0: hidden symbol `__divmodti4' in /usr/lib/gcc/x86_64-redhat-linux/7/libgcc.a(_divmoddi4.o) is referenced by DSO
and ...
-redhat-linux-gnu/Source/WebKit/tmp-introspectqM2R2q/WebKit2-4.0: hidden symbol `__divmodti4' in /usr/lib/gcc/x86_64-redhat-linux/7/libgcc.a(_divmoddi4.o) is referenced by DSO
and ...
- 16 Mar 2018, 12:14
- Forum: Help
- Topic: Error while compiling version 9.9
- Replies: 15
- Views: 2352
Re: Error while compiling version 9.9
It was added in 9.9 as it did not appear in 9.8, but there may be other things from wxgtk 3.1.x besides ForcedUpper that it needs to either build or function - there's a lot of things I'm looking at since I'm the AUR maintainer for FreeFileSync, but I'll see how much that changes things when I get ...
- 11 Mar 2018, 18:24
- Forum: Help
- Topic: Error while compiling version 9.9
- Replies: 15
- Views: 2352
Re: Error while compiling version 9.9
It does seem like i'm using the same version.
[nori@i3rd ~]$ ls /usr/lib64/ | grep libwebkit2gtk
libwebkit2gtk-4.0.so
libwebkit2gtk-4.0.so.37
libwebkit2gtk-4.0.so.37.24.9
One thing I did find was that I had to add
CPP_LIST+=../../xBRZ/src/xbrz.cpp
to /FreeFileSync/Source/Makefile (as suggested ...
[nori@i3rd ~]$ ls /usr/lib64/ | grep libwebkit2gtk
libwebkit2gtk-4.0.so
libwebkit2gtk-4.0.so.37
libwebkit2gtk-4.0.so.37.24.9
One thing I did find was that I had to add
CPP_LIST+=../../xBRZ/src/xbrz.cpp
to /FreeFileSync/Source/Makefile (as suggested ...
- 11 Mar 2018, 14:52
- Forum: Help
- Topic: Error while compiling version 9.9
- Replies: 15
- Views: 2352
Re: Error while compiling version 9.9
After doing both of the above (adding the xBRZ files into the appropriate directory and adding xbrz.cpp to the Makefiles) I was able to successfully compile FreeFileSync. Thanks for the help! ^^
I still wonder if Zenju meant to add xBRZ into FreeFileSync's source zip before releasing it.
I still wonder if Zenju meant to add xBRZ into FreeFileSync's source zip before releasing it.
- 10 Mar 2018, 02:22
- Forum: Help
- Topic: Error while compiling version 9.9
- Replies: 15
- Views: 2352
Error while compiling version 9.9
While building version 9.9 from source in Manjaro Linux (Arch Linux derivative), I get the following error:
mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/../../wx+/
g++ -std=c++14 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -Wall -D"warn_static(arg)= " -O3 -DNDEBUG ...
mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/../../wx+/
g++ -std=c++14 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -Wall -D"warn_static(arg)= " -O3 -DNDEBUG ...