On Fri, 25 Oct 2019 10:23:29 -0500
Dan Star via lazarus <lazarus@lists.lazarus-ide.org> wrote:

>[...]
> Same error now:
> 
> Build IDE: Exit code 2, Errors: 3
> Error: ld: framework not found Cocoa
> make[2]: *** [lazarus] Error 1
> make[1]: *** [idepkg] Error 2
> Error: make: *** [idepkg] Error 2
> Linking ../lazarus
> An error occurred while linking
> Error: Error while linking
> 
> so something with config.  Will look up details on how to build from 
> command line and try that.  Thanks.

The Cocoa LCL passes "-k-framework Cocoa" to fpc.
Check your /etc/fpc.cfg for -XR and -Fl options.
The -XR prepends a path to all -Fl paths.
I don't have Catalina to test, but maybe this works:
-Fl/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk


Mattias
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to