On Thu, 14 Jul 2016, Graeme Geldenhuys wrote:
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?
I guess you mean Lazarus trunk here ?
If correct, that would be bad news...
Michael.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus