[Lazarus] Qt5 build of program, modal dialogs go to background

2019-10-25 Thread AlexeyT via lazarus
I made Qt5 build of CudaText, pls test and see is my bug present? I test on Ubuntu w/o Qt5: user@PC:~$ qmake --version qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory user@PC:~$ qmake-qt5 --version Command 'qmake-qt5' not found, did you mean:  

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

2019-10-25 Thread Dan Star via lazarus
On 10/25/19 10:16 AM, Dmitry Boyarintsev via lazarus wrote: On Fri, Oct 25, 2019 at 11:12 AM Dan Star via lazarus mailto:lazarus@lists.lazarus-ide.org>> wrote: /Compiler "/Users/Dan/Development/FreePascal/fpc/bin/x86-64-darwin/fpc.sh" does not support target x86-64-macos./

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

2019-10-25 Thread Dmitry Boyarintsev via lazarus
On Fri, Oct 25, 2019 at 11:12 AM Dan Star via lazarus < lazarus@lists.lazarus-ide.org> wrote: > /Compiler > "/Users/Dan/Development/FreePascal/fpc/bin/x86-64-darwin/fpc.sh" does > not support target x86-64-macos./ > "macos" platform target refers to Classic MacOS (MacOS 9), rather than MacOSX

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

2019-10-25 Thread Dan Star via lazarus
On 10/25/19 10:06 AM, Martin Frb via lazarus wrote: On 25/10/2019 16:54, Dan Star via lazarus wrote: If I remove those 2 packages and try to build vanilla Laz MacOS 64 I get the same errors so looks like a configuration problem caused by having had Laz 32 installed previously. Maybe go to

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

2019-10-25 Thread Dmitry Boyarintsev via lazarus
On Fri, Oct 25, 2019 at 10:54 AM Dan Star via lazarus < lazarus@lists.lazarus-ide.org> wrote: > The 'Build Lazarus" Information window appears OK for Cocoa but just > guessing; there is no way to copy this information to the clipboard nor > can I find a config file with it. > Try to build IDE

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

2019-10-25 Thread Martin Frb via lazarus
On 25/10/2019 16:54, Dan Star via lazarus wrote: If I remove those 2 packages and try to build vanilla Laz MacOS 64 I get the same errors so looks like a configuration problem caused by having had Laz 32 installed previously. Maybe go to "configure build lazarus" and choose target cpu (and

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

2019-10-25 Thread Dan Star via lazarus
On 10/25/19 8:34 AM, Martin Frb via lazarus wrote: On 25/10/2019 15:25, 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:

[Lazarus] OSX 64 bit Cocoa + Catalina Installer

2019-10-25 Thread Dan Star via lazarus
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 Cocoa make[2]: *** [lazarus] Error 1 make[1]: *** [idepkg] Error 2

Re: [Lazarus] debug "textfile" [[was: Re: Feedback about GDB on Windows]]

2019-10-25 Thread Luca Olivetti via lazarus
El 25/10/19 a les 3:24, Martin Frb via lazarus ha escrit: On 21/10/2019 12:18, Luca Olivetti via lazarus wrote: Testing with Stabs (fpc -g or -gs  / the default for 32 bit) is pointless. It's the only format that shows the content of a record, e.g. var f:textfile stabs (-g) -> f = record