Re: [Rcpp-devel] pairlist problem with Rcpp 0.10.2

2013-01-03 Thread Dirk Eddelbuettel
Alexey, On 3 January 2013 at 23:44, Alexey Stukalov wrote: | thanks for taking time to look into this. | | Well, I guess if I would use , which basically defines everything, the | problem will go away. | In my project, however, I'm trying to include only essential headers to reduce | compilation

Re: [Rcpp-devel] pairlist problem with Rcpp 0.10.2

2013-01-03 Thread Alexey Stukalov
On Thu, Jan 3, 2013 at 11:28 PM, Dirk Eddelbuettel wrote: > > On 3 January 2013 at 16:01, Dirk Eddelbuettel wrote: > | > | Hi Alexey, > | > | On 3 January 2013 at 22:13, Alexey Stukalov wrote: > | | Dear Rcpp developers, > | | > | | After an upgrade to Rcpp 0.10.2 I've got an error "pairlist unde

Re: [Rcpp-devel] pairlist problem with Rcpp 0.10.2

2013-01-03 Thread Dirk Eddelbuettel
On 3 January 2013 at 16:01, Dirk Eddelbuettel wrote: | | Hi Alexey, | | On 3 January 2013 at 22:13, Alexey Stukalov wrote: | | Dear Rcpp developers, | | | | After an upgrade to Rcpp 0.10.2 I've got an error "pairlist undefined" during | | the compilation of my Rcpp-using C++ library | | (actua

Re: [Rcpp-devel] pairlist problem with Rcpp 0.10.2

2013-01-03 Thread Dirk Eddelbuettel
Hi Alexey, On 3 January 2013 at 22:13, Alexey Stukalov wrote: | Dear Rcpp developers, | | After an upgrade to Rcpp 0.10.2 I've got an error "pairlist undefined" during | the compilation of my Rcpp-using C++ library | (actual gcc 4.7 output is hundreds lines long, so I skip it ) in the | construc

[Rcpp-devel] pairlist problem with Rcpp 0.10.2

2013-01-03 Thread Alexey Stukalov
Dear Rcpp developers, After an upgrade to Rcpp 0.10.2 I've got an error "pairlist undefined" during the compilation of my Rcpp-using C++ library (actual gcc 4.7 output is hundreds lines long, so I skip it ) in the constructions like this: Rcpp::DataFrame::create( Rcpp::Named( R_CO