3.1.3 not building on OS 10.14

Robert DuToit rdutoit at comcast.net
Fri Apr 12 15:06:16 UTC 2019


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


More information about the rsync mailing list