Hi,
I just got a Lazarus update and tried to build it with FPC 2.6.4 but it
failed here…
=========================
unit LazUnicode;
{$IFDEF FPC}
{$mode objfpc}{$H+}
{$IF FPC_FULLVERSION < 30000}
{$ERROR needs at least FPC 3.0} // <------ compiler error
{$ENDIF}
{$ENDIF}
…snip…
=========================
Does this mean FPC trunk can not be compiled with FPC 2.6.4 any more?
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
My public PGP key: http://tinyurl.com/graeme-pgp
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus