[OpenBabel-Devel] Hola Devs!

2013-06-11 Thread Roscoe Casita
Just like to say hello and thank you for all the awesomeness that is OpenBabel! -- Thanks in advance, Roscoe Casita -- This SF.net email is sponsored by Windows: Build for Windows Store.

[OpenBabel-Devel] Persistent OBConversion error message

2013-06-11 Thread Craig James
I got the latest release from the git repository, and now everything I do prints this message (including OpenBabel tools): == *** Open Babel Error in RegisterOptionParam The number of parameters needed by option a in API differs from an earlier registration. Is

Re: [OpenBabel-Devel] Persistent OBConversion error message

2013-06-11 Thread Noel O'Boyle
It's harmless. Look in the repo for a recently added or edited format. Someone added a RegisterOptionParam. Deleting this will make the problem go away. Registering these option parameters was necessary for babel in certain circumstances. - Noel On 11 June 2013 21:38, Craig James

Re: [OpenBabel-Devel] Persistent OBConversion error message

2013-06-11 Thread Geoff Hutchison
Yes, it's harmless. I saw that today and will try to clean it up tonight. Geoff On Jun 11, 2013, at 4:38 PM, Craig James cja...@emolecules.com wrote: I got the latest release from the git repository, and now everything I do prints this message (including OpenBabel tools):

Re: [OpenBabel-Devel] Can't initialize OB internals from swig-generated module

2013-06-11 Thread Craig James
This is an old issue and everyone was baffled before, but I still need to get this to work. To reiterate: I built a typical swig wrapper around some algorithms we use that employ OpenBabel. Everything compiles and links. But when I try to run it, I get this: $ ./swig_wrapper_test.pl

[OpenBabel-Devel] Perl bindings

2013-06-11 Thread Craig James
Trying to get the Perl bindings to work... cmake -DCMAKE_INSTALL_PREFIX=/usr/local/openbabel-2.3.x-dev -DPERL_BINDINGS=TRUE ../source make -j4 su make install So far so good. But trying to install: $ cd scripts $ make install Install the project... -- Install