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
- InsetCitation patch Angus Leeming
- RE: InsetCitation patch Juergen Vigna
- RE: InsetCitation patch Angus Leeming
- RE: InsetCitation patch Juergen Vigna
- RE: InsetCitation patch Angus Leeming
- RE: InsetCitation patch Juergen Vigna
- RE: InsetCitation patch Angus Leeming
- Re: InsetCitation patch Lars Gullik Bj�nnes
- Re: InsetCitation patch Angus Leeming
- Re: InsetCitation patch Lars Gullik Bj�nnes
- Re: InsetCitation patch Juergen Vigna
