[Lazarus] Installed lazarus-ide in Ubuntu18, cannot install package

Juha Manninen juha.manninen62 at gmail.com
Wed Oct 24 01:38:14 CEST 2018


On Tue, Oct 23, 2018 at 8:43 PM Bo Berglund via Lazarus
<lazarus at lists.lazarus-ide.org> wrote:
> lazarus.pp(1,1) Fatal: Cannot find lazcontroldsgn used by Lazarus.

Ubuntu's Lazarus package is faulty. Just get the sources directly from
Subversion server and build them.

 svn co https://svn.freepascal.org/svn/lazarus/branches/fixes_2_0/ lazarus_2_0
 cd lazarus_2_0
 make
 ./lazarus

As an extra bonus you will get latest bug fixes in future by running "svn up".
My prediction is that you will ignore this advice and start to bang
your head with .deb packages like many others do. The forum is full of
threads by those people.

Juha


More information about the Lazarus mailing list