[Lazarus] Problem accessing the lazarus forums...

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Dec 5 12:25:43 CET 2017


On Mon, 04 Dec 2017 12:51:22 +0100
Bo Berglund via Lazarus <lazarus at lists.lazarus-ide.org> wrote:

> On Mon, 4 Dec 2017 10:44:02 +0100, Mattias Gaertner via Lazarus
> <lazarus at lists.lazarus-ide.org> wrote:
> 
> >Then you should create a /home/pi/.fpc.cfg  
> 
> I used the script commands for the fpc.cfg:
> /home/pi/lib/fpc/3.0.2/samplecfg /home/pi/lib/fpc/3.0.2 /home/pi
> 
> Followed by
> mv /home/pi/fpc.cfg /home/pi/.fpc.cfg

Good.

 
> Now I have a hidden cfg file but Lazarus still complains the same when
> starting up.

The IDE asks the compiler for the unit paths and searches the
system.ppu. Please do the same manually:

/path/to/compiler -vt bla | grep 'unit path'

Is the system.ppu in one of these paths?

 
> I guess I have to start over with FPC on this box. It is a pity though
> since I know I went to some trouble adding indy and some hardware
> interfaces  (gpio) to it at the time...
> 
> Question:
> Do I need a different seed compiler than 3.0.0 for the latest fpc?

Building 3.1.1 needs 3.0.4.
Building 3.0.4 needs 3.0.2.

Mattias


More information about the Lazarus mailing list