https://bugzilla.samba.org/show_bug.cgi?id=2790
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
------- Comment #8 from [EMAIL PROTECTED] 2007-02-16 05:39 MST -------
For platforms where libiconv functions are prefixed with `libiconv_' instead of
`iconv_', HAVE_ICONV_OPEN is undefined while HAVE_ICONV and the build fails.
I think `#include <iconv.h>' should be added to iconv_open() detection or
HAVE_LIBICONV_OPEN should be added and or'd with HAVE_ICONV_OPEN.
I hit the problem on OS X, worked it around simply by adding `#define
HAVE_ICONV_OPEN 1' to config.h, and finally transfer between FreeBSD and OS X
worked like a charm.
Thanks for the work!
I'd really like to see this included in near future.
Regards,
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html