Re: 2.5.2 will not compile

2002-02-06 Thread Dave Dykstra
Several people have come up with fixes for that, and I'm not sure which one is the best. Here's mine: --- rsync.h.O Mon Jan 28 08:57:17 2002 +++ rsync.h Mon Jan 28 08:57:31 2002 @@ -303,8 +303,8 @@ * cope with platforms on which this is an unsigned int or even a * struct. Later. */

2.5.2 will not compile

2002-02-05 Thread Richard UreƱa
Trying to compile rsync 2.5.2 after "./configure --prefix=/usr" I get the following make errors: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o rsync.o In file included from rsync.c:23: rsync.h:339: warning: no semicolon at end of struct or union rsync.h:339: parse error b