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
-- 
_______________________________________________
lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to