Good evening everybody,
I've been away from coding a long time, but since i came up with an idea i really want to build, i'm working to pick it up again.
For what i have in mind, a friend of mine convinced me to use Free Pascal + Lazarus and i think it's a good advice.
So that being said, i'm hoping that my following question doesn't sound really stupid (my question also has quite a long introduction..):
I've got a Mac mini (2018) Intel Core I7 with Ventura 13.5.2.
I downloaded and installed Xcode 15.0.1 (the wiki.freepascal-page says it's optional?)
After this i installed Lazarus 3.99, FPC 3.2.2 and FPC-src 3.2.2
When i run Lazarus IDE and try to run a very simple program i get the same error as mentioned in this thread
(-macosx_version_min has been renamed to -macos_version_min) and also a warning
'Id: warning: -multiply_defined is obsolete' + a window which says
'execution aborted' (or something like that, in dutch the message is 'uitvoering afgebroken', as far as i know in english it will be execution aborted).
I read this thread and it seems there is no straight-forward-solution for this at the moment? I also checked
https://gcc.gnu.org/bugzilla//show_bug.cgi?id=110624 but i wasn't able to figure out what to do with it.
Or - taking in account that i'm lacking a bunch of knowledge on this - did i misunderstood something completely?
I hope somebody has an answer and can help me forward on this.
Thanks in advance,
Koenijn