> I have the problem with clang 5.0.0 on Mac OS X 10.9.1 Mavericks.
> There is no problem with clang 4.2.0 on Mac OS X 10.7.5 Lion.

Incidentally, GCC is no longer included with the developer tools. I can't 
reproduce this with Apple-provided GCC 4.2.x on Mac OS 10.7.x Lion either.

It's also possible it's not the compiler, but the C++ library. Apple switched 
to libc++ developed through LLVM / Clang in Mavericks.

Hmm. I might have a workaround. Matt, try adding this to the CMAKE_CXX_FLAGS

-stdlib=libstdc++

This should swap out the libc++ default for the older libstdc++. This seems to 
work for me, suggesting a libc++ bug. I'll investigate further.

-Geoff
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to