[Lazarus] Fppkg error on IDE start with FPC 3.2 fixes

AlexeyT aaa5500 at ya.ru
Thu Feb 21 11:40:26 CET 2019


function TFppkgHelper.IsProperlyConfigured: Boolean;
{$IF FPC_FULLVERSION>30100}
var
   CompilerFilename: string;
{$ENDIF FPC_FULLVERSION>30100}
begin
   {$IF FPC_FULLVERSION>30100}
   if Assigned(FFPpkg) and (FIsProperlyConfigured=fpcUnknown) then
     begin
     FIsProperlyConfigured := fpcYes;

     if not HasPackage('rtl') then
       FIsProperlyConfigured := fpcNo

here I see req for package "rtl", while FPC fixes3.2 don't have "rtl" 
folder in /home/user/fpcupdeluxe/fpcsrc/packages. It has folders 
rtl-console, rtl-extra, rtl-generics, rtl-objpas, rtl-unicode.

-- 
Regards,
Alexey



More information about the lazarus mailing list