<div dir="ltr">Am 03.12.18 um 21:57 schrieb John Landmesser via lazarus:<br>>  /home/john1/lazarus/packager/fppkghelper.pas(28,31) Hint: (5024) <br>> Parameter "PackageName" not used<br>> /home/john1/lazarus/packager/fppkghelper.pas(29,28) Hint: (5024) <br>> Parameter "AList" not used<br>> /home/john1/lazarus/packager/fppkghelper.pas(131,19) Error: (5000) <br>> Identifier not found "FFPpkg"<br>> /home/john1/lazarus/packager/fppkghelper.pas(131,51) Error: (5000) <br>> Identifier not found "pkgpkInstalled"<br>> /home/john1/lazarus/packager/fppkghelper.pas(132,26) Error: (5038) <br>> identifier idents no member "PackagesStructure"<br>> fppkghelper.pas(138) Fatal: (10026) There were 3 errors compiling <br>> module, stopping<br><br><div>I encountered the same issue. In order to build Lazarus I changed my copy of packager/fppkghelper.pas adding {$IFNDEF VER3_0} to the whole body of TFppkgHelper.GetPackageUnitPath.</div></div>