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
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
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
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
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