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

Krzysztof dibo20 at wp.pl
Tue Jan 30 19:03:37 CET 2018


2018-01-30 6:35 GMT+01:00 Mattias Gaertner via Lazarus
<lazarus at lists.lazarus-ide.org>:
> #!/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.

Thanks a lot! Works now (but correct path must be:
PATH="/home/<username>/programowanie/fpc2/fpc/bin/:$PATH" )

> You can install both fpc 2 and 3, if you use the tool: fpcupdeluxe.

Interesting tool but already solved it with :$PATH and works perfect.
Thanks anyway


More information about the Lazarus mailing list