On Tue, Oct 7, 2008 at 2:23 PM, Mattias Gärtner <[EMAIL PROTECTED]> wrote: > The default widgetset was changed from gtk1 to gtk2 on Linux, BSD, Sparc. >
I just got a svn update and couldn't compile Lazarus with FPC 2.2.0. I got an error which indicates i need a newer FPC version. class procedure TSetDesigningComponent.SetDesignInstanceOfComponent( AComponent: TComponent; Value: Boolean); begin // requires fpc >= 2.2.1 TSetDesigningComponent(AComponent).SetDesignInstance(Value); end; So what is the minimum required FPC version? 2.2.1 (is that still around) or 2.2.2 (I believe the latest stable release) or 2.2.3? I'm get an update to FPC_trunk, so hopefully that would suffice. Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
