Re: [Lazarus] gdb problems on ubtuntu 19.10

2019-10-31 Thread Anthony Walter via lazarus
Stripping debug symbols from my test program has no effect. The gdb program still takes 20-30 seconds to open my text programs written using Lazarus. -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] gdb problems on ubtuntu 19.10

2019-10-31 Thread Martin Frb via lazarus
On 01/11/2019 02:27, Anthony Walter via lazarus wrote: I know this problem is not entirely Lazarus related, but I'm hoping someone here might be able to provide some insight. On a fresh install of Ubuntu 19.10 when running projects from Lazarus with gdb debugging, any and all projects take any

[Lazarus] gdb problems on ubtuntu 19.10

2019-10-31 Thread Anthony Walter via lazarus
I know this problem is not entirely Lazarus related, but I'm hoping someone here might be able to provide some insight. On a fresh install of Ubuntu 19.10 when running projects from Lazarus with gdb debugging, any and all projects take anywhere from 20 to 30 seconds to become interactive after a p

Re: [Lazarus] Lazarus program runs fine in a Terminal but not in a PuTTY session, why?

2019-10-31 Thread Graeme Geldenhuys via lazarus
Hi Bo, On 31/10/2019 10:02 pm, Michael Van Canneyt via lazarus wrote: > If the 'interfaces' unit is in the uses clause of your program, try > removing it. In addition to what Michael said, you can also run `ldd /path/and/program` and Linux will tell you your executable is dependent on X11 librar

Re: [Lazarus] Lazarus program runs fine in a Terminal but not in a PuTTY session, why?

2019-10-31 Thread Michael Van Canneyt via lazarus
On Thu, 31 Oct 2019, Bo Berglund via lazarus wrote: If the program works 100%, you should ask yourself why you needed the GUI routines in the first place ? Michael. I do *not* have *any* GUI routines or such. The program was created as one of the console types Lazarus offers (I do not reall

Re: [Lazarus] Lazarus program runs fine in a Terminal but not in a PuTTY session, why?

2019-10-31 Thread Bo Berglund via lazarus
On Thu, 31 Oct 2019 11:26:26 +0100 (CET), Michael Van Canneyt via lazarus wrote: > > >On Thu, 31 Oct 2019, Bo Berglund via lazarus wrote: > >> On Thu, 31 Oct 2019 11:06:17 +0100, Bo Berglund via lazarus >> wrote: >> >>> I am working on a program intended to be run by cron in unattended >>> mode

Re: [Lazarus] OSX 64 bit Cocoa + Catalina Installer

2019-10-31 Thread Dan Star via lazarus
On Oct 31, 2019, at 7:40 AM, Mattias Gaertner via lazarus wrote: > > On Thu, 24 Oct 2019 15:36:54 -0500 > Dan Star via lazarus wrote: > >> On my other Catalina Mac I cannot install LLDB FPDebug. I get the >> following error when I rebuild the IDE with fpdebug and laz...fplldb >> packages:

Re: [Lazarus] OSX 64 bit Cocoa + Catalina Installer

2019-10-31 Thread Mattias Gaertner via lazarus
On Thu, 24 Oct 2019 15:36:54 -0500 Dan Star via lazarus wrote: > On my other Catalina Mac I cannot install LLDB FPDebug.  I get the > following error when I rebuild the IDE with fpdebug and laz...fplldb > packages: > > Build IDE: Exit code 2, Errors: 3 > Error: ld: framework not found

Re: [Lazarus] OSX 64 bit Cocoa + Catalina Installer

2019-10-31 Thread Anthony Tekatch via lazarus
On Tue, 15 Oct 2019 02:09:29 +0200, Martin Frb wrote: > You are aware that the IDE now supports LLDB too? > https://forum.lazarus.freepascal.org/index.php/topic,42869.0.html Thank you. LLDB did work and helped me find some problems in my program on to get it to work on Mac OSX Catalina. --

Re: [Lazarus] Lazarus program runs fine in a Terminal but not in a PuTTY session, why?

2019-10-31 Thread Michael Van Canneyt via lazarus
On Thu, 31 Oct 2019, Bo Berglund via lazarus wrote: On Thu, 31 Oct 2019 11:06:17 +0100, Bo Berglund via lazarus wrote: I am working on a program intended to be run by cron in unattended mode on a Raspberry Pi without GUI installed. I started it in Windows but have now moved the sources ove

Re: [Lazarus] Lazarus program runs fine in a Terminal but not in a PuTTY session, why?

2019-10-31 Thread Bo Berglund via lazarus
On Thu, 31 Oct 2019 11:06:17 +0100, Bo Berglund via lazarus wrote: >I am working on a program intended to be run by cron in unattended >mode on a Raspberry Pi without GUI installed. > >I started it in Windows but have now moved the sources over to >Raspbian for building on that platform and it do

[Lazarus] Lazarus program runs fine in a Terminal but not in a PuTTY session, why?

2019-10-31 Thread Bo Berglund via lazarus
I am working on a program intended to be run by cron in unattended mode on a Raspberry Pi without GUI installed. I started it in Windows but have now moved the sources over to Raspbian for building on that platform and it does not work as expected... If I open a terminal window inside the Raspbia

Re: [Lazarus] Problem installing package from OLPM on Raspbian

2019-10-31 Thread Bo Berglund via lazarus
On Wed, 30 Oct 2019 23:17:08 +0100, Bo Berglund via lazarus wrote: >What is the cause of this problem and what can I do to solve it? > >Kill lazarus via terminal or what? So this is what I did to get the system running: - killed lazarus so it was not running in hanged state - In a terminal I di