[Rcpp-devel] Unable to install SVN r3262 of Rcpp

Douglas Bates bates at stat.wisc.edu
Tue Nov 1 22:58:59 CET 2011


I have installed the int64 package using the sources from the SVN
repository and now I get


$ R-patched CMD INSTALL -c --byte-compile ~/sloc/Rcpp
* installing to library ‘/home/bates/R/x86_64-unknown-linux-gnu-library/2.14’
* installing *source* package ‘Rcpp’ ...
** libs
ccache g++ -I/home/bates/build/R-patched/include -I../inst/include/
-I/usr/local/include    -fpic  -g0 -O3 -fopenmp -Wall -pipe -pedantic
-march=native  -c int64_lite.cpp -o int64_lite.o
In file included from ../inst/include/RcppCommon.h:280:0,
                 from ../inst/include/Rcpp.h:27,
                 from int64_lite.cpp:23:
../inst/include/Rcpp/traits/r_type_traits.h:134:19: error:
redefinition of ‘struct Rcpp::traits::r_type_traits<long int>’
../inst/include/Rcpp/traits/r_type_traits.h:99:19: error: previous
definition of ‘struct Rcpp::traits::r_type_traits<long int>’
../inst/include/Rcpp/traits/r_type_traits.h:135:19: error:
redefinition of ‘struct Rcpp::traits::r_type_traits<long unsigned
int>’
../inst/include/Rcpp/traits/r_type_traits.h:103:19: error: previous
definition of ‘struct Rcpp::traits::r_type_traits<long unsigned int>’


More information about the Rcpp-devel mailing list