On Tue, Jul 7, 2015 at 5:29 PM, Eric Smoll <ericsm...@gmail.com> wrote:
> Hello,
>
> I am trying to build openbabel on a CentOS cluster and am having problems.
> When I execute:
>
> cmake .. -DCMAKE_INSTALL_PREFIX=../../openbabel-build
>> -DEIGEN3_INCLUDE_DIR=../../eigen-build/3.2.5/
>
>
> I obtain the following in CMakeError.log. Does anyone have any suggestions
> on how to proceed?
>
What output did cmake itself produce?
As far as I can tell, all of what you reported is normal and does not
indicate a problem.
Cmake is probing the capabilities of the system. When it finds it can't do
something one way, it sets flags to work around that by doing it a
different way instead. From the perspective of the C++ compiler, these
things are errors. But from the perspective of cmake, they are not errors,
as it knows how to proceed without using the missing feature.
Cheers,
Jeff
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss