|
From: Eric B. <er...@go...> - 2013-02-17 20:34:22
|
On 2/17/2013 3:33 PM, Colin Adams wrote: > The errors that it finds are: > > 1 Syntax error: > Syntax error: > line 40 column 39 in > /home/colin/Eiffel72/library/base/elks/kernel/utf_converter.e > > escape_character: CHARACTER_32 = '%/0xFFFD/' > ^ > -- Unicode replacement character to escape > invalid UTF-8 or UTF-16 encoding. I think that this one is fixed in the Git repository of Gobo. > quite a lot of GVKBU-1 errors. E.g. > > > [GVKBU-1] class REAL_64_REF (78,2): unknown built-in routine > `positive_infinity' in class REAL_64_REF. Are you using gec? If so you need to use the version of FreeELKS that is in the Git repository of Gobo. If you are using gelint, then it should make no difference which version of FreeELKS you are using. You're better of using the version of Gobo from git, especially if you want to benefit from bug fixes that occurred after the official releases of EiffelStudio. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |