when building redis-desktop-manager0.7.6:
source/application.cpp:243:19: error: ‘bad_cast’ in namespace ‘std’ does not name a type } catch (std::bad_cast &exception) {
fixes can be found here
https://svn.boost.org/trac/boost/ticket/2483
just added
#include <typeinfo>