Is there a general guide of how to compile the source code of FFS ?
Is the source code released for windows ? If not which OS ?
I tried to compile it with mingw64 boundled with msys2 for windows but failed.
However, I still want to do it.
Search found 3 matches
- 23 Jun 2022, 09:47
- Forum: General Discussion
- Topic: Is there a guide of how to compile the source code ?
- Replies: 3
- Views: 1965
- 22 Jun 2022, 14:04
- Forum: Help
- Topic: Compiling error on windows
- Replies: 1
- Views: 744
Re: Compiling error on windows
I tried some modifications. Something still went wrong.
../../zen/guid.h:58:59: error: 'O_CLOEXEC' was not declared in this scope
58 | const int fd_ = ::open("/dev/urandom", O_RDONLY | O_CLOEXEC);
What i did is posted below. The modifications are done by the guidance in Bug.txt shipped with ...
../../zen/guid.h:58:59: error: 'O_CLOEXEC' was not declared in this scope
58 | const int fd_ = ::open("/dev/urandom", O_RDONLY | O_CLOEXEC);
What i did is posted below. The modifications are done by the guidance in Bug.txt shipped with ...
- 17 Jun 2022, 13:46
- Forum: Help
- Topic: Compiling error on windows
- Replies: 1
- Views: 744
Compiling error on windows
Hi, I am trying to compile FreeFileSync under MSYS2 MinGW x64 environment for Windows.
I have compiled some libraries: curl-7.83.1, libssh2-1.10.0, wxWidgets-3.1.7.
Firstly, i ran into a problem "../../zen/guid.h:24:2: error: #error Where is Glibc?"
I try to fix this by skip glibc check as the ...
I have compiled some libraries: curl-7.83.1, libssh2-1.10.0, wxWidgets-3.1.7.
Firstly, i ran into a problem "../../zen/guid.h:24:2: error: #error Where is Glibc?"
I try to fix this by skip glibc check as the ...