Skip to content
Prev 639 / 10988 Next

[Rcpp-devel] RInside Problems.

Please use the rcpp-devel mailing list for questions or bug reports.
On 29 April 2010 at 10:48, jgbravo at ull.es wrote:
| 
| Hello,
| 
| I have a problem compiling RInside library and its examples. The error  
| obtained while compiling the library is showed now:
| 
| hiper at hiper-desktop:~/R/i486-pc-linux-gnu-library/2.10/RInside/src$ make
| /usr/bin/R --vanilla --slave < tools/RInsideEnvVars.r > RInsideEnvVars.h
| /usr/bin/R --vanilla --slave < tools/RInsideAutoloads.r > RInsideAutoloads.h
| o libRInside  MemBuf.o RInside.o

That looks very wrong. Somehow the Makefile expands variables the wrong way.

| make: o: No se encontr? el programa
| make: [libRInside] Error 127 (no tiene efecto)
| ar qc libRInside.a MemBuf.o RInside.o
| cp libRInside  ../inst/lib
| cp: no se puede efectuar `stat' sobre ?libRInside?: No existe el  
| fichero ? directorio
| make: *** [userLibrary] Error 1
| 
| Can you help me please?

Which version is this? Which operating system?

Dirk
 
| I'm greateful, regards,
| Javier Gonz?lez.
| 
|