Rsyncrypto in Cygwin
Brought to you by:
thesun
From: Jan A. <jan...@do...> - 2008-06-02 10:05:07
|
Hi Shachar, I tried to compile Rsyncrypto in Cygwin, but without success. In a previous email conversation you indicated that you are willing to put some effort in this to get it to work. Thanks for this. During the make, it fails, here is the output. ===== BEGIN MAKE OUTPUT ===== $ make make all-am make[1]: Entering directory `/tmp/rsyncrypto-1.10' g++ -DHAVE_CONFIG_H -I. -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o m ain.o main.cpp In file included from precomp.h:96, from main.cpp:31: autommap.h: In constructor `autommap::autommap(void*, size_t, int, int, int, off _t)': autommap.h:37: error: `mmap' undeclared (first use this function) autommap.h:37: error: (Each undeclared identifier is reported only once for each function it appears in.) autommap.h: In constructor `autommap::autommap(file_t, int)': autommap.h:53: error: `MAP_SHARED' undeclared (first use this function) autommap.h: In member function `void autommap::clear()': autommap.h:87: error: `munmap' undeclared (first use this function) make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/tmp/rsyncrypto-1.10' make: *** [all] Error 2 ===== END MAKE OUTPUT ===== Regards, Jan |