Re: porting problem


Subject: Re: porting problem
From: Hubert Figuiere (hfiguiere@teaser.fr)
Date: Thu Jan 18 2001 - 16:31:15 CST


At 16:15 -0600 18/01/01, Sam TH wrote:

>ICONV_CONST is a horrible hack that I created to fix this problem of
>incompatible iconv() prototypes. What you need to do is find where
>ICONV_CONST is defined, and add something like this:
>
>#ifdef __MAC_OS__ // or whatever your platform defines
>#define ICONV_CONST const
>#endif
>
>That should fix the problem.

It does. I thought it didn't, but I messed up my defines.

Commited.

Checking in ut_types.h;
/cvsroot/abi/src/af/util/xp/ut_types.h,v <-- ut_types.h
new revision: 1.40; previous revision: 1.39

Thanks everybody for the help

Hub



This archive was generated by hypermail 2b25 : Thu Jan 18 2001 - 16:29:50 CST