Re: Authors.c Won't Compile

2004-03-01 Thread Hans Leidekker
On Friday 27 February 2004 13:41, Robert Shearman wrote: > > On Friday 27 February 2004 14:21, Robert Shearman wrote: > > > > > $ LC_ALL=C sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS > > > > > > > > > | grep Ove > > > > | > > > > > "Ove K\x{}ven", Ok, after a make distclean I was a

RE: Authors.c Won't Compile

2004-02-27 Thread Robert Shearman
Hans Leidekker wrote: > On Friday 27 February 2004 14:21, Robert Shearman wrote: > > > > > $ LC_ALL=C sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS > > > | grep Ove > > > > "Ove K\x{}ven", > > I'm lost as to where the \x{} comes from (is it grep?), but as > such this looks like

Re: Authors.c Won't Compile

2004-02-27 Thread Hans Leidekker
On Friday 27 February 2004 14:21, Robert Shearman wrote: > > > $ LC_ALL=C sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS > > | grep Ove > > > "Ove K\x{}ven", I'm lost as to where the \x{} comes from (is it grep?), but as such this looks like a valid C string. So it should compile

RE: Authors.c Won't Compile

2004-02-27 Thread Robert Shearman
Hans Leidekker wrote: > On Friday 27 February 2004 13:07, Robert Shearman wrote: > > > $ echo $LANG > > en_GB.UTF-8 > > > > $ echo $LC_ALL > > > > $ LC_ALL=C sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS > | grep Ove > > "Ove K\x{}ven", > > > > $ sed -e '1,2d' -e 's/\(.*\)/ \"\1\

Re: Authors.c Won't Compile

2004-02-27 Thread Hans Leidekker
On Friday 27 February 2004 13:07, Robert Shearman wrote: > $ echo $LANG > en_GB.UTF-8 > > $ echo $LC_ALL > > $ LC_ALL=C sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS | grep Ove > "Ove K\x{}ven", > > $ sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS | grep Ove > "Ove K",\x{FF

RE: Authors.c Won't Compile

2004-02-27 Thread Robert Shearman
Hans Leidekker wrote: > On Friday 27 February 2004 03:42, Robert Shearman wrote: > > > I can't compile authors.c due to some encoding issue with sed. I can > > generate the authors.c file fine on the command line, but the same > > command in the Makefile won't generate compilable code due to it >

Re: Authors.c Won't Compile

2004-02-27 Thread Hans Leidekker
On Friday 27 February 2004 03:42, Robert Shearman wrote: > I can't compile authors.c due to some encoding issue with sed. I can > generate the authors.c file fine on the command line, but the same > command in the Makefile won't generate compilable code due to it > terminating the string constant