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
>
;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
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
> 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
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
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
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
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