On Tue, 10 Jan 2017 09:08:55 +0100
Bo Berglund <bo.bergl...@gmail.com> wrote:

>[...]
> It looks like Lazarus needs to know where the fpc sources are located
> because I always get this error when trying to build lazarus bigide
> the first time:

Lazarus does not need the FPC sources for building.

 
>[...]
> (3104) Compiling fcllaz.pas
> Fatal: (10022) Can't find unit system used by fcllaz
> Fatal: (1018) Compilation aborted
> 
> The file ~/.fpc.cfg has been generated by running command:
> fpcmkcfg -o ./.fpc.cfg
>
> But I have not edited it in any way.

Check its -Fu paths.

 
> The unit system it fails to find is in the fpc sources, so somehow
> make must be told where they are located...

It fails to find the "unit", not the sources. Either a ppu is missing
or is incompatible.

>[...]

Mattias
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to