Re: [fpc-pascal] Different idea

2015-08-19 Thread Michael Van Canneyt
On Wed, 19 Aug 2015, Mark Morgan Lloyd wrote: Michael Van Canneyt wrote: On Wed, 19 Aug 2015, Mark Morgan Lloyd wrote: Michael Schnell wrote: On 08/18/2015 10:03 PM, Chris Moody wrote: Having issues getting cross compiling to work, so here's another idea: What files would I need to move

Re: [fpc-pascal] Different idea

2015-08-19 Thread Michael Van Canneyt
On Wed, 19 Aug 2015, Graeme Geldenhuys wrote: On 2015-08-19 09:52, Michael Van Canneyt wrote: I use lazbuild succesfully on a machine without any X library installed. Does that still use the LCL-NoGUI "kludge" widgetset? For is lazbuild now a truly console-only application. Still LCL-Nogu

Re: [fpc-pascal] Different idea

2015-08-19 Thread Graeme Geldenhuys
On 2015-08-19 09:52, Michael Van Canneyt wrote: > I use lazbuild succesfully on a machine without any X library installed. Does that still use the LCL-NoGUI "kludge" widgetset? For is lazbuild now a truly console-only application. The the big question is Why are you not using fpmake on your b

Re: [fpc-pascal] Different idea

2015-08-19 Thread Mark Morgan Lloyd
Michael Van Canneyt wrote: On Wed, 19 Aug 2015, Mark Morgan Lloyd wrote: Michael Schnell wrote: On 08/18/2015 10:03 PM, Chris Moody wrote: Having issues getting cross compiling to work, so here's another idea: What files would I need to move from Lazarus on my computer to the Pi, so it will

Re: [fpc-pascal] Different idea

2015-08-19 Thread Mark Morgan Lloyd
Michael Schnell wrote: On 08/19/2015 10:11 AM, Mark Morgan Lloyd wrote: A (physically) headless system can run Lazarus etc. without any problems, provided that you can login using X11 (XDMCP), VNC, or SSH. Additionally you need a GUI Libray (QT or whatever) I do know that, but running an X se

Re: [fpc-pascal] Different idea

2015-08-19 Thread Michael Schnell
On 08/19/2015 10:11 AM, Mark Morgan Lloyd wrote: A (physically) headless system can run Lazarus etc. without any problems, provided that you can login using X11 (XDMCP), VNC, or SSH. Additionally you need a GUI Libray (QT or whatever) I do know that, but running an X server and a GUI Libray ta

Re: [fpc-pascal] Different idea

2015-08-19 Thread Michael Van Canneyt
On Wed, 19 Aug 2015, Mark Morgan Lloyd wrote: Michael Schnell wrote: On 08/18/2015 10:03 PM, Chris Moody wrote: Having issues getting cross compiling to work, so here's another idea: What files would I need to move from Lazarus on my computer to the Pi, so it will be able to find all of th

Re: [fpc-pascal] Different idea

2015-08-19 Thread Mark Morgan Lloyd
Michael Schnell wrote: On 08/18/2015 10:03 PM, Chris Moody wrote: Having issues getting cross compiling to work, so here's another idea: What files would I need to move from Lazarus on my computer to the Pi, so it will be able to find all of the libraries? Or perhaps even better, how can I ge

Re: [fpc-pascal] Different idea

2015-08-19 Thread Graeme Geldenhuys
On 2015-08-19 09:07, Graeme Geldenhuys wrote: > The Free Pascal project releases very good > text based installers for all supported platforms. Those work > brilliantly, This took me 10 minutes to get a working FPC installed on my RPi and compile fpGUI and some of its demos. Regards, - Graeme -

Re: [fpc-pascal] Different idea

2015-08-19 Thread Graeme Geldenhuys
On 2015-08-19 08:55, Chris Moody wrote: > I'll have > to look to see where all of the compiled units are stored on the Pi, as > they are not same location as they are on my desktop. Developers should learn not to use package managers for everything - especially development tools. The Free Pascal

Re: [fpc-pascal] Different idea

2015-08-19 Thread Chris Moody
On 08/19/2015 12:38 AM, Graeme Geldenhuys wrote: On 2015-08-19 05:11, Chris Moody wrote: I tried to compile Lazarus on the Pi and it got to this point: Personally, I think Lazarus is a bit "heavy" for the RPi and would opt for something lighter and faster. The RPi is not a very fast system an

Re: [fpc-pascal] Different idea

2015-08-19 Thread Michael Schnell
On 08/18/2015 10:03 PM, Chris Moody wrote: Having issues getting cross compiling to work, so here's another idea: What files would I need to move from Lazarus on my computer to the Pi, so it will be able to find all of the libraries? Or perhaps even better, how can I get the command Lazarus se

Re: [fpc-pascal] Different idea

2015-08-19 Thread Graeme Geldenhuys
On 2015-08-19 05:11, Chris Moody wrote: > I tried to compile Lazarus on the Pi and > it got to this point: Personally, I think Lazarus is a bit "heavy" for the RPi and would opt for something lighter and faster. The RPi is not a very fast system and will little memory. Lazarus likes both CPU and

Re: [fpc-pascal] Different idea

2015-08-18 Thread Michael Ring
Try this link for instructions on how to compile: http://michellcomputing.co.uk/blog/2014/05/freepascal-2-7-1-on-raspberry-pi/ Von meinem iPad gesendet > Am 19.08.2015 um 06:11 schrieb Chris Moody : > > > >> On 08/18/2015 02:34 PM, Chris Moody wrote: >>> On 08/18/2015 02:29 PM, Graeme Gelde

Re: [fpc-pascal] Different idea

2015-08-18 Thread Chris Moody
On 08/18/2015 02:34 PM, Chris Moody wrote: On 08/18/2015 02:29 PM, Graeme Geldenhuys wrote: On 2015-08-18 21:03, Chris Moody wrote: Or perhaps even better, how can I get the command Lazarus sends to FPC from my computer so I can issue it on the Pi? "Project -> Project Options -> Show Opti

Re: [fpc-pascal] Different idea

2015-08-18 Thread Chris Moody
On 08/18/2015 02:29 PM, Graeme Geldenhuys wrote: On 2015-08-18 21:03, Chris Moody wrote: Or perhaps even better, how can I get the command Lazarus sends to FPC from my computer so I can issue it on the Pi? "Project -> Project Options -> Show Options" 'Show Options' is a button at the bottom o

Re: [fpc-pascal] Different idea

2015-08-18 Thread Graeme Geldenhuys
On 2015-08-18 21:03, Chris Moody wrote: > Or perhaps even better, > how can I get the command Lazarus sends to FPC from my computer so I can > issue it on the Pi? "Project -> Project Options -> Show Options" 'Show Options' is a button at the bottom of the dialog. Regards, - Graeme - __

[fpc-pascal] Different idea

2015-08-18 Thread Chris Moody
Having issues getting cross compiling to work, so here's another idea: What files would I need to move from Lazarus on my computer to the Pi, so it will be able to find all of the libraries? Or perhaps even better, how can I get the command Lazarus sends to FPC from my computer so I can issue