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.
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
