Search found 3 matches

by whio
23 Jun 2022, 09:47
Forum: General Discussion
Topic: Is there a guide of how to compile the source code ?
Replies: 3
Views: 1752

Is there a guide of how to compile the source code ?

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.
by whio
22 Jun 2022, 14:04
Forum: Help
Topic: Compiling error on windows
Replies: 1
Views: 646

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 wit...
by whio
17 Jun 2022, 13:46
Forum: Help
Topic: Compiling error on windows
Replies: 1
Views: 646

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...