Re: [Open Babel] g++ can't find "openbabel/obconversion.h"

2016-11-21 Thread Dimitri Maziuk
On 11/21/2016 02:29 PM, Geoffrey Hutchison wrote: > I'd keep this on the list, because there are plenty of other people who can > answer your problem. > > You're not linking to libopenbabel: >> g++ Process_Ligand.cpp >> /tmp/cceu81Mg.o: In function `Convert_2_MOL2(char*, char const*, char >> co

Re: [Open Babel] g++ can't find "openbabel/obconversion.h"

2016-11-21 Thread Geoffrey Hutchison
I'd keep this on the list, because there are plenty of other people who can answer your problem. You're not linking to libopenbabel: > g++ Process_Ligand.cpp > /tmp/cceu81Mg.o: In function `Convert_2_MOL2(char*, char const*, char const*, > char*, int, int)': > Process_Ligand.cpp:(.text+0x1a70):

Re: [Open Babel] g++ can't find "openbabel/obconversion.h"

2016-11-20 Thread Geoffrey Hutchison
> I installed openbabel on ubuntu using: sudo apt-get install openbabel > I get the error: fatal error: openbabel/obconversion.h: No such file or > directory Most Linux distributions do not install the headers or other development interfaces in the standard packages. You'll want to install open

Re: [Open Babel] g++ can't find "openbabel/obconversion.h"

2016-11-20 Thread David Hall
You need libopenbabel-dev > On Nov 20, 2016, at 6:50 PM, James Johnson wrote: > > I installed openbabel on ubuntu using: sudo apt-get install openbabel > -- ___ OpenBabel-d