[sage-devel] Re: problems building develop branch

2020-09-24 Thread Anne Schilling
Thank you everyone! That worked! Anne On Tuesday, September 22, 2020 at 2:25:22 AM UTC-7 Kwankyu Lee wrote: > The last line of Volker's recipe is actually: > > * Run "xcode-select --switch > /Applications/Xcode-11.app/Contents/Developer" to switch > -- You received this message because you are

[sage-devel] Re: problems building develop branch

2020-09-22 Thread Kwankyu Lee
The last line of Volker's recipe is actually: * Run "xcode-select --switch /Applications/Xcode-11.app/Contents/Developer" to switch -- 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,

[sage-devel] Re: problems building develop branch

2020-09-21 Thread Volker Braun
* Download Xcode 11 (distributed as .xip I think, double-click to unpack) * Rename to Xcode-11.app so it doesn't clash with Xcode.app * Move to /Applications * Run "xcode-select -p /Applications/Xcode-11.app/Contents/Developer" to switch On Monday, September 21, 2020 at 6:59:26 PM UTC+2 Matthias

[sage-devel] Re: problems building develop branch

2020-09-21 Thread Matthias Koeppe
You can try to downgrade your Xcode command line tools to 11.x, for example using this: https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_11.5/Command_Line_Tools_for_Xcode_11.5.dmg On Monday, September 21, 2020 at 9:14:11 AM UTC-7 anne1.s...@gmail.com wrote: >

Re: [sage-devel] Re: problems building develop branch

2020-09-21 Thread Dima Pasechnik
On Mon, 21 Sep 2020, 17:14 Anne Schilling, wrote: > Ok, thanks for letting me know. Does that mean I can now not work on > tickets that are based on the latest develop branch? > how exactly they are based doesn't really matter, on macOS 10.15 and 11 Sage is seriously broken. Linux might be your

[sage-devel] Re: problems building develop branch

2020-09-21 Thread Anne Schilling
Ok, thanks for letting me know. Does that mean I can now not work on tickets that are based on the latest develop branch? Anne On Monday, September 21, 2020 at 8:58:18 AM UTC-7 Matthias Koeppe wrote: > Hi Anne, > This is from the new Xcode 12 that probably came with a system update. > https://t

[sage-devel] Re: problems building develop branch

2020-09-21 Thread Matthias Koeppe
Hi Anne, This is from the new Xcode 12 that probably came with a system update. https://trac.sagemath.org/ticket/30494 tracks the progress of fixing Sage to support the new Xcode version. Matthias On Monday, September 21, 2020 at 8:51:35 AM UTC-7 anne1.s...@gmail.com wrote: > > Dear All, > > I