Page MenuHomeSolus

Lazarus fails at compiling any applications
Closed, ResolvedPublic

Description

After installing the lazarus and fpc packages and starting the IDE, it couldn't find the fpc source path. So I downloaded the fpc sources (from ftp://ftp.freepascal.org/pub/fpc/dist/3.0.2/source/fpcbuild-3.0.2.tar.gz as the Arch package suggested) and it didn't complain any more. But (I don't know whether this has to do something with that) it still doesn't compile anything and just fails with the following message:

Kompiliere Package FCL 1.0.1: Exit code 256, Fehler: 1
registerfcl.pas(45,22) Fatal: Kann process nicht finden verwendet von RegisterFCL von Package FCL.

Event Timeline

To fix this issue I needed to modify the path settings in /etc/fpc.cfg, so maybe the package should do that automatically (set unit and library path to the proper locations, I'm not inserting my config here, because I'm not an expert and just tried around a bit, so I don't know, whether everything is like it should be). Also the IDE depends on libgtk-2-devel and some other development packages for compiling graphical applications.

DataDrake added a subscriber: DataDrake.

Fixing this now. Apologies for the delay.