[Lazarus] Fppkg error on IDE start with FPC 3.2 fixes
Sven Barth
pascaldragon at googlemail.com
Thu Feb 21 13:14:04 CET 2019
Am Do., 21. Feb. 2019, 11:40 hat AlexeyT via lazarus <
lazarus at lists.lazarus-ide.org> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20190221/11e98206/attachment.html>
More information about the lazarus
mailing list