<div dir="ltr"><div>Trying to get Lazarus working on the raspberry pi 4 with the latest Raspbian (Debian 10.2). Installed 2.0.0+dfsg-2 with synaptic from the Raspbian repos, but haven't been able to install components and rebuild the IDE, due to:</div><div><br></div><div>  VirtualTrees.pas(70,3) Fatal: Cannot find OleUtils used by VirtualTrees.</div><div><br></div><div>Got past a similar issue with fpdebug buy compiling it manually, but the VirtualTrees source shows OleUtils inside a Windows ifdef  which isn't going to resolve on the pi:<br></div><div><br></div><div>unit VirtualTrees;<br>{$ifdef Windows}<br>  ...<br>  OleUtils, <br></div><div><br></div><div>Google hasn't been much help. Any suggestions for getting around this would be greatly appreciated.</div><div><br></div><div>Thanks,</div><div><br></div><div>-Tom</div><div><br></div></div>