On 10/23/2018 07:38 PM, Juha Manninen via Lazarus wrote:
> On Tue, Oct 23, 2018 at 8:43 PM Bo Berglund via Lazarus
> wrote:
>> lazarus.pp(1,1) Fatal: Cannot find lazcontroldsgn used by Lazarus.
>
> Ubuntu's Lazarus package is faulty. Just get the sources directly from
> Subversion server and buil
In Linux, I redirect stdin from a file (and/or stdout to a file) by
putting "< input.txt" ("> output.txt", respectively) in Run Parameters
-> Command Line parameters.
I believe that should work for MacOS...
On 10/23/18 2:42 PM, Martin Grajcar via Lazarus wrote:
My process may get started with
> Sent: Wednesday, October 24, 2018 at 12:38 PM
> From: "Juha Manninen via Lazarus"
> To: bo.bergl...@gmail.com, "Lazarus mailing list"
>
> Cc: "Juha Manninen"
> Subject: Re: [Lazarus] Installed lazarus-ide in Ubuntu18, cannot install
> package
>
> On Tue, Oct 23, 2018 at 8:43 PM Bo Berglund
On Tue, Oct 23, 2018 at 8:43 PM Bo Berglund via Lazarus
wrote:
> lazarus.pp(1,1) Fatal: Cannot find lazcontroldsgn used by Lazarus.
Ubuntu's Lazarus package is faulty. Just get the sources directly from
Subversion server and build them.
svn co https://svn.freepascal.org/svn/lazarus/branches/fix
My process may get started with or without console. In the latter case, any
write leads to "Disk full" on MacOS. As I can't eliminate all writes, I'd
need to open both stdout and stderr as /dev/null.
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.
I have decided to try out the version of Lazarus that can be installed
via apt on a brand new installation of Ubuntu 18.04 wit MATE desktop.
So I used this command:
sudo apt install lazarus-ide
This completed without errors and the Applications/Development menu
contains Lazarus 1.8.2, which uses F
On Tue, 23 Oct 2018 08:21:08 +0200
Bo Berglund via Lazarus wrote:
>[...]
> When reading the wiki page
> http://wiki.lazarus.freepascal.org/Cross_compiling#From_Windows_to_Linux
Did you install the binutils?
Did you crossbuild the linux fpc files?
> I understand that the IDE is ready to build fo
On Tue, 23 Oct 2018 08:21:08 +0200, Bo Berglund via Lazarus
wrote:
>When reading the wiki page
>http://wiki.lazarus.freepascal.org/Cross_compiling#From_Windows_to_Linux
>I understand that the IDE is ready to build for Linux out of the box
>provided it is the same CPU family on the target.
>So I c