Re: inform library problem


Wed, 8 Mar 95 22:35:42 -0500

Stephen Robert Norris <srn@cs.su.oz.au> writes:

> I keep getting lots of errors whenever I try to include the libraries
>in my inform code. The errors appear to be of the form:
>Unix Inform 5.4 (v1403/a)
>"Parser", line 8: Error: Expected an assignment, command, directive or opcode bu" found "
> Constant LibSerial "950201"
>"Parser", line 9: Error: Expected an assignment, command, directive or opcode bu" found "
> Constant LibRelease "5/8"
>"Parser", line 10: Error: Expected an assignment, command, directive or opcode b"t found "
> System_file
>

I had the same problem. I was able to resolve it by editting the library
files, adding a blank or some comment, and then saving it. I was able to
compile cleanly after that.

McBride