Re: [Open Babel] Using Openbabel with a New Package

2019-10-02 Thread Asem Alenaizan
Excellent! This seems to work. A second point is that I still need to set BABEL_DATADIR to the correct path when I use the conda package in Windows, unlike in Linux and Mac. This is a minor issue but It would be convenient if users do not need to mess with environment variables. Thanks for yo

Re: [Open Babel] Using Openbabel with a New Package

2019-10-02 Thread Noel O'Boyle
It took me a little while to figure it out, but try adding the following to your CMake file: add_definitions(-DUSING_DYNAMIC_LIBS) On Wed, 2 Oct 2019 at 12:34, Noel O'Boyle wrote: > I will try and get some time to look at this. My only thought at the > moment is that the Windows build has its ow

Re: [Open Babel] Using Openbabel with a New Package

2019-10-02 Thread Noel O'Boyle
I will try and get some time to look at this. My only thought at the moment is that the Windows build has its own babelconfig.h; I forget the details at the moment, but you need to include that instead of the 'default' one. - Noel On Sun, 29 Sep 2019 at 19:51, Asem Alenaizan wrote: > It seems t