Mail Archives: djgpp-workers/1996/10/03/05:17:05
On Wed, 2 Oct 1996, Robert Hoehne wrote:
> Now my question: Is there an interest for it? If yes, I would upload
> it to DJ's incoming as a zip together with a small example, how to
> use it.
Please do upload it. Somebody (maybe even myself) might use it to make
Text/Fileutils support internationalization features.
> But there is a conflict, which I don't know, how to solve.
> Every program, which want to use the gettext lib and the conio
> functions has a name confilict with the function 'gettext()'.
Since GNU `gettext' is typically compiled together with the package
that uses it, I suggest defining their `gettext' to something else
(`GNU_gettext' OK?) and building the package that way. Since DJGPP's
`gettext' is not called by Fileutils, a global definition on config.h
should be OK.
- Raw text -