[Lazarus] IDE trunk cannot build

AlexeyT aaa5500 at ya.ru
Sun Apr 14 18:28:26 CEST 2019


FPC 3.2 fixes. IDE last trunk.

function TFppkgHelper.GetConfigurationFileName: string;
begin
   Result := '';
   {$IF FPC_FULLVERSION>30100}
   if Assigned(FFPpkg) then
     Result:=FFPpkg.ConfigurationFilename;

                    /////fppkghelper.pas(524,20) Error: identifier 
idents no member "ConfigurationFilename"
   {$ENDIF}
end;

-- 
Regards,
Alexey



More information about the lazarus mailing list