[Lazarus] fpcres not found with custom FPC 2.6.4 installation on Ubuntu

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Jan 30 06:35:14 CET 2018


On Tue, 30 Jan 2018 00:19:22 +0100
Krzysztof via Lazarus <lazarus at lists.lazarus-ide.org> wrote:

>[...]
> /home/<username>/programowanie/fpc2/fpc <-- binaries
> /home/<username>/programowanie/fpc2/fpc-src <-- FPC source
> /home/<username>/programowanie/Lazarus_1_8_FPC2 <-- Lazarus source
>[...]

#!/usr/bin/env bash

PATH="/home/<username>/programowanie/fpc2/fpc/lib/fpc/2.6.4/:$PATH"
make clean
make all PP=/home/<username>/programowanie/fpc2/fpc/lib/fpc/2.6.4/ppcx64
LCL_PLATFORM=qt

You must start Lazarus with such a PATH too.


Mattias


More information about the Lazarus mailing list