Skip to content

Instantly share code, notes, and snippets.

@ckrissun
Created September 7, 2014 07:43
Show Gist options
  • Save ckrissun/faf20769e791a28dbf31 to your computer and use it in GitHub Desktop.
Save ckrissun/faf20769e791a28dbf31 to your computer and use it in GitHub Desktop.
redis-desktop-manager0.7.6 build error on debian jeesie

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment