Re: [C++-sig] boost pythong build issues

2018-10-17 Thread Thomas Berg
Hello, On Tue, Oct 16, 2018 at 4:14 PM Ibrahim Alkeilani wrote: > Configuration: > boost version: 1.67 and 1.68 > build system: boost build and MS Visual Studio 12 > python version: 3.6 64-bit > So you are linking against a 64-bit python build? > wondering if someone can generously take a lo

[C++-sig] distributing libraries built using Boost.Python

2018-10-17 Thread danielle amethyst brake
Hi Boost.Python friends, I have a library, which consists foremostly of a set of bindings built using Boost.Python, and I am finding distribution to be a barrier. Requiring the user to build themselves prevents most of my users from, well, being users. Hence, I am writing today to query about bes