Mac OS X - compilation experiences and issues

Benjamin Riefenstahl Benjamin.Riefenstahl at epost.de
Sun Sep 14 12:46:40 GMT 2003


Hi Jeremy,

Jeremy Allison <jra at samba.org> writes:
> #ifdef BROKEN_UNICODE_COMPOSE_CHARACTERS

Not to be too picky, but shouldn't that be
BROKEN_UNICODE_DECOMPOSED_CHARACTERS?  (Pre-)Composed characters are
what you want after all.

> Applied. Please test what is in SAMBA_3_0 CVS as it should work
> fine for you now.

There was a typo in configure.in:

-		darwin*)   AC_DEFINE(DARWINOS,1,[Whether the host os is Darwin/MacOSX])
+		*darwin*)   AC_DEFINE(DARWINOS,1,[Whether the host os is Darwin/MacOSX])

Otherwise it compiles and works.

benny




More information about the samba-technical mailing list