7 messages in net.sourceforge.lists.courier-users[courier-users] Re: HALLELUJAH!! -- C...
FromSent OnAttachments
James A BakerMar 8, 2003 10:24 pm 
Chad Leigh -- Shire.Net LLCMar 8, 2003 11:40 pm 
Sam VarshavchikMar 9, 2003 3:58 am 
James A BakerMar 9, 2003 10:40 am 
James A BakerMar 9, 2003 11:56 am.patch, .patch
Sam VarshavchikMar 9, 2003 5:12 pm 
James A BakerMar 10, 2003 3:54 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: HALLELUJAH!! -- Courier on OS X!Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Mar 9, 2003 3:58:43 am
List:net.sourceforge.lists.courier-users

James A Baker writes:

Your earlier suggested fix, for the numlib problems I was having, was applied to 4 files instead of just the 2 we initially identified. In each of the ./numlib/strh* files (i.e. strhdevt.c, strhinot.c, strhpidt.c, and strhtimet.c), I made this change on line 14: from: static const char xdigit[16]="0123456789ABCDEF"; to: static const char xdigit[]="0123456789ABCDEF";

(I can provide a patch file for you, if you'd like. I'd just have to unpack the original source again is all.)

A patch would be faster.

File 5, and the final problem I had, was ./pcp/intl/libgnuintl.h which needed to have the following lines inserted at line 91:

#ifdef __APPLE__ # define _INTL_REDIRECT_MACROS 1 #endif

This directory actually comes from GNU gettext. Preferrably, it's gettext that needs to be fixed. Any changes that I apply will have to be reapplied whenever I refresh to a new version of gettext.