Re: Rsync cross-compilation problem

2005-01-24 Thread Florian Fainelli
Hi all, Thanks a lot for your help, when defining LONGLON, it works like a charm. I just cached the value rsync_ac_cv_HAVE_LONGLONG=yes before running the configure script. Instead of having rsync_ac_cv_HAVE_LONGLONG=cross. Thanks for your help, good luck for your wonderful project ! Best rega

Re: Rsync cross-compilation problem

2005-01-24 Thread Wayne Davison
On Mon, Jan 24, 2005 at 01:07:28AM -0600, John Van Essen wrote: > shouldn't the compiler abort with a meaningful error message in the > #else of the #if sequence? The idea is to still allow rsync to run with 32-bit offsets if the maximum filesize for a system fits in 32 bits. I haven't seen anypl

Re: Rsync cross-compilation problem

2005-01-23 Thread John Van Essen
On Thu, 20 Jan 2005, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Thu, Jan 20, 2005 at 01:54:20AM -0600, John Van Essen wrote: >> (Note to Wayne - isn't it dangerous to assume that off_t is 64 bits? > > Yeah, it probably is -- that code was always a kluge that doesn't really > get used. I looked

Re: Rsync cross-compilation problem

2005-01-20 Thread Wayne Davison
On Thu, Jan 20, 2005 at 01:54:20AM -0600, John Van Essen wrote: > (Note to Wayne - isn't it dangerous to assume that off_t is 64 bits? Yeah, it probably is -- that code was always a kluge that doesn't really get used. I looked around at the rest of the rsync code, and it looks to me like the vari

Re: Rsync cross-compilation problem

2005-01-19 Thread John Van Essen
On Wed, 19 Jan 2005, Florian Fainelli <[EMAIL PROTECTED]> wrote: > > And when using the cross compiler, I get the following message : > > In file included from rsync.c:23: > rsync.h:360: warning: no semicolon at end of struct or union > rsync.h:360: error: parse error before "inode" > rsync.h:361

Rsync cross-compilation problem

2005-01-19 Thread Florian Fainelli
Hi all ! I really appreciate rsync, so that I would like to make a package for the mips architecture, but I encounter a problem when trying to cross compile it : the configure script has been called using the following options : --with-gnu-ld \ --disable-largefiles \ --with-included-popt