Re: problems with amayi-2.1

In-reply-to: Your message of Tue, 03 Aug 1999 07:43:29 -0400."
             <199908031143.GAA01215@s195-68.mc.luc.edu> 

> I also tried to compile amaya with --enable-plugin.  It failed because
> the file "editplugin.c" tries to include the file "app.h", but that
> file does not exist in the include directory.  There is a file called
> "application.h" there but substituting "application.h" for "app.h" did
> not work either.

We needed to rename the file app.h due to conflicts on Windows platforms and
we forgot to update the file "editplugin.c".
The new name is appstruct.h.

This is the patch for the file "editplugin.c":
- #include "struct.h"
+ #include "appstruct.h"

Regards
  Irene.

Received on Wednesday, 11 August 1999 12:13:38 UTC