[Rdkit-discuss] Error compiling RDKit with MinGW on Windows

2016-06-23 Thread Anne
Hi everyone, I have been trying to compile RDKit (rdkit-Release_2016_03_2.tar.gz) using CodeBlocks 16.01 with the MinGW (gcc 4.9) compiler on Win7. But I keep getting the following error in the LocaleSwitcher.cpp: [] [ 1%] Building CXX object Code/RDGeneral/CMakeFiles/RDGeneral.dir/Dict.

[Rdkit-discuss] conda build of Release_2016_03_2 failed on Ubuntu 16.04.

2016-06-23 Thread Axel Pahl
Dear all, I just tried to build the current Release_2016_03_2 with conda on Ubuntu 16.04 and ran into an error. I used a fresh clone of conda-rdkit and changed the git tag in rdkit/meta.yaml from Release_2016_03_1 to Release_2016_03_2. Then: $ conda build boost This ran without problems. Then:

Re: [Rdkit-discuss] Error compiling RDKit with MinGW on Windows

2016-06-23 Thread Paul Emsley
On 23/06/16 13:29, Anne wrote: > Hi everyone, > > I have been trying to compile RDKit (rdkit-Release_2016_03_2.tar.gz) > using CodeBlocks 16.01 with the MinGW (gcc 4.9) compiler on Win7. But I > keep getting the following error in the LocaleSwitcher.cpp: > > [] > > [ 1%] Building CXX object >

Re: [Rdkit-discuss] Error compiling RDKit with MinGW on Windows

2016-06-23 Thread Paolo Tosco
Dear Anne, tonight I'll be working on getting a working RDKit build using MinGW compilers; I'll update you as soon as I have finished. Best, Paolo On 23/06/2016 13:29, Anne wrote: > Hi everyone, > > I have been trying to compile RDKit (rdkit-Release_2016_03_2.tar.gz) > using CodeBlocks 16.01 wi

Re: [Rdkit-discuss] Error compiling RDKit with MinGW on Windows

2016-06-23 Thread Brian Kelley
Mingw apparently doesn't support xlocale. There are a few issues floating around when doing a brief web search. One option is to simply revert back to the older code for mingw, however we also may need to disable the regression test in this case. I can supply a patch for this once I get ming

Re: [Rdkit-discuss] Struggling with apache + rdkit + django

2016-06-23 Thread Stéphane Téletchéa
Le 22/06/2016 à 02:56, Stéphane Téletchéa a écrit : > Since I have tried to reproduce all the > steps properly I'll set up soon a post > on my blog about this, so others will be able to reproduce easily the > initial steps without being blocked like > me for some days ... Once the post is up, I'll

Re: [Rdkit-discuss] conda build of Release_2016_03_2 failed on Ubuntu 16.04.

2016-06-23 Thread Greg Landrum
Hi Axel, Apologies that I forgot to update the conda-rdkit repo when I did the patch release. I just fixed the conda build recipe so that it uses 2016_03_2. One note: when I built on ubuntu 16.04 I also needed to rebuild a local copy of boost. You can do this by just doing a "conda build boost" b