Skip to content
Prev 9622 / 10988 Next

[Rcpp-devel] Starting R Interpreter from C++

Dear all,

thanks so much for your help. Our tests are up and running on Travis now
(thanks to RInside!).

We've discovered one issue, though, when compiling with Clang. It might be
of interest to you:
https://travis-ci.org/QuantStack/xtensor-r/jobs/242587636
I am not 100% sure if the issue comes from RCpp or from xtensor (I'll need
more time to investigate, this is just a FYI).

In file included from
/home/travis/build/QuantStack/xtensor-r/test/test_rarray.cpp:11:
In file included from
/home/travis/build/QuantStack/xtensor-r/inst/include/xtensor-r/rarray.hpp:18:
In file included from
/home/travis/build/QuantStack/xtensor-r/inst/include/xtensor-r/rcontainer.hpp:19:
In file included from
/home/travis/miniconda/lib/R/library/Rcpp/include/Rcpp.h:65:
In file included from
/home/travis/miniconda/lib/R/library/Rcpp/include/Rcpp/InternalFunction.h:30:
In file included from
/home/travis/miniconda/lib/R/library/Rcpp/include/Rcpp/InternalFunctionWithStdFunction.h:27:
In file included from
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tr1/functional:39:
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tr1/tuple:130:5:
error: declaration conflicts with target of using declaration already in
scope
    class tuple : public _Tuple_impl<0, _Elements...>

Cheers,

Wolf

2017-06-12 13:15 GMT-07:00 JJ Allaire <jj.allaire at gmail.com>:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20170613/038e989d/attachment.html>