Hello Mike and Dave,<br><br>Thank you Mike for your instruction for compiling rsync with a few Mac OS X-specific patches.<br>@Dave : I followed them and it worked for me on my mac os X (10.6.5), even with -a and -x options.<br>

<br>But I also need to use rsync with --detect-renamed option. This 
option is in the patch &quot;detect-renamed.diff&quot;. But if I add this patch 
the compilation fails :<br>  gcc -std=gnu99 -I. -I. -m32 -DHAVE_CONFIG_H -Wall -W -I./popt -m32 -c compat.c -o compat.o<br>
  compat.c: In function &#39;set_allow_inc_recurse&#39;:<br>  compat.c:128: error: &#39;detect_renamed&#39; undeclared (first use in this function)<br>  compat.c:128: error: (Each undeclared identifier is reported only once<br>

  compat.c:128: error: for each function it appears in.)<br>  make: *** [compat.o] Error 1<br><br>Have you any idea about this kind of problem ?<br>I already sent a mail on the mailing list about this with more details (<a href="http://www.mail-archive.com/rsync@lists.samba.org/msg26606.html" target="_blank">http://www.mail-archive.com/rsync@lists.samba.org/msg26606.html</a> ).<br>

<br>Thank you anyway !<br><br>Ben<br>