2018-01-30 6:35 GMT+01:00 Mattias Gaertner via Lazarus <[email protected]>: > #!/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 -- _______________________________________________ Lazarus mailing list [email protected] https://lists.lazarus-ide.org/listinfo/lazarus
