Re: [OpenBabel-Devel] Compilation error in trunk

2010-06-17 Thread David C . Lonie
From: "Noel O'Boyle" Subject: Re: [OpenBabel-Devel] Compilation error in trunk Date: Thu, 17 Jun 2010 20:03:21 +0100 > On 17 June 2010 17:33, David Lonie wrote: >> On Thu, Jun 17, 2010 at 12:31 PM, Geoffrey Hutchison >> wrote: >>>> I added it, but

Re: [OpenBabel-Devel] Compilation error in trunk

2010-06-17 Thread Noel O'Boyle
On 17 June 2010 17:33, David Lonie wrote: > On Thu, Jun 17, 2010 at 12:31 PM, Geoffrey Hutchison > wrote: >>> I added it, but it still fails to compile, same error. Odd thing is >>> that the current trunk compiles fine on my laptop. Any other ideas? >> >> What version of GCC do you have on your l

Re: [OpenBabel-Devel] Compilation error in trunk

2010-06-17 Thread David Lonie
On Thu, Jun 17, 2010 at 12:31 PM, Geoffrey Hutchison wrote: >> I added it, but it still fails to compile, same error. Odd thing is >> that the current trunk compiles fine on my laptop. Any other ideas? > > What version of GCC do you have on your laptop? 4.5.0 Dave --

Re: [OpenBabel-Devel] Compilation error in trunk

2010-06-17 Thread David Lonie
Ok. FWIW, these computers seem to be a bit behind on maintanence, I have a few other codes that are failing on them that work fine everywhere else. So, no real rush to get this fix -- I'll just run an older checkout for a while. Thanks, Dave On Thu, Jun 17, 2010 at 12:22 PM, Noel O'Boyle wrote:

Re: [OpenBabel-Devel] Compilation error in trunk

2010-06-17 Thread Geoffrey Hutchison
> I added it, but it still fails to compile, same error. Odd thing is > that the current trunk compiles fine on my laptop. Any other ideas? What version of GCC do you have on your laptop? -Geoff -- ThinkGeek and WIRED's

Re: [OpenBabel-Devel] Compilation error in trunk

2010-06-17 Thread Noel O'Boyle
I've looked into it properly, and can't figure out why it's failing with g++ (works with MSVC) even after #include functional and algorithms and putting std:: everywhere. I'll rewrite it this evening to avoid using the STL; in the meanwhile, you can just comment out the body of this function to co

Re: [OpenBabel-Devel] Compilation error in trunk

2010-06-17 Thread David Lonie
Hi Noel, I added it, but it still fails to compile, same error. Odd thing is that the current trunk compiles fine on my laptop. Any other ideas? Dave On Thu, Jun 17, 2010 at 11:35 AM, Noel O'Boyle wrote: > That's me. I must have to #include . Can you stick this at > the top of perception.cpp an

Re: [OpenBabel-Devel] Compilation error in trunk

2010-06-17 Thread Noel O'Boyle
That's me. I must have to #include . Can you stick this at the top of perception.cpp and see if it works? If so, and you don't have commit access, I'll check it in. - Noel On 17 June 2010 16:31, David Lonie wrote: > There seems to be a problem with a recent commit to trunk: > > openbabel-trunk/s