Hi all. I have read a few posts about problems installing, many of which seem to have gotten further than me.
So apologies for what will seem like a very newbie question.
Im coming back to Object Pascal after 30 years, and Lazarus looks like the best place to start.
I downloaded the fpc, ran the sudo commands for Xcode command line stuff, then installed fpc.
The online 'guide' for installation then says download and install Lazarus.
So I got the zip file for my M2 Mac, ran Xattr, unzipped.
Lazarus.app starts and I see an IDE
The paths to components reports OK for things like the linker etc.
But compiling even the empty project gets an error:
Error: /Users/jefft/tmp/ppaslink.sh: line 9: 86327 Segmentation fault: 11 /Library/Developer/CommandLineTools/usr/bin/ld -weak_framework AppKit -weak_framework UserNotifications -order_file /Users/jefft/tmp/symbol_order.fpc -multiply_defined suppress -L. -o /Users/jefft/tmp/project1 `cat /Users/jefft/tmp/link86315.res` -filelist /Users/jefft/tmp/linkfiles86315.res
There is a post that talks about amending the Make , but I don't know where to begin finding that.
Any suggestions?