<div dir="auto"><div><div class="gmail_quote"><div dir="ltr">Am Do., 21. Feb. 2019, 11:40 hat AlexeyT via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> geschrieben:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">function TFppkgHelper.IsProperlyConfigured: Boolean;<br>
{$IF FPC_FULLVERSION>30100}<br>
var<br>
CompilerFilename: string;<br>
{$ENDIF FPC_FULLVERSION>30100}<br>
begin<br>
{$IF FPC_FULLVERSION>30100}<br>
if Assigned(FFPpkg) and (FIsProperlyConfigured=fpcUnknown) then<br>
begin<br>
FIsProperlyConfigured := fpcYes;<br>
<br>
if not HasPackage('rtl') then<br>
FIsProperlyConfigured := fpcNo<br>
<br>
here I see req for package "rtl", while FPC fixes3.2 don't have "rtl" <br>
folder in /home/user/fpcupdeluxe/fpcsrc/packages. It has folders <br>
rtl-console, rtl-extra, rtl-generics, rtl-objpas, rtl-unicode.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">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. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>