I have trouble running Rcpp on a Ubuntu 11.04 machine with Netbeans
I have done the following things:
1-install r-base-dev and r-cran-rcpp from the ubuntu synaptic
2-collect the headers Rcpp,Rcppcomon, take also the includes directory Rcpp and R_Ext
3- link with libRcpp.so and libR.so
4- compile the following code with no problem
#include "Rcpp.h"
main()
{
Rcpp::NumericVector ab(2);
}
5- get a RUN FAILED message from netbeans
do I miss something? thanks a lot in advance for information
Pascal
_______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel