Search found 3 matches

by mbcullen
28 Apr 2014, 11:25
Forum: Help
Topic: Error during compilation, missing file
Replies: 3
Views: 428

Re: Error during compilation, missing file

We both need help from the author, zenju.
I am trying to compile version 6.4 on Windows.
The source code is the same for Windows and Linux.
If you get past the problem cited above you will probably
run into the same problems I have with missing files
and folders (which were in version 6.1, but not 6 ...
by mbcullen
27 Apr 2014, 16:20
Forum: Help
Topic: Error during compilation, missing file
Replies: 3
Views: 428

Re: Error during compilation, missing file

For this include
#include <wx/bitmap.h>
to work, you need to specify an include path to the containing folder,
in this case <your wxWidgets>/include.
Try -I<your wxWidgets>/include
by mbcullen
26 Apr 2014, 23:59
Forum: Help
Topic: compiling FreeFileSync 6.4
Replies: 0
Views: 289

compiling FreeFileSync 6.4

I have problems compiling FreeFileSync 6.4 in MS VS Express 2013.

Using source downloaded from sourceforge:
sourceforge.net/projects/freefilesync/files/freefilesync/6.4/
FreeFileSync_6.4_Source.zip 2014-04-01 2.2 MB

Some files and folders are missing.

In the following, <FFS root> = FreeFileSync ...