[sage-devel] Re: Unable to build Sage develop branch on MacOS 10.13.6

2022-04-16 Thread Adarsh Kishore
Hello, Not sure if I am the best person to answer this (I am not a maintainer). But as far as I know, the only way to get all dependencies correct would be to build from scratch. Because one thing is linked symbolically in many places, so to update all of them would require a complete build fro

[sage-devel] Re: Unable to build Sage develop branch on MacOS 10.13.6

2022-04-16 Thread Jing Guo
Thank you, Prof. Koeppe. I was just wondering that is there another way to resolve this without having to "build everything" from scartch again? 在2022年4月16日星期六 UTC+8 01:53:28 写道: > Using macports is currently untested. I have a branch for macports support > in https://trac.sagemath.org/ticket/

[sage-devel] Re: Unable to build Sage develop branch on MacOS 10.13.6

2022-04-15 Thread Matthias Koeppe
Using macports is currently untested. I have a branch for macports support in https://trac.sagemath.org/ticket/31505 (which I've just rebased on the current release candidate). Please try with this. On Friday, April 15, 2022 at 5:01:48 AM UTC-7 dev@gmail.com wrote: > Thank you. I used MacP

[sage-devel] Re: Unable to build Sage develop branch on MacOS 10.13.6

2022-04-14 Thread Matthias Koeppe
The config.log that you sent does not correspond to this build. It comes from a run of "configure" that ended with the error: "configure:10277: error: Cannot build Sage on macOS with GNU's gcc. Make use gcc and g++ are actually Clang compilers." So what needs to be done here is to clean up PATH.