Re: [Rdkit-discuss] Problem building recent revisions on Windows

2015-04-17 Thread Greg Landrum
On Wed, Apr 8, 2015 at 6:41 PM, Greg Landrum greg.land...@gmail.com wrote: That's the second pointer to appveyor on this topic. Time for me to investigate. It would be awesome to have this happen automatically like with the linux builds on Travis. Just a followup to the list on what's going

Re: [Rdkit-discuss] Problem building recent revisions on Windows

2015-04-14 Thread James Davidson
@lists.sourceforge.net Subject: Re: [Rdkit-discuss] Problem building recent revisions on Windows Hi James Thanks for your patience here. I will invest the time in trying to get automated builds happening on this Windows side so that this stops happening. I just pushed some changes that should clear up the MolHash

Re: [Rdkit-discuss] Problem building recent revisions on Windows

2015-04-13 Thread Greg Landrum
Hi James Thanks for your patience here. I will invest the time in trying to get automated builds happening on this Windows side so that this stops happening. I just pushed some changes that should clear up the MolHash-related build problems. I had forgotten that that bit of code still needed to

Re: [Rdkit-discuss] Problem building recent revisions on Windows

2015-04-13 Thread James Davidson
Here's an update: Tried building rev5211, but saw similar linking errors (to do with Boost threading libraries). The most recent build that I have successfully managed without the errors is rev5016. It occurred to me that a couple of my cmake options relate to threading

Re: [Rdkit-discuss] Problem building recent revisions on Windows

2015-04-09 Thread James Davidson
Hi Greg, James: one odd thing I notice about the error messages you posted is that they are all referencing a boost library that seems to be present in your build directory: Error  2651   error LNK2005: public: virtual __cdecl

Re: [Rdkit-discuss] Problem building recent revisions on Windows

2015-04-08 Thread Greg Landrum
Here's an update: Using the version that's now in master (which has Paolo's pull request applied, thanks Paolo!), I was able to build and test the RDKit without unexpected problems on my windows box. James: one odd thing I notice about the error messages you posted is that they are all

Re: [Rdkit-discuss] Problem building recent revisions on Windows

2015-04-08 Thread Paolo Tosco
of the tests. Kind regards James *From:*Greg Landrum [mailto:greg.land...@gmail.com] *Sent:* 08 April 2015 15:14 *To:* James Davidson *Cc:* rdkit-discuss@lists.sourceforge.net *Subject:* Re: [Rdkit-discuss] Problem building recent revisions on Windows I will fire up windows tomorrow morning

Re: [Rdkit-discuss] Problem building recent revisions on Windows

2015-04-08 Thread James Davidson
Hi Paolo, Unfortunately I have the impression that James' problem is related to neither of those. Might it be a boost/libboost naming issue? Perhaps, but cmake seems happy (see below)... James, could it be that you have multiple version of boost on your Windows machine and CMake is not

Re: [Rdkit-discuss] Problem building recent revisions on Windows

2015-04-08 Thread Rich Lewis
Hi Greg, I see rdkit currently uses Travis CI, but have you considered also using a Windows specific CI server like appveyor http://www.appveyor.com/ in addition? It is free for open source projects, and may guard against problems such as that seen in this thread in future development. I think

[Rdkit-discuss] Problem building recent revisions on Windows

2015-04-08 Thread James Davidson
Dear All, I just tried building the latest RDKit build (rev. 5204) from the github repository, and hit a lot of link errors... So (somewhat at random) I tried an older build (5042), and saw very similar things (errors for this attempt are below). I am running on 64-bit Windows, and use cmake

Re: [Rdkit-discuss] Problem building recent revisions on Windows

2015-04-08 Thread Greg Landrum
I will fire up windows tomorrow morning and ensure that things can build. It's been a couple weeks since I last did that. -greg On Wed, Apr 8, 2015 at 3:43 PM, James Davidson j.david...@vernalis.com wrote: Dear All, I just tried building the latest RDKit build (rev. 5204) from the github

Re: [Rdkit-discuss] Problem building recent revisions on Windows

2015-04-08 Thread James Davidson
@lists.sourceforge.net Subject: Re: [Rdkit-discuss] Problem building recent revisions on Windows I will fire up windows tomorrow morning and ensure that things can build. It's been a couple weeks since I last did that. -greg On Wed, Apr 8, 2015 at 3:43 PM, James Davidson j.david

Re: [Rdkit-discuss] Problem building recent revisions on Windows

2015-04-08 Thread Greg Landrum
That's the second pointer to appveyor on this topic. Time for me to investigate. It would be awesome to have this happen automatically like with the linux builds on Travis. -greg On Wednesday, April 8, 2015, Rich Lewis rl...@cam.ac.uk wrote: Hi Greg, I see rdkit currently uses Travis CI, but