Jürgen> Why do you need also form_citation.[Ch]? They should be autogenerated by
Jürgen> the Makefile in the forms/ subdirectory, aren't they?

Almost :-) I had to make two TINY changes:

* in form_citation.h, DEC cxx complains about :
typedef struct {
        ...
} FD_form_citation;

So I changed it to:
struct FD_form_citation {
        ...
};

* in form_citation.C, I had to
#include form_citation.h

I'm pretty sure I had to make no other changes. Try!
Angus

Reply via email to