Re: Rsyncrypto in Cygwin
Brought to you by:
thesun
From: Shachar S. <sh...@sh...> - 2008-06-02 13:43:49
|
Jan Alphenaar wrote: > > 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. > It seems that the criteria that autoconf applies for the "HAVE_MMAP" test includes a test whether mmap supports mapping to a fixed location. Cygwin does not support mmap to a fixed location, and therefor this test fails, which causes rsyncrypto to not include the appropriate test. This failure is meaningless, however, as rsyncrypto does not need to mmap to a fixed location. I'll try to rewrite the test so it applies to cygwin as well. Shachar |