Thanks for the notice, will fix when i get a chance if nobody else does it first.
I simplified this file yesterday to trim some old unused code, so i'll take the blame... The fix should just be to add #include <typeinfo> On top of the file somewhere. Romain Le 16 déc. 2012 à 17:53, Thell Fowler <[email protected]> a écrit : > Just a note: > > Build of svn head is resulting in a failure on debian precise with clang 3.3:: > > exceptions.cpp:108:38: error: you need to include <typeinfo> before using the > ‘typeid’ operator > std::string ex_class = demangle( typeid(ex).name() ) ; > > Resetting to r4157 allowed successful source package build and install. > > -- > Sincerely, > Thell > _______________________________________________ > Rcpp-devel mailing list > [email protected] > https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel _______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
