[Lazarus] IDE rebuild fails on raspi4

Tom Lisjac zikon770 at gmail.com
Fri Feb 7 11:16:36 CET 2020


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:

  VirtualTrees.pas(70,3) Fatal: Cannot find OleUtils used by VirtualTrees.

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:

unit VirtualTrees;
{$ifdef Windows}
  ...
  OleUtils,

Google hasn't been much help. Any suggestions for getting around this would
be greatly appreciated.

Thanks,

-Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20200207/e5161f64/attachment.html>


More information about the lazarus mailing list