On Tue, 3 Oct 2000, Angus Leeming wrote:
> > This one has a few things (only xforms has been tried)
> > http://www-rocq.inria.fr/~lasgoutt/lyx/make-frontends.log
>
> cxx: Info: ../../../../lyx-devel/src/frontends/xforms/FormCitation.C, line 45:
> meaningless qualifiers not compatible with
> "void (FormCommand::*)(InsetCommand *const)" and
> "void (FormCommand::*)(InsetCommand *)" (D:incmeaqua)
> d->showCitation.connect(slot(this, &FormCitation::showInset));
> -------------------------------------------^
>
> fixed.
> A.
You missed the one in FormError but I've got that covered now.
All the other stuff in xforms/ can be ignored unless someone really wants
to add a few static_casts but I don't think that'll stop those warnings
about size change. Will they?
The only "fix" I'm thinking of adding is to make the Xpm version check a
preprocessor directive.
Allan. (ARRae)