[Rcpp-devel] package with module not compiling on Mac

2013-01-29 Thread Robin Girard
The Mac version of my package http://cran.r-project.org/web/packages/ConConPiWiFun/index.html (using Rcpp module) does not compile. the error message is here http://www.r-project.org/nosvn/R.check/r-release-macosx-ix86/ConConPiWiFun-00install.html and contains "no matching function for call to

Re: [Rcpp-devel] package with module not compiling on Mac

2013-01-30 Thread Dirk Eddelbuettel
On 29 January 2013 at 16:04, Robin Girard wrote: | | The Mac version of my package http://cran.r-project.org/web/packages/ConConPiWiFun/index.html | (using Rcpp module) does not compile. | the error message is here | http://www.r-project.org/nosvn/R.check/r-release-macosx-ix86/ConConPiWiFun-0

Re: [Rcpp-devel] package with module not compiling on Mac

2013-01-31 Thread Romain Francois
Hello, I can reproduce the compiler error on my mac. If I comment the methods Swap and Etoile, then I can compile the package. Now looking at the signatures: cplfunction & Swap(double y) ; cplfunction & Etoile() ; I think the problem is that they return a reference. Looking at their code, i

Re: [Rcpp-devel] package with module not compiling on Mac

2013-01-31 Thread Robin Girard
e.r-project.org Envoyé: Jeudi 31 Janvier 2013 11:52:19 Objet: Re: [Rcpp-devel] package with module not compiling on Mac Hello, I can reproduce the compiler error on my mac. If I comment the methods Swap and Etoile, then I can compile the package. Now looking at the signatures: cplfunction

Re: [Rcpp-devel] package with module not compiling on Mac

2013-01-31 Thread Romain Francois
@lists.r-forge.r-project.org Envoyé: Jeudi 31 Janvier 2013 11:52:19 Objet: Re: [Rcpp-devel] package with module not compiling on Mac Hello, I can reproduce the compiler error on my mac. If I comment the methods Swap and Etoile, then I can compile the package. Now looking at the signatures: cplfunc