Bill Allombert on Mon, 14 Oct 2019 22:36:40 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Fwd: Mac OS X Catalina issues?


On Sun, Oct 13, 2019 at 08:03:58AM -0700, Watson Ladd wrote:
> Hello,
> 
> I'm getting reports that Pari is crashing on Mac OS X Catalina with
> calculations. I'm wondering if people have experienced this with
> builds from source or binaries, or if it's a "feature" of the way I'm
> building it in macports.

It seems this is an X Code bug:

https://forums.developer.apple.com/thread/121887

Apparently an easy work-around is
export MACOSX_DEPLOYMENT_TARGET=10.14
before Configure / make

Cheers,
Bill.