Am Do., 21. Feb. 2019, 11:40 hat AlexeyT via lazarus <
[email protected]> geschrieben:

> 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.
>

The RTL package is not part of the packages directory, but is parallel to
that. Nevertheless it contains an fpmake.pp declaring it as a package.

Regards,
Sven

>
-- 
_______________________________________________
lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to