RE: Compiling with --disable-iconv

2008-02-05 Thread Rob Bosch
Sorry, didn't see the matching if statement. Commenting out the two lines with ICONV in the config.h fixed my issue. Thanks... Rob -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Compiling with --disable-iconv

2008-02-05 Thread Wayne Davison
On Tue, Feb 05, 2008 at 07:21:34PM -0700, Rob Bosch wrote: > I tried changing the HAVE_ICONV_H and HAVE_ICONV_OPEN but this does > not resolve the issue. Comment both of them out in config.h. > I noticed in rsync.c that there is an #endif without a matching if > condition at the end of the iconvb

RE: Compiling with --disable-iconv

2008-02-05 Thread Rob Bosch
I tried changing the HAVE_ICONV_H and HAVE_ICONV_OPEN but this does not resolve the issue. I noticed in rsync.c that there is an #endif without a matching if condition at the end of the iconvbufs function. Should this function be available if HAVE_ICONV_H is not available? I also don't see how t

Re: Compiling with --disable-iconv

2008-02-04 Thread Wayne Davison
On Sun, Feb 03, 2008 at 04:06:55PM -0700, Rob Bosch wrote: > To bypass it I wanted to compile with the --disable-iconv function. > I'm still getting the following errors during compile: [...] The --disable-iconv configure option just disables the --iconv rsync option. It does not disable all use

RE: Compiling with --disable-iconv

2008-02-03 Thread Rob Bosch
The error on 193 is due to the iconv reference in the while loop.Rob /usr/src/rsync-3.0.0pre8/rsync.c:85: undefined reference to `_iconv_open' rsync.o: In function `iconvbufs':/usr/src/rsync-3.0.0pre8/rsync.c:193: undefined reference to `_iconv'/usr/src/rsync-3.0.0pre8/rsync.c:163: undefined