[Lazarus] Compiling on Odroid / RaspberryPi

2016-03-15 Thread steveg
I am trying to compile Laz on an Odroid Arm system (running Lubuntu 14.04 - LXDE) I have fpc 3.1.1 compiled and installed ok (I believe) Compiling the latest svn of Laz is giving the following error - (cant find unit) process.ppu and friends are in

Re: [Lazarus] Compiling on Odroid / RaspberryPi

2016-03-15 Thread steveg
Thanks Mattias - I dont seem to have a /etc/fpc.cfg - possibly I didnt install fpc correctly ? I svn'd fpc, then make clean all / make install Should I use a copy of another fpc.cfg and install it to /etc (and do I need to modify it at all) I have been going around in circles with this for

Re: [Lazarus] Compiling on Odroid / RaspberryPi

2016-03-15 Thread Mattias Gaertner
On Tue, 15 Mar 2016 21:44:18 +1030 steveg wrote: > Thanks Mattias - > > I dont seem to have a /etc/fpc.cfg - possibly I didnt install fpc > correctly ? > I svn'd fpc, > then make clean all / make install In order to to do that you need a starting fpc. How did you install

Re: [Lazarus] Compiling on Odroid / RaspberryPi

2016-03-15 Thread steveg
In order to to do that you need a starting fpc. How did you install the first fpc on the system? "make install" does everything, except making it the default compiler. This way "make install" can be used to install a second compiler. I wonder if there is a simple command to do a complete install

Re: [Lazarus] Compiling on Odroid / RaspberryPi

2016-03-15 Thread Mattias Gaertner
On Tue, 15 Mar 2016 21:12:03 +1030 steveg wrote: > I am trying to compile Laz on an Odroid Arm system (running Lubuntu > 14.04 - LXDE) > I have fpc 3.1.1 compiled and installed ok (I believe) > > Compiling the latest svn of Laz is giving the following error - (cant >

[Lazarus] heaptrcview in Linux

2016-03-15 Thread Alcom
When using Linux Mint 17.2, the .trc file combobox gets erased when THeapTrcViewForm.AddFileToList gets called. Adding the line edtTrcFileName.ItemIndex := 0; before returning seems to fix things. -- ___ Lazarus mailing list