[cfe-dev] Using Boost Graph Library aka compiling with RTTI

Naman Kumar namank at gmail.com
Thu Jun 21 17:04:34 PDT 2012


FYI for the concerned, Compiling with cmake and using LLVM_REQUIRES_RTTI works as expected where using REQUIRES_RTTI with make didn't.

On 2012-06-21, at 1:50 AM, Naman Kumar wrote:

> Hello, 
> 
> I want to use BGL (1.49.0) with a plugin for clang. This requires the use of RTTI.
> 
> But using REQUIRES_RTTI=1 didn't work for me on Mac OS X Snow Leopard. I actually don't care about rtti, just want to use BGL.
> 
> Please help - how do I compile with rtti? Alternatively, how can I use the graph libraries with clang without needing rtti?
> 
> Naman





More information about the cfe-dev mailing list