Hi,

Thank you for your answer. I agree that the problem is with UTF fonts
and terminal emulation.

I use cygwin xterm with following .Xdefaults font defintion
XTerm*Font:        -adobe-courier-bold-r-normal-*-18-180-75-75-*-110-*-*

I've played with LANG env variable and /etc/sysconfig/i18n:
1:49pm lab117 -> /net/tehuti3/disks/home/baum>env | grep LANG
LANG=en_US
1:51pm lab117 -> /net/tehuti3/disks/home/baum>env | grep -i utf
1:51pm lab117 -> /net/tehuti3/disks/home/baum>cat /etc/sysconfig/i18n
LANG="en_US"
#SYSFONT="latarcyrheb-sun16"
SUPPORTED="en_US:en"
#LANG="en_US.UTF-8"
#SYSFONT="latarcyrheb-sun16"
#SUPPORTED="en_US.UTF-8:en_US:en"

But I still see those while compiling:
warning: â may be used uninitialized in this function

WTF?

--
Alexander Indenbaum

On 12/4/06, Gilboa Davara <[EMAIL PROTECTED]> wrote:
On Mon, 2006-12-04 at 11:58 +0200, Alexander Indenbaum wrote:
> Hi list,
>
> I was wondering if anyone already mastered this annoying gcc 4.0
> misfeature. The problem is that standard FC4 ( and higher ??? ) gcc
> compiler outputs â in warnings and errors. For instance:
> warning: format â expects type â, but argument 3 has type â
>
> So any thoughts?

You terminal font doesn't support UTF8.
Just set LANG to en_US.
(Either by editing /etc/sysconfig/i18n or by doing '$ export LANG=en_US'
before you call make)

- Gilboa


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



================================================================To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to