Saturday, March 14, 2020

Fatal: Cannot find FastHTMLParser used by Clipbrd of package LCLBase

I have tried to install Lazarus 2.0.0 (FPC 3.0.4) on MX Linux 19.1 but got the following error message when compiling the default project created by Lazarus.

Fatal: Cannot find FastHTMLParser used by Clipbrd of package LCLBase.

One way to fix this is to install the fpc package, like:
$: sudo apt install fpc

Keywords: Free Pascal, Lazarus

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...