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.
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.
> | > |
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
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
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
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
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
|
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
specified.
As an example I used the GSL example from Rcpp-FAQ.