Re: [Rcpp-devel] Specify include path with Rcpp.plugin.maker

2012-07-20 Thread Dirk Eddelbuettel
Vaclav, 1) I already told you not to use "include" without the gsl/ layer. Don't do that. It will bite you eventually when other GSL headers (with a hardcoded gsl/) try to call each other. This is a convention the upstream developers chose. Stick with it, or risk obscure bugs.

Re: [Rcpp-devel] Specify include path with Rcpp.plugin.maker

2012-07-20 Thread Vaclav Petras
On 19 July 2012 22:48, Dirk Eddelbuettel wrote: > > On 19 July 2012 at 09:17, Vaclav Petras wrote: > | On 18 July 2012 18:33, Dirk Eddelbuettel wrote: > | > > | > On 18 July 2012 at 18:21, Vaclav Petras wrote: > | > | I used it just as an minimal working example. I'm sorry for confusion. > | > |

Re: [Rcpp-devel] Specify include path with Rcpp.plugin.maker

2012-07-19 Thread Dirk Eddelbuettel
On 19 July 2012 at 09:17, Vaclav Petras wrote: | On 18 July 2012 18:33, Dirk Eddelbuettel wrote: | > | > On 18 July 2012 at 18:21, Vaclav Petras wrote: | > | I used it just as an minimal working example. I'm sorry for confusion. | > | | > | I need it for _truly new libraries_ and same would apply

Re: [Rcpp-devel] Specify include path with Rcpp.plugin.maker

2012-07-19 Thread Vaclav Petras
On 18 July 2012 18:33, Dirk Eddelbuettel wrote: > > On 18 July 2012 at 18:21, Vaclav Petras wrote: > | I used it just as an minimal working example. I'm sorry for confusion. > | > | I need it for _truly new libraries_ and same would apply also for my > | own library if i have some. > | > | As I se

Re: [Rcpp-devel] Specify include path with Rcpp.plugin.maker

2012-07-18 Thread Dirk Eddelbuettel
On 18 July 2012 at 18:21, Vaclav Petras wrote: | I used it just as an minimal working example. I'm sorry for confusion. | | I need it for _truly new libraries_ and same would apply also for my | own library if i have some. | | As I see I didn't include to my previous email explicit sentence | st

Re: [Rcpp-devel] Specify include path with Rcpp.plugin.maker

2012-07-18 Thread Vaclav Petras
On 18 July 2012 17:56, Dirk Eddelbuettel wrote: > > On 18 July 2012 at 17:13, Vaclav Petras wrote: > | Hello, > | > | how should be an include path for a plugin created by > | Rcpp:::Rcpp.plugin.maker specified? > | > | I'm using a library which is not in the standard path. I'm able to > | specify

Re: [Rcpp-devel] Specify include path with Rcpp.plugin.maker

2012-07-18 Thread Dirk Eddelbuettel
On 18 July 2012 at 17:13, Vaclav Petras wrote: | Hello, | | how should be an include path for a plugin created by | Rcpp:::Rcpp.plugin.maker specified? | | I'm using a library which is not in the standard path. I'm able to | specify -Wl,-rpath and -L options but I don't know where -I should be |