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

2019-10-14 Thread Martin Frb via lazarus
On 15/10/2019 02:07, Anthony Tekatch via lazarus wrote: I am having some difficulty with the gdb code signing: You are aware that the IDE now supports LLDB too? https://forum.lazarus.freepascal.org/index.php/topic,42869.0.html -- ___ lazarus mailing

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

2019-10-14 Thread Anthony Tekatch via lazarus
On Mon, 14 Oct 2019 19:10:14 -0400, Anthony Walter via lazarus wrote: > Testers need. > ... > https://www.getlazarus.org/download/?platform=macintosh Thank you for making this. The script itself installed all parts without problems. I am having some difficulty with the gdb code signing:

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

2019-10-14 Thread Martin Frb via lazarus
On 15/10/2019 02:35, Anthony Walter wrote: Martin, Yes I read the message requesting lldb testing the other day. I haven't taken the time to test it yet, but as I understand it's a great project that will hopefully allow for better debugging (such as inspecting and changing properties at

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

2019-10-14 Thread Anthony Walter via lazarus
Also, about code signing gdb, my setup script will install it for you using either Homebrew or Macports, you get to choose. You may want to try these alternate steps and skip the debugger install steps (the script already installed it), and proceed with the code signing steps:

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

2019-10-14 Thread Ryan Joseph via lazarus
> On Oct 14, 2019, at 7:10 PM, Anthony Walter via lazarus > wrote: > > Testers need. > > I created a new installer for OSX that includes a 64-bit only Cocoa version > of FPC and Lazarus. I don't have Catalina installed, so I am looking for > testers and any variety of OSX. It worked for

[Lazarus] OSX 64 bit Cocoa + Catalina Installer

2019-10-14 Thread Anthony Walter via lazarus
Testers need. I created a new installer for OSX that includes a 64-bit only Cocoa version of FPC and Lazarus. I don't have Catalina installed, so I am looking for testers and any variety of OSX. The installer is a shells script that will walk you through Xcode, Homebrew or Macports, as well as

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

2019-10-14 Thread Anthony Walter via lazarus
Martin, Yes I read the message requesting lldb testing the other day. I haven't taken the time to test it yet, but as I understand it's a great project that will hopefully allow for better debugging (such as inspecting and changing properties at runtime) but is still missing some important

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

2019-10-14 Thread Anthony Walter via lazarus
Ryan, To answer your question, I just haven't taken the time to try out lldb yet. I guess it can be switched to lldb in the Lazarus interface. About that crash, it probably comes from somewhere in the Cocoa widgetset, which is currently still in development. It's far along enough to enable the

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

2019-10-14 Thread Anthony Walter via lazarus
Here is a short video where I demonstrate how to switch between the gdb and lldb inside Lazarus. I also demonstrate how to move docked windows. There is no audio, but anyone should be able to follow along. Interestingly the Cocoa widgetset throws an exception when a docked window is undocked or

Re: [Lazarus] Install Lazarus on Mac OSX Catalina

2019-10-14 Thread Anthony Tekatch via lazarus
On Sun, 13 Oct 2019 03:11:07 -0400, Anthony Walter via lazarus wrote: > Eventually I gave up on building it myself and used fpcudeluxe instead > to install a Cocoa 64bit compiler and Lazarus. Interesting, how did you get fpcupdeluxe to run on a Mac? I tried downloading:

Re: [Lazarus] Install Lazarus on Mac OSX Catalina

2019-10-14 Thread Anthony Tekatch via lazarus
On Sun, 13 Oct 2019 07:53:05 +0100, Graeme Geldenhuys via lazarus wrote: > As Catalina doesn't have 32-bit support, I would imagine you need to > compile 64-bit FPC first, then build Lazarus with the 64-bit fpc > compiler. I think fpc on my system is already at 64-bit: fpc -iTP x86_64 fpc -iV