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

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: fpcupdeluxe-x86_64-dar

Re: [Lazarus] Install Lazarus on Mac OSX Catalina

2019-10-13 Thread C Western via lazarus
Some experiences having just tried moving my main application to Cocoa without upgrading to Catalina. The results look very promising, and my application looks usable, though I didn't try running 64 bit Lazarus. i can make the following observations: 1. For 32 bit compilation you need to avoid

Re: [Lazarus] Install Lazarus on Mac OSX Catalina

2019-10-13 Thread Anthony Walter via lazarus
I'm not on Catalina yet, but I tried building a cross compiler for Cocoa with 64bit OSX earlier today and failed. It seems that Lazarus on OSX can't see a 64bit compiler if you use cross install. What I thought would work was: make all make install INSTALL_PREFIX=`pwd` crossinstall OS_TARGET=darw

Re: [Lazarus] Install Lazarus on Mac OSX Catalina

2019-10-12 Thread Graeme Geldenhuys via lazarus
On 13/10/2019 12:42 am, Anthony Tekatch via lazarus wrote: > report: error: undefined symbols for architecture i386 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 would also imagine you can't use t

Re: [Lazarus] Install Lazarus on Mac OSX Catalina

2019-10-12 Thread Anthony Tekatch via lazarus
On Sat, 12 Oct 2019 18:00:14 -0400, Anthony Tekatch via lazarus wrote: > Thank you. I got it to work. That was a bit premature. Lazarus cannot be rebuilt after installing packages. packages install save and rebuild report: error: undefined symbols for architecture i386 --

Re: [Lazarus] Install Lazarus on Mac OSX Catalina [SOLVED]

2019-10-12 Thread Anthony Tekatch via lazarus
On Sat, 12 Oct 2019 14:08:46 -0400, Ryan Joseph via lazarus wrote: > I had to build my version from sources ... Thank you. I got it to work. I modified the Wiki: https://wiki.freepascal.org/Installing_Lazarus_on_MacOS_X#Step_1._Download_Xcode. To indicate that old Xcode must be trashed befo

Re: [Lazarus] Install Lazarus on Mac OSX Catalina

2019-10-12 Thread Graeme Geldenhuys via lazarus
On 12/10/2019 7:05 pm, Anthony Tekatch via lazarus wrote: > Any advice on getting Lazarus to work on > a Mac now? Probably not helpful now, but don't ever just upgrade your OS to a new major version without doing some research first. Catalina breaks a lot of things! Plus the one major thing is tha

Re: [Lazarus] Install Lazarus on Mac OSX Catalina

2019-10-12 Thread Mattias Gaertner via lazarus
On Sat, 12 Oct 2019 14:08:46 -0400 Ryan Joseph via lazarus wrote: > The Carbon widget set along with all 32-bit code are not available in > 10.15, which means you need to build Lazarus with the Cocoa widgets. > I had to build my version from sources because I was told the Cocoa > widgets are “alp

Re: [Lazarus] Install Lazarus on Mac OSX Catalina

2019-10-12 Thread Ryan Joseph via lazarus
The Carbon widget set along with all 32-bit code are not available in 10.15, which means you need to build Lazarus with the Cocoa widgets. I had to build my version from sources because I was told the Cocoa widgets are “alpha”, but that really needs to be upgraded to stable and released to the p

[Lazarus] Install Lazarus on Mac OSX Catalina

2019-10-12 Thread Anthony Tekatch via lazarus
My Mac was upgraded to the "Catalina" OS version and now I cannot find any Lazarus downloads that work. Any advice on getting Lazarus to work on a Mac now? I did get the latest XCODE to install by deleting the existing XCODE app. Thanks, Anthony -- ___