Re: [C++-sig] Re: Compiling boost python

2020-04-29 Thread Torsten Knüppel
just discovered this lately, have been using it, and I’m thrilled with it. The only catch is that you need to be compiling with at least a C++11 compiler, but that is a pretty low bar these days.   Andy   From: Cplusplus-sig on behalf of Torsten Knüppel Reply-To

[C++-sig] Compiling boost python

2020-04-29 Thread Torsten Knüppel
Dear all,   I'm trying to compile boost.python with a version of python, that I've downloaded and built myself. Is the "No-install quickstart"-page (https://www.boost.org/doc/libs/1_73_0/libs/python/doc/html/building/no_install_quickstart.html) still updated, because some of the links are broken