Hi Hannes,

It seems it was todo with the dynamic shared library not being built into my Language R compile i rebuilt with  --enable-R-shlib then rebuilt my MonetDB package and it worked fine.

Thanks for the pointers.

Regards,

Brian Hood

On Fri, Nov 7, 2014 at 8:09 AM, Hannes Mühleisen <Hannes.Muehleisen@cwi.nl> wrote:
Hi Brian,

> On 06 Nov 2014, at 19:30, Brian Hood <brianh6854@googlemail.com> wrote:
> rapi.c:42:23: fatal error: Rembedded.h: No such file or directory
>  #include <Rembedded.h>
>
> My Rembedded.h exists here
>
> /usr/lib64/R/include/Rembedded.h
>
> Is there some environment variables i can set for the location of the my R header files ?

Try running ./configure with the full path to your R binary, e.g.
./configure --enable-rintegration=/scratch/hannes/r-install/bin/R

Also, check the output of

R CMD config —cppflags

and see whether this matches.

Best,

Hannes


_______________________________________________
users-list mailing list
users-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/users-list