Re: Help with fake_actions


9 Nov 1995 04:42:48 GMT

Just when I thought I could get back to programming...

I just downloaded the newer libraries in order to get my Fake_Actions
problem solved (I *was* using older libraries with Inform 5.5) and wham,
I run into a library problem.

I downloaded both VerbLib and Parser twice, but during pass #2 I still
get a volume of compiler errors when trying to compile the most basic of
programs, starting with:

"Parser", line 499: Error: No such label as "L__M"
> L__M (##Prompt)
"Parser", line 500: Error: No such label as "AfterPrompt"
> AfterPrompt()

and so on for about 69 errors. I see where VerbLib clearly defines the
L__M routine... but I can't figure out what's going wrong here. I'm
using Inform 5.5 2.12 for the Mac with these libraries (release 5/12 sn
951024) and always get the same errors.

HELP!

Chip Hayes