Re: [Open Babel] Cannot compile most recent commit :(

2013-08-31 Thread Patrick Fuller
It does, thanks! On Sat, Aug 31, 2013 at 4:17 AM, Noel O'Boyle wrote: > Should work now. > > On 30 August 2013 16:57, Noel O'Boyle wrote: > > See my email to openbabel-devel an hour ago. I'll sort it out this > evening... > > > > - Noel > > > > On 30 August 2013 16:53, Patrick Fuller wrote: >

Re: [Open Babel] Cannot compile most recent commit :(

2013-08-31 Thread Noel O'Boyle
Should work now. On 30 August 2013 16:57, Noel O'Boyle wrote: > See my email to openbabel-devel an hour ago. I'll sort it out this evening... > > - Noel > > On 30 August 2013 16:53, Patrick Fuller wrote: >> With the most recent commit, `cmake . && make` fails with "error: >> ‘shared_ptr’ was not

Re: [Open Babel] Cannot compile most recent commit :(

2013-08-30 Thread Noel O'Boyle
See my email to openbabel-devel an hour ago. I'll sort it out this evening... - Noel On 30 August 2013 16:53, Patrick Fuller wrote: > With the most recent commit, `cmake . && make` fails with "error: > ‘shared_ptr’ was not declared in this scope" in `alias.h:118`. If I do `git > checkout HEAD^`

[Open Babel] Cannot compile most recent commit :(

2013-08-30 Thread Patrick Fuller
With the most recent commit, `cmake . && make` fails with "error: ‘shared_ptr’ was not declared in this scope" in `alias.h:118`. If I do `git checkout HEAD^` and the same procedure, it's fine. Reading through the git log, I'm guessing it has something to do with a conversion from shared_ptr to obsh