[Lazarus] Lazarus Trunk - does it now require FPC 3.0?

Graeme Geldenhuys mailinglists at geldenhuys.co.uk
Thu Jul 14 11:00:47 CEST 2016


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


More information about the Lazarus mailing list