Re: courier-unicode fails to build on Mac OS 10.10.5
Sam Varshavchik <[email protected]> Thu, 24 Dec 2015 17:18:42 -0500
| Newsgroups | gmane.mail.maildrop |
|---|---|
| Message-ID | <[email protected]> |
Christian Ebert writes:
> * Sam Varshavchik on Tuesday, December 22, 2015 at 06:55:03 -0500
> > xlocale.h is probably the correct include file.
> >
> > Recently I removed the internal code that uses
> > unicode_local_chset_l(). You can patch this out of the header file,
>
> Sorry, for being dense: patch out what and how?
>
> > and the entire function from unicode.c, and this should work fine.
>
> You've lost me completely here ;-)
>
> I have no clue what I'm doing or what I should do; when I replace
>
> #include <locale.h>
>
> with
>
> #include <xlocale.h>
No, just remove
extern const char *unicode_locale_chset_l(locale_t l);
from courier-unicode.h completely.
And also remove the entire
const char *unicode_locale_chset_l(locale_t l)
{
return fix_charset(nl_langinfo_l(CODESET, l));
}
function from unicode.c
------------------------------------------------------------------------------
_______________________________________________
Courier-maildrop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/courier-maildrop
signature.asc
(application/pgp-signature, 819 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJWfG9CAAoJEGs6Yr4nnb8luSwQAJJH3slb+gLDGXvKUa88ZsI2 dYiHwriFjqhukXkUDwgRBfN++hVC7qweknvQNkQehZce6h39Ss3pwZZF4362TpBm F/05NbPQHYahE+qnq90P93HAERX+GT7BaVXHEP01aIiZOI3tXM06u20f6cPXVYgn Axywh8FcYWYDRMbAqFna3hwsb9Vd/Avx+EIqZk0y6zDC/btZjhRm/gGAZWhp66HH L/Vg+mdRA54PvDnKfz9nwoEaORh7VRqxtHVncg1DzXY43k1YTrTLWYgzCuhWdNwb av2aqQPJkoyUZtZ1rZkx4EcuYM59nSvftwTqM0j44h7vA4/U7Ofx7i54sPAAB3GV DNipQ00B8LuDhlYMAOrtiP7IJFiNjbbuFa6RYl82wyEMyW+KYpOlFBJ2evZfLYec PDbIJktd1PSbrFB9lH1De2KhSCR2mFW6WBE68NXAttLFXIjYvE4hPmAQ2D1paBMM npcVZXGWloJs9R/ZheXJGcqz87FdN29SNi3A5QuE2npgMA0DaV4qHlzDt2af9bbK 0JMkC6hOgs1nJCXD/446PejFh2MKFyI+7N9gsOgienmY2ihKNSeGkD+JB4P8beK+ 8W8Sl6vQn1B5nSWNzLs/Nj6E7niMf5GhkL2FteRE23OlP8g1xDDwgZUnoy3JzC3a Z/lCr0wwxnt85XubnB/N =tcbK -----END PGP SIGNATURE-----