Re: charset related compilation errors in authors.c

2004-01-21 Thread Hans Leidekker
On Wednesday 21 January 2004 03:12, jds wrote: > The variable value is: > [EMAIL PROTECTED] root]# echo $LANG > en_US.UTF-8 If you can't update Wine to latest cvs or wait 'till the next release you can do: EXPORT LANG=C; make to get around the problem. -Hans

Re: charset related compilation errors in authors.c

2004-01-20 Thread jds
004 22:06:55 -0500 Subject: Re: charset related compilation errors in authors.c > On Tuesday 20 January 2004 15:28, Mike Hearn wrote: > > > I've carbon copied this to wine-devel. This looks like some > > charset/toolchain issue, but I'm not sure how to diagnose it. This i

Re: charset related compilation errors in authors.c

2004-01-20 Thread jds
Jan 2004 22:06:55 -0500 Subject: Re: charset related compilation errors in authors.c > On Tuesday 20 January 2004 15:28, Mike Hearn wrote: > > > I've carbon copied this to wine-devel. This looks like some > > charset/toolchain issue, but I'm not sure how to diagnose it.

Re: charset related compilation errors in authors.c

2004-01-20 Thread Hans Leidekker
On Tuesday 20 January 2004 15:28, Mike Hearn wrote: > I've carbon copied this to wine-devel. This looks like some > charset/toolchain issue, but I'm not sure how to diagnose it. This is on > Fedora Core 1 yes? What is the output of > > echo $LANG You're right. It's sed becoming locale aware in FC

charset related compilation errors in authors.c

2004-01-20 Thread Mike Hearn
Hi, I've carbon copied this to wine-devel. This looks like some charset/toolchain issue, but I'm not sure how to diagnose it. This is on Fedora Core 1 yes? What is the output of echo $LANG at the command prompt? Maybe one of our charset experts (hi dmitry! :) knows what's up. thanks -mike On T