Ok, success!!! Finally sage compiled for me using Matthias' suggestion of "./configure --without-system-freetype" before make.
Something else must have changed though since sage does not like my sage.init file any longer: sage ┌────────────────────────────────────────────────────────────────────┐ │ SageMath version 9.1, Release Date: 2020-05-20 │ │ Using Python 3.7.7. Type "help()" for help. │ └────────────────────────────────────────────────────────────────────┘ File "<ipython-input-1-4500cf3fb705>", line 15 latex_options = {'format': "dot2tex", 'edge_labels':True,'color_by_label':{Integer(1):"blue", Integer(2):"red", Integer(3):"green", Integer(4):"yellow",-Integer(1):"blue", -Integer(2):"red", -Integer(3):"green",-Integer(4):"yellow"}, 'edge_options': lambda (u,v,l): {'backward': l is not None and l>Integer(0)}} ^ SyntaxError: invalid syntax On Tuesday, May 26, 2020 at 12:11:38 AM UTC-7, Matthias Koeppe wrote: > > By "install freetype by hand", do you mean you installed with homebrew? > If not, that's worth trying. > Alternatively, you could try "./configure --without-system-freetype" > before "make". > > Matthias > > On Tuesday, May 26, 2020 at 12:06:57 AM UTC-7, Anne Schilling wrote: >> >> https://www.math.ucdavis.edu/~anne/config.log >> >> On Tuesday, May 26, 2020 at 12:00:46 AM UTC-7, Matthias Koeppe wrote: >>> >>> config.log again please... >>> >>> On Monday, May 25, 2020 at 11:53:50 PM UTC-7, Anne Schilling wrote: >>>> >>>> Thank you! I installed all those. Now it hangs here: >>>> >>>> https://www.math.ucdavis.edu/~anne/matplotlib-2.2.5.log >>>> >>>> I tried to install freetype by hand, but it does not seem to help. >>>> >>>> -- 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 sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/b9bd4221-3f5c-4939-b8ae-7611fc9d3c6b%40googlegroups.com.