Authors.c Won't Compile

Robert Shearman R.J.Shearman at warwick.ac.uk
Thu Feb 26 20:42:33 CST 2004


Hi,

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 before a UTF-8 character.

I am using Fedora Core 1 with latest updates.
$ sed --version
GNU sed version 4.0.8

Rob

Example of errors:
authors.c:19: error: stray '\366' in program
authors.c:20: error: `m' undeclared here (not in a function)
authors.c:20: error: initializer element is not constant
authors.c:20: error: (near initialization for `SHELL_Authors[18]')
authors.c:20: error: syntax error before string constant





More information about the wine-devel mailing list