[Lazarus] Lazarus 2 Installation under Raspbian Stretch fails

Mattias Gaertner nc-gaertnma at netcologne.de
Sat Feb 9 21:30:22 CET 2019


On Sat, 9 Feb 2019 20:31:56 +0100
Joe via lazarus <lazarus at lists.lazarus-ide.org> wrote:

> Hi,
> 
> on a Pi 3B+ under Stretch I did this:
> 
> ~ $ mkdir lazarus-2a
> sudo chmod a+w lazarus-2a
> svn co https://svn.freepascal.org/svn/lazarus/trunk lazarus-2a
> cd lazarus-2a
> make clean all
> 
> I get this error message:
> ...
> Compiling fcllaz
> home/pi/lazarus-2a/packager/registration/fcllaz.pas(11,3)  Fatal: 
> (10022) Can't find unit db used by fcllaz
> Fatal: (1018) Compilation aborted
> 
> What's wrong?
> BTW: fpc -iW returns "3.0.4".

Have you tried "make OPT=-vt" to see why fpc can't find unit db?

Mattias


More information about the lazarus mailing list