Re: [OpenBabel-Devel] Build broken on Linux

2010-07-08 Thread Noel O'Boyle
On 8 July 2010 12:30, Konstantin Tokarev wrote: > > > 08.07.10, 15:01, "Chris Morley" : > >> On 08/07/2010 09:53, Konstantin Tokarev wrote: >>  > >>  > >>  > 08.07.10, 12:44, "Noel O'Boyle": >>  > >>  >> Hi Chris, >>  >> >>  >>   According to the dashboard, >>  >> >>  >>   src/ops/sort.cpp:143: er

Re: [OpenBabel-Devel] Build broken on Linux

2010-07-08 Thread Konstantin Tokarev
08.07.10, 15:01, "Chris Morley" : > On 08/07/2010 09:53, Konstantin Tokarev wrote: > > > > > > 08.07.10, 12:44, "Noel O'Boyle": > > > >> Hi Chris, > >> > >> According to the dashboard, > >> > >> src/ops/sort.cpp:143: error: no matching function for call to > >> OpenBabel::OBDescr

Re: [OpenBabel-Devel] Build broken on Linux

2010-07-08 Thread Chris Morley
On 08/07/2010 09:53, Konstantin Tokarev wrote: > > > 08.07.10, 12:44, "Noel O'Boyle": > >> Hi Chris, >> >> According to the dashboard, >> >> src/ops/sort.cpp:143: error: no matching function for call to >> OpenBabel::OBDescriptor::GetIdentifier(std::stringstream) >> >> Where there is is Get

Re: [OpenBabel-Devel] Build broken on Linux

2010-07-08 Thread Konstantin Tokarev
08.07.10, 12:44, "Noel O'Boyle" : > Hi Chris, > > According to the dashboard, > > src/ops/sort.cpp:143: error: no matching function for call to > OpenBabel::OBDescriptor::GetIdentifier(std::stringstream) > > Where there is is GetIdentifier(std::istream& optionText); > > Is this some

[OpenBabel-Devel] Build broken on Linux

2010-07-08 Thread Noel O'Boyle
Hi Chris, According to the dashboard, src/ops/sort.cpp:143: error: no matching function for call to OpenBabel::OBDescriptor::GetIdentifier(std::stringstream) Where there is is GetIdentifier(std::istream& optionText); Is this some inheritance problem with g++? Can a superclass not accept a refer