On Nov 14, 2011, at 4:14 AM, Hassan Thomas Mamdani wrote:

> CMake Error at cmake/modules/FindEigen2.cmake:32 (file):
>   file Internal CMake error when trying to open file:
>   ~/tools/eigen/Eigen/src/Core/util/Macros.h for reading.
> ...
> Everything else is fine, the only other warning in the output is wxWidgets 
> which I'm not installing.  The Macros.h file is in the location specified, 
> and I am using Eigen 2.0.16, not Eigen 3.  I was able to get Open Babel to 
> compile before, but I was running Snow Leopard.  Would this be an issue with 
> Lion being 64 bit?  

No, there's no issue with Lion. I compile on Lion daily, and you can find my 
test results on CDash.

> cmake ../openbabel-2.3.1 -DEIGEN2_INCLUDE_DIR=~/tools/eigen2 
> -DPYTHON_BINDINGS=0N

I think the problem is that "~/tools/eigen2" is not being expanded. I'd try the 
*exact* path to your home directory, e.g., /Users/username/tools/eigen2

Also, I note that your command-line claims ~/tools/eigen2 but the CMake output 
above quotes ~/tools/eigen (i.e., not 2). This may also be an issue.

Hope that helps,
-Geoff


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to