[Rcpp-devel] Build of Rcpp from svn failure

Romain Francois romain at r-enthusiasts.com
Sun Dec 16 18:07:08 CET 2012


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 <tbfowler4 at gmail.com> 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
> Rcpp-devel at lists.r-forge.r-project.org
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel


More information about the Rcpp-devel mailing list