Re: [Rcpp-devel] Configuring GSL headers for inline

2012-07-06 Thread Dirk Eddelbuettel
On 7 July 2012 at 02:47, Silkworth,David J. wrote: | I need explicit help building a plugin that will do the same things that Makevars.win did in the example package. Perhaps we could call this plugin "RcppGSL.win" or something similar and make it available to everyone. Actually, the same plug

Re: [Rcpp-devel] Configuring GSL headers for inline

2012-07-06 Thread Silkworth,David J.
>> | Unfortunately, I still don't know how to direct gcc to these header files >> while using inline. > The Rcpp-FAQ vignette has a worked example on how to specify a plugin which > should apply to this case, see question 3.6 (or possibly 3.7 if you need just > a single setting). > > Dirk > > -

Re: [Rcpp-devel] Configuring GSL headers for inline

2012-07-06 Thread Dirk Eddelbuettel
On 7 July 2012 at 00:31, Silkworth,David J. wrote: | After the glow of success with configuring GSL headers and libraries for compilation in Windows, I have run into a problem duplicating this success using inline for compiling. | | I have attempted the inline example directly from the RcppGSL