On Aug 12, 2007, at 2:43 AM, Mark Stanhope wrote:
> When installing a number of components I from time to time get the
> above error. I was wondering if there is something silly I am doing
> or is this just some of the older components don`t work on the new
> mucks.
In most cases that error results from trying to compile a program
which depends on macros or libraries that you don't have installed on
your MUCK. When you compile the program -- manually, in the program
editor -- it should give you an error message with some clue of
what's missing. Also you can read the header section of the program
and often see if there are any $include files that it needs.
Usually the best way to get a program working is to have wizard
access on a MUCK where it's already running. Then you can see
exactly what macros and libraries are installed, and you copy them
across to the new MUCK as needed.
-- Zobeid