glibmm 2.45.40 requires C++11, both for its own build and by any apps that use it. gtkmm also now requires C++11.
I think you are seeing a symptom of building the application without C++11 support. For instance, using CXXFLAGS="--std=c++11", though you'd be better of using an m4 macro such as AX_CXX_COMPILE_STDCXX_11(). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1478367 Title: Build falis with glibmm2.4 2.45.40-0ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/1478367/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
