7 Nov
2014
7 Nov
'14
8:09 a.m.
Hi Brian,
On 06 Nov 2014, at 19:30, Brian Hood
wrote: rapi.c:42:23: fatal error: Rembedded.h: No such file or directory #include 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