Re: [Rdkit-discuss] It's not possible to build the RDKit with Visual Studio 2015 Update 3

2017-01-04 Thread Greg Landrum
Yeah, there are a couple of workarounds, but given that they have to be done for every class (= a lot of work), I think we're better off just waiting until they fix the compiler bug. FWIW: VS15 Update 2 works fine. -greg On Wed, Jan 4, 2017 at 11:30 AM, Brian Kelley wrote: > Apparently there

Re: [Rdkit-discuss] It's not possible to build the RDKit with Visual Studio 2015 Update 3

2017-01-04 Thread Brian Kelley
Apparently there is a work around: I ran into this bug as well. I ended up forward declaring the template function for the classes it affected (there weren't many in our code). e.g. for a class named BisectLine: namespace boost { template<> const volatile BisectLine* get_pointer(const volatile

[Rdkit-discuss] It's not possible to build the RDKit with Visual Studio 2015 Update 3

2017-01-03 Thread Greg Landrum
I'm not sure how many of you this will be relevant to, but it's important to know that Update 3 of Microsoft's Visual Studio 2015 is not able to build the RDKit Python wrappers. This is due to a compiler bug that ends up affecting boost::python. The bug report for that is here: https://connect.micr