Re: src/Clients/HTML

Kurt Stirewalt ([email protected])
Fri, 16 Jun 1995 10:55:16 -0400

>Regarding the creation of the new directory structures:
>- I will manually create the structure in mm-proj.
>- I think you need to update the create-structure script to replicate it.

That's right.

>Also, we need to set up Imakefiles for compiling the server-client programs.
>Typically this programs need to be linked in with the object-system. Can you
>set one up to see if it works for the html converter that I sent you in the
>message? Does this make sense?

Yes, I will do this.

>Also, got the new parser, but there is a now smaller bug:
>
> s->declare_object (mm_Guide,"");
> s->declare_attribute (mm_Guide, mm_Guide_direction,MM_Type_Enum,
> MM_Rule_None,
> False,
> False,
> Direction, // SHOULD BE mm_Direction
> "");

Yikes! Ok. I'll fix it right now. Sorry about that.
-- kurt.