Lars Gullik Bjønnes wrote: > > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | Lars Gullik Bjønnes writes: > >> > >> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > >> | Tooltips.C:119: prototype for `Tooltips::Tooltips()' does not match any in class > >> | `Tooltips' > >> XForms 0.88, right? > > > | Same here on my FreeBSD PC with 0.88. > > > | But can this be fixed, so it still works also with 0.88 ? > > The fix is easy... just look some ~50-100 lines above and see the 0.89 > version... same fix.
Argh, I know little about C++, but nevertheless had a look at it. Can't make head nor tail of it; don't know what namespace is etc. And for "FL_REVISION >= 89" there doesn't seem to be a "Tooltips::Tooltips()". Anyway, don't know how to deal with this; can you or someone else? BTW: Tooltips.h has a line "#if FL_VERSION < 1 && FL_REVISION < 89", whereas Tooltips.C has a line "#if FL_VERSION > 0 || FL_REVISION >= 89". Is this consistent enough? Regards, Rob.