[Lazarus] Lazarus on Raspberry Pi 3

2017-02-28 Thread Paulo Costa via Lazarus
I'm using Lazarus on a Raspberry Pi 3. I have tested a few ways to get it working but the best one seems to be Bo Berglund's script and starting compiler. (Thanks) I had just one problem with it: an error would occur when the new fpc is being installed and I had to change line 150 from make

Re: [Lazarus] Lazarus on Raspberry Pi 3

2017-02-28 Thread Paulo Costa via Lazarus
On 28-Feb-17 22:53, Bo Berglund via Lazarus wrote: ... I'm using Raspbian version 8.0 Linux raspberrypi 4.4.38-v7+ What command(s) gives you this information? cat /etc/debian_version "8.0" uname -a "Linux raspberrypi 4.4.38-v7+ ", plus other things. Paulo Costa -- __

Re: [Lazarus] Lazarus on Raspberry Pi 3

2017-02-28 Thread Paulo Costa via Lazarus
On 28-Feb-17 22:53, Bo Berglund via Lazarus wrote: Hmmm, I thought that the previous lines created the new FPC compiler, which we want to install. The added FPC="$FPCDIR/ppcarm" will use the seed compiler rather than the one created by the previous make as far as I understand and that is not wha