samba-bugs@samba.org
2007-Feb-16 11:41 UTC
DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings
https://bugzilla.samba.org/show_bug.cgi?id=2790
knu@idaemons.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |knu@idaemons.org
------- Comment #8 from knu@idaemons.org 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.