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

2020-05-01 Thread Lewis Evans
gt; Today's Topics: > >1. Re: Compiling boost python (Axel Huebl) > > > -- > > Message: 1 > Date: Thu, 30 Apr 2020 14:21:40 -0700 > From: Axel Huebl > To: Development of Python/C++ integration >

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

2020-04-30 Thread Axel Huebl
;Date: Thursday, April 30, 2020 at 8:30 AM >To: Development of Python/C++ integration >Subject: Re: [C++-sig] Compiling boost python > >But having one more lib outside boost means one more dependency. > >The sad thing is that dropping support for "the oldest and buggiest of >compil

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

2020-04-30 Thread Andrew Voelkel
ation Date: Thursday, April 30, 2020 at 8:30 AM To: Development of Python/C++ integration Subject: Re: [C++-sig] Compiling boost python But having one more lib outside boost means one more dependency. The sad thing is that dropping support for "the oldest and buggiest of compiler specimens

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

2020-04-30 Thread Skip Montanaro
> How the cmake support for pybind ? I don't know cmake, but I did use pybind11 at my last job. It's nothing more than header files (no libraries to link). I doubt it would be difficult to support. Skip ___ Cplusplus-sig mailing list Cplusplus-sig@pytho

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

2020-04-30 Thread Alain O' Miniussi
ing 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: Development of Python/C++ integration >> Date: Wednesday, April 29, 2020 at 7:34 AM

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

2020-04-29 Thread Andrew Voelkel
quot;cplusplus-sig@python.org" Subject: [C++-sig] Compiling boost python 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/li

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

2020-04-29 Thread Andrew Voelkel
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: Development of Python/C++ integration Date: Wednesday, April 29, 2020 at 7:34 AM To: "cplusplus-sig@python.org" Subject: [C++-sig] Compi

[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