Re: Scotty 2.1.0 bones problem

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Tue, 16 Jul 1996 20:38:11 +0200

Peter Polkinghorne <Peter.Polkinghorne@brunel.ac.uk> wrote:

> Unfortunately .../tmn/bones/msqltcl.c tries to include scotty.h
> which does not exist. A quick exmination shows that tmn.h would
> not be sufficient - since HAVE_MSQL is only defined in
> unix/config.h and this should also be included.

> However am I really the first person to encounter this? Is it as
> simple as replacing the include <scotty.h> with an include <tnm.h>
> and <config.h> ?

You should replace the include scotty.h with:

#include <tnmInt.h>
#include <tnmPort.h>

You also have adjust the Makefile to make sure the msql library is
linked correctly. This will be fixed in the first patch.

Juergen