[Rcpp-devel] error Rcpp::binding_not_found and stack overflow

2012-01-31 Thread Falk Schramm
Hello, I'm actually just trying to start RInside. My Problem: The creation of the embedded R instance is not in the main method. And the C++ is started by Java with a so called JNI Wrapper. C++ creates the library for the Java code. It's a big project and unfortunately I didn't found how t

Re: [Rcpp-devel] cxxfunction -- extra argument to g++

2012-01-31 Thread Romain Francois
Le 24/01/12 22:09, Dirk Eddelbuettel a écrit : On 24 January 2012 at 15:36, Whit Armstrong wrote: | Thanks, Dirk, as always for the quick response. | | It works, but I get an unusual compile error with the most recent | RcppArmadillo (installed with install.packages this morning). | | require(in

Re: [Rcpp-devel] cxxfunction -- extra argument to g++

2012-01-31 Thread Romain Francois
Le 24/01/12 22:27, Whit Armstrong a écrit : yes, unless I add #include Then it blows up. Don't do that. When using RcppArmadillo, you do: #include Some magic happens when you do that. Not sure it solves your issue though. Romain The problem is in my real function I include a header, whi

Re: [Rcpp-devel] Problems on a new Mac

2012-01-31 Thread Romain Francois
Le 30/01/12 21:38, Dirk Eddelbuettel a écrit : On 30 January 2012 at 18:42, Sacha Epskamp wrote: | Last year I have written some functions for my then supervisor using | Rcpp and inline, which worked fine. Recently my supervisor got a new | Mac, and the functions don't work anymore. | | After so