> I'm trying to compile a gromacs variant dependent on openbabel but am 
> getting trouble because system c++ files include openbabels version of 
> locale.h. I'm pretty sure I'm doing something wrong,

I think you'll need to be more specific about "trouble" - what are your error 
messages?

The system code should not be including <openbabel/locale.h> unless you've set 
up your compiler's include path strangely.

But more importantly, <openbabel/locale.h> has:
#include <locale>

Also, it's all in the OpenBabel namespace. So unless you have "using 
OpenBabel;" in your headers somewhere (bad idea) there should be no collisions.

Can you give us your error messages?

Thanks,
-Geoff
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to