[Rcpp-devel] Build of Rcpp from svn failure

Thell Fowler tbfowler4 at gmail.com
Sun Dec 16 18:23:43 CET 2012


Yep, and that's with -std=c++11; which I totally thank you guys for
correcting the issue with unordered_set.

There are a few warnings, like package subdirectories on ../..Rcheck , line
endings in src/Timer.cpp , and jss.bst already being included in R.  I'd
mention further but doRunit.R usually times out on my system and I don't
expect this time to be any different... unless you changed that too. :)


On Sun, Dec 16, 2012 at 11:14 AM, Romain Francois
<romain at r-enthusiasts.com>wrote:

> Sure. Something like that, typeinfo is pretty orthogonal to features of
> the other includes, so no issue of header order.
>
> While you're there, does R CMD check Rcpp work fine ?
>
> Romain
>
>
>
> Le 16 déc. 2012 à 18:04, Thell Fowler <tbfowler4 at gmail.com> a écrit :
>
> diff --git a/pkg/Rcpp/src/exceptions.cpp b/pkg/Rcpp/src/exceptions.cpp
> index f46573b..7ff0f28 100644
> --- a/pkg/Rcpp/src/exceptions.cpp
> +++ b/pkg/Rcpp/src/exceptions.cpp
> @@ -20,6 +20,7 @@
>  // along with Rcpp.  If not, see <http://www.gnu.org/licenses/>.
>
>  #include <Rcpp/platform/compiler.h>
> +#include <typeinfo>
>  #define R_NO_REMAP
>  #include <Rinternals.h>
>  #include <Rcpp/exceptions.h>
>
> resolves the error.  Though I'm not sure if that is where you'd want it.
>
> --
> 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
>
>


-- 
Sincerely,
Thell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20121216/f327fe46/attachment.html>


More information about the Rcpp-devel mailing list