On Tue, 15 Dec 2015 10:55:38 +0100 Bo Berglund <[email protected]> wrote:
> I have checked out the lazarus 1.6 RC1 tag from svn. > I have also checked out and built the fpc release 3.0.0 and installed > it as the fpc compiler on my system. > > Now I wanted to finally build lazarus 1.6RC1, but this happens: >[...] > /home/pi/development/src/lazarus/1.6.RC1/packager/registration/registerfcl.pas(45,22) > Fatal: (10022) Can't find unit process used by > RegisterFCL >[...] > Anyone knows why this happens? > I thought fpc 3.0.0 could be used to build lazarus 1.6RC1 Check if you have /etc/fpc.cfg. A "make install" of FPC only installs the files, it does not setup your system to use the new FPC. You need to install a link and create the /etc/fpc.cfg. To get an idea search for "samplecfg" on http://wiki.freepascal.org/Install_fpc_on_Raspberry_with_Gentoo Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
