Re: [Rdkit-discuss] libc++ fix for RDKit_2013_06_1

2013-11-05 Thread Hans De Winter
Hi all, all errors are gone with the given changes applied :-) Just for your information, my installation workflow was the following: 1) brew install boost 2) brew install cmake 3) export RDBASE=/usr/local/src/RDKit_2013_09_1 4) Modification of the $RDBASE/Code/RDGeneral/Dict.h file as

Re: [Rdkit-discuss] libc++ fix for RDKit_2013_06_1

2013-11-05 Thread David Hall
FYI if you want to still use homebrew to install rdkit with the fixes applied: brew install --HEAD rdkit will pull from git head for the rdkit install and compiles on mavericks -David On Tue, Nov 5, 2013 at 11:26 AM, Hans De Winter h...@silicos-it.com wrote: Hi all, all errors are gone

Re: [Rdkit-discuss] libc++ fix for RDKit_2013_06_1

2013-11-04 Thread greg landrum
Awesome! Thanks for this. I will fix the code in GitHub. -greg On 04 Nov 2013, at 19:09, Jack Howarth howa...@bromo.med.uc.edu wrote: Howard Hinnant, one of the Apple libc++ maintainers, kindly analyzed the compilation failure of Timer.cpp and had the following comments...

Re: [Rdkit-discuss] libc++ fix for RDKit_2013_06_1

2013-11-04 Thread Greg Landrum
The change discussed below is now checked into github. Here's the diff: https://github.com/rdkit/rdkit/commit/3fec9346f516377cce1a23b6181385cef593de13 Since I don't have access to a mac running mavericks, it would be great if someone could give this a try and see if it clears up the compile