Hi all,

I have been using v 3.1.1 for some time which builds fine. Just tried v3.1.3 
and getting this error at make:

rsync.c:623:40: error: too few arguments to function call, expected 4, have 2
                if (cmp_time(sxp->crtime, file_crtime) != 0
                    ~~~~~~~~                         ^
./proto.h:402:1: note: 'cmp_time' declared here
int cmp_time(time_t f1_sec, unsigned long f1_nsec, time_t f2_sec, unsign...
^
1 error generated.
make: *** [rsync.o] Error 1


I am using the standard Mac OS patches on OS 10.14.4

 patch -p1 <patches/fileflags.diff
patch -p1 <patches/crtimes.diff
patch -p1 <patches/hfs-compression.diff

./configure
make

Thanks, Rob
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to