Page 1 of 1
Forum

Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!

Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.

Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!



Share:
Notifications
Clear all

[Solved] Lazarus Pascal - MacOS Big Sur - [FPCUPdeluxe] pp.pas(280,36) Error while linking

2 Posts
1 Users
0 Likes
3,260 Views
 Hans
(@hans)
Famed Member Admin
Joined: 11 years ago
Posts: 2678
Topic starter  

When building FPC/Lazarus with FPCUPdeluxe

under macOS Big Sur you may get the error:

An error occurred while linking
pp.pas(280,36) Error: Error while linking
pp.pas(280,36) Fatal: There were 1 errors compiling module, stopping

Based on a message in fpc-devel mailing list (link) I found this option to be working when added as an FPC option under "Setup+".

-XR/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk

I honestly do not know if there will be implications for older macOS version, just thought I'd mention it here as it may be helpful for other.


   
ReplyQuote
 Hans
(@hans)
Famed Member Admin
Joined: 11 years ago
Posts: 2678
Topic starter  

Note: all this assuming you have installed the XCode commandline tools of course! (Terminal: xcode-select --install)

(which you may need to do again after updating XCode - running XCode itself may already resolve this automatically)


   
ReplyQuote
Share: