[Rcpp-devel] Errors when just including Rcpp.h

Andrew Redd amredd at gmail.com
Mon Nov 1 20:33:29 CET 2010


I've attached the file of the errors now.  I've also tried to change the
order of includes without much success.

-Andrew

On Fri, Oct 29, 2010 at 5:10 PM, Dirk Eddelbuettel <edd at debian.org> wrote:

>
> On 29 October 2010 at 16:26, Andrew Redd wrote:
> | 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've
> | attached the error output file.
>
> There was no attachment.
>
> | 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.
>
> Header file interactions are not unheard of. Maybe try different orders of
> the
> includes.
>
> I have not yet mixed Rcpp and nvcc myself. Worst case you may have to
> reduce
> things to simpler interfaces.
>
> Dirk
>
> --
> Dirk Eddelbuettel | edd at debian.org | http://dirk.eddelbuettel.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20101101/402e00f8/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: error.out
Type: application/octet-stream
Size: 2222 bytes
Desc: not available
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20101101/402e00f8/attachment.obj>


More information about the Rcpp-devel mailing list