I have a class that I am building that I want to interface through Rcpp, but when I just include Rcpp, even without any Rcpp code included. I get several errors that appear to be template problems. What is going on here?  I&#39;ve attached the error output file.<div>
<br></div><div>It compiles fine without including Rcpp.h.  I am developing with cuda so compiling with nvcc, which passes off to gcc, after the cuda code is extracted. </div><div><br></div><div>Ubuntu 10.4</div><div>gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3</div>
<div>nvcc release 3.2</div><div><br></div><div>Thanks for any help you might be able to offer.</div><div><br></div><div>-Andrew</div>