Re: [Open Babel] Release candidates available for testing

2010-08-23 Thread Igor Filippov
This created a static library libopenbabel.a but it looks like the modules for different formats are still dynamic - i.e. smilesformat.so. My use of "--disable-dynamic-modules" was to compile all the different file formats into a single library. If it's a static library - all the better, but I can

Re: [Open Babel] Release candidates available for testing

2010-08-23 Thread Tim Vandermeersch
On Mon, Aug 23, 2010 at 6:06 PM, Geoffrey Hutchison wrote: >> What is the equivalent of the option "--disable-dynamic-modules"  in >> configure script for cmake? > > cmake [...] -DBUILD_SHARED=OFF This alone doesn't do very much. I recently made some changes to the build system to get static com

Re: [Open Babel] Release candidates available for testing

2010-08-23 Thread Geoffrey Hutchison
> What is the equivalent of the option "--disable-dynamic-modules" in > configure script for cmake? cmake [...] -DBUILD_SHARED=OFF Hope that helps, -Geoff -- This SF.net email is sponsored by Make an app they can't li

Re: [Open Babel] Release candidates available for testing

2010-08-23 Thread Igor Filippov
What is the equivalent of the option "--disable-dynamic-modules" in configure script for cmake? Igor On Sat, 2010-08-21 at 15:03 -0400, Noel O'Boyle wrote: > Hello all, > > The release of Open Babel 2.3.0 is coming up soon. There have been > many changes so it would be great to get some feedba

Re: [Open Babel] POVRay Export

2010-08-23 Thread Geoffrey Hutchison
> that are in the openbabel docs directory which uses dioxin as an example > as well as one Ive tried. Ive got the babel31.inc file being found by > povray, I was wondering if there was anything else I needed to do? Generally no. Are you sure there are lights? -Geoff -