bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash-3.0 build and install problems


From: Aharon Robbins
Subject: Re: bash-3.0 build and install problems
Date: Tue, 14 Sep 2004 09:54:42 +0300

In article <mailman.2595.1095095864.1998.bug-bash@gnu.org> you write:
>2. when building (configuring) with "--disable-nls" there are many many many
>gcc warnings of the types
>       warning: assignment discards qualifiers from pointer target type
>       warning: return discards qualifiers from pointer target type
>       warning: passing arg...discards qualifiers from pointer target type
>All (or almost all) of them are caused by the definition of gettext in
>include/gettext.h:
>       # define gettext(Msgid) ((const char *) (Msgid))

For this reason, in gawk I have:

        # define gettext(Msgid) ((char *) (Msgid))

and similar for the others.

Arnold
-- 
Aharon (Arnold) Robbins --- Pioneer Consulting Ltd.     arnold AT skeeve DOT com
P.O. Box 354            Home Phone: +972  8 979-0381    Fax: +1 206 350 8765
Nof Ayalon              Cell Phone: +972 50  729-7545
D.N. Shimshon 99785     ISRAEL




reply via email to

[Prev in Thread] Current Thread [Next in Thread]