Re: [sage-devel] building from develop branch fails / openssl / MacOS 10.13.6

2023-01-30 Thread Dima Pasechnik
One option might be to install Homebrew and use as many packages from it as you can (e.g. it's openssl). On Mon, Jan 30, 2023 at 8:34 PM Aaron Lauve wrote: > > I'm trying to catch up to the current develop branch. (It's been over a year > since I did this.) > > Running Mac OSX 10.13.6 (High Sier

Re: [sage-devel] building from develop branch fails / openssl / MacOS 10.13.6

2023-02-02 Thread Dima Pasechnik
After installing Homebrew, make sure it has packages autoconf, automake, gettext, pkg-config, gcc, python3, openssl installed. then run source .homebrew-build-env ./bootstrap (which should complete without errors) then ./configure will at the end print a homebrew command to inst