On Thu, Mar 7, 2019 at 10:54 AM Andrew <[email protected]> wrote: > > Although I have not had this problem myself, zlib seems to be an issue for > some macs. For zlib, John H Palmieri recommends: > > ./sage -f zlib python2 python3 && make
this gets me thinking whether https://trac.sagemath.org/ticket/26286 is to blame, specifically the part that is able to pick up the system's zlib. Note that ./sage -f zlib will install the Sage's copy of zlib regardless, and somehow zlib from the system might pass our checks, but be rejected by python (in which case this is probably a python bug) Is this really the case here? > > Presumably, you have already installed the system headers using something > like: > > open > /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg > > > > > On Thursday, 7 March 2019 20:24:17 UTC+11, Vincent Klein wrote: >> >> Ok. Thank you for your answer. > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
