Re: [Lazarus] Can I build a Lazarus GUI program only with fpc installed?

2016-01-21 Thread Michael Van Canneyt
On Thu, 21 Jan 2016, Mattias Gaertner wrote: On Thu, 21 Jan 2016 10:14:33 +0100 Michael Schnell wrote: On 01/21/2016 09:51 AM, Bo Berglund wrote: ditch the platforms that would not allow me to install Lazarus... It should be possible to link a project against the LCL without completely

Re: [Lazarus] Can I build a Lazarus GUI program only with fpc installed?

2016-01-21 Thread Mattias Gaertner
On Thu, 21 Jan 2016 10:14:33 +0100 Michael Schnell wrote: > On 01/21/2016 09:51 AM, Bo Berglund wrote: > > ditch the platforms that would not > > allow me to install Lazarus... > > It should be possible to link a project against the LCL without > completely installing Lazarus or using Lazaru

Re: [Lazarus] Can I build a Lazarus GUI program only with fpc installed?

2016-01-21 Thread Michael Schnell
On 01/21/2016 09:51 AM, Bo Berglund wrote: ditch the platforms that would not allow me to install Lazarus... It should be possible to link a project against the LCL without completely installing Lazarus or using Lazarus on that platform This does not even require cross compiling. The pro

Re: [Lazarus] Can I build a Lazarus GUI program only with fpc installed?

2016-01-21 Thread Bo Berglund
On Sun, 17 Jan 2016 09:09:37 +0100, Bo Berglund wrote: Thanks for your comments! After looking through them and a lot of web resources I came to the conclusion that it is not worth the time. I decided to go with a Lazarus installation instead and ditch the platforms that would not allow me to ins

Re: [Lazarus] Can I build a Lazarus GUI program only with fpc installed?

2016-01-18 Thread Michael Schnell
On 01/17/2016 09:09 AM, Bo Berglund wrote: If I install only fpc is it then possible to build a GUI program from sources without also installing Lazarus (on Linux target)? Of course: if you create your of GUI. Alternatively you can also use MSE instead of Lazarus (I suppose there are some mo

Re: [Lazarus] Can I build a Lazarus GUI program only with fpc installed?

2016-01-17 Thread Graeme Geldenhuys
On 2016-01-17 08:09, Bo Berglund wrote: > If I install only fpc is it then possible to build a GUI program from > sources without also installing Lazarus (on Linux target)? Of course it is - as long as you have all the dependencies installed too, and if you application is LCL based, you obviously

Re: [Lazarus] Can I build a Lazarus GUI program only with fpc installed?

2016-01-17 Thread Anthony Walter
At a minimum for lcl graphics form applications you need the lcl and lazbuild installed, as well as a valid set of config files, all of which are included with Lazarus. If you want to build just using fpc, then you'll need to gather at least those pieces together, and the easiest way to do that is

[Lazarus] Can I build a Lazarus GUI program only with fpc installed?

2016-01-17 Thread Bo Berglund
If I install only fpc is it then possible to build a GUI program from sources without also installing Lazarus (on Linux target)? Say that I have a simple GUI program that is imported in Lazarus from Delphi7 by using the import tool in Lazarus on a Linux platform. It builds and runs OK on that plat