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
--
_______________________________________________
lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus