On 02/06/2010 11:56 PM, Leo Alekseyev wrote: > Howdy folks, [...] > > On a (probably) unrelated note, I get the following error when > compiling my C++ code: > Error in RcppCxx0xFlags() : could not find function "capture.output" > Calls:<Anonymous> -> cat -> RcppCxx0xFlags
I think I've fixed this in svn by importing utils::capture.output into the Rcpp R namespace. Although, as Dirk said, you might not need c++0x at all. Romain -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr |- http://tr.im/MPYc : RProtoBuf: protocol buffers for R |- http://tr.im/KfKn : Rcpp 0.7.2 `- http://tr.im/JOlc : External pointers with Rcpp _______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
