[C++-sig] Boost Python Wrong Python Version macOS

2020-09-04 Thread Mortimer Hemmit
Hello, I am trying to build the Python library for Boost 1.74.0 on macOS Catalina 10.15.8 with the default Clang 11.0.3. I also installed Python 3.7.9 from python.org I am following the instructions located at

Re: [C++-sig] Boost Python Wrong Python Version macOS

2020-09-07 Thread Mortimer Hemmit
like the ./b2 program doesn't recognize version 3.7, only 2.7. Let me know if you need any more information. Any help is greatly appreciated. Thanks, Mortimer On Thu, Sep 3, 2020 at 2:19 PM Mortimer Hemmit wrote: > > Hello, > > I am trying to build the Python library for

Re: [C++-sig] Boost Python Wrong Python Version macOS

2020-09-10 Thread Mortimer Hemmit
get this working, and I hope this information helps you (or someone else) find (and fix!) some of them. Thank you very much, Mortimer On Mon, Sep 7, 2020 at 2:47 PM Stefan Seefeld wrote: > > Hi Mortimer, > > On 2020-09-06 12:54 p.m., Mortimer Hemmit wrote: > > Hi Stefan, >