Re: [Open Babel] compiling OB-2.3.2

2012-12-18 Thread Noel O'Boyle
Well, that's the same problem - it's a bug in Cygwin support. The solution is to use ./obabel --minimize. For help see ./obabel -L minimize. - Noel On 17 December 2012 23:49, Ling Chan wrote: > I see. But even if I just type "obminimize", it says the following: > > forcefields is not a recognize

Re: [Open Babel] compiling OB-2.3.2

2012-12-17 Thread Ling Chan
I see. But even if I just type "obminimize", it says the following: forcefields is not a recognized plugin type. Those with instances of sub-types loaded are: formats ops So apparently something is missing. I do have Eigen-3.1.2. The following are the other optional packages that I used when com

Re: [Open Babel] compiling OB-2.3.2

2012-12-16 Thread Noel O'Boyle
The bad news is that obenergy has been neglected (i.e. hasn't been updated to work on Cygwin). The good news is that most of its functionality is available through obabel: ./obabel tmp.mol -otxt --energy --append "Energy" For help, see ./obabel -L energy. The general idea is that we are outputing

Re: [Open Babel] compiling OB-2.3.2

2012-12-15 Thread Ling Chan
Indeed as Noel suggested, getting PkgConfig on Cygwin solved the problem. I did not have to uninstall the CMake for Windows. However, after I've successfully compiled and installed openbabel-2.3.2, the forcefields are still not working. e.g., obenergy does not work, complaining that it "could not

Re: [Open Babel] compiling OB-2.3.2

2012-12-14 Thread Geoffrey Hutchison
> I got a cmake inside of Cygwin and another one for Windows 7 itself. ... I > could try uninstalling the Windows CMake. This is certainly possible. IIRC, Cygwin tries to grab commands from the Windows path. -Geoff-- L

Re: [Open Babel] compiling OB-2.3.2

2012-12-13 Thread S.L. Chan
results (in a few days. Busy with other things now). Ling > > From: Noel O'Boyle >To: S.L. Chan >Cc: "openbabel-disc...@lists.sf.net" >Sent: Thursday, December 13, 2012 11:45 AM >Subject: Re: [Open Babel] compiling OB-2.3.

Re: [Open Babel] compiling OB-2.3.2

2012-12-13 Thread Noel O'Boyle
Just updated my Cygwin, and this time finished with an error after complaining about PkgConfig. I needed to install Cygwin's package pkg-config. - Noel On 12 December 2012 21:04, Noel O'Boyle wrote: > First of all, the only important line is the error message. > > Second, it works for me. I just

Re: [Open Babel] compiling OB-2.3.2

2012-12-12 Thread Noel O'Boyle
First of all, the only important line is the error message. Second, it works for me. I just tried. Remember to use Cygwin's cmake (i.e. /usr/bin/cmake). Here is the command line I used: $ /usr/bin/cmake ../openbabel-2.3.2/ -DEIGEN3_INCLUDE_DIR=../eigen-3.1.2 On the other hand, I can't test the c

[Open Babel] compiling OB-2.3.2

2012-12-12 Thread S.L. Chan
Hello folks, I tried to compile OpenBabel-2.3.2 using Cygwin on my Windows 7 laptop. CMake could not complete the configuration process. Here are some complaints:     conio.h - not found     sranddev - not found     Test SCANDIR_NEEDS_CONST - Failed     Test HAVE_GCC_VISIBILITY - Failed Then ther