[Rcpp-devel] Embedding RInside in C++ project
The question is still the same. I embedded RInside into my project but don't know how to compile it. The problem is that I don't know any way to make it work. I don't hold out for the usage of make. I just want to make it work somehow. I am referring to the makefile in examples/standard. Ulf
On Fri, Jul 24, 2015 at 2:00 PM, Dirk Eddelbuettel <edd at debian.org> wrote:
Ulf, On 24 July 2015 at 13:47, Ulf Mertens wrote: | Alright, I left the GNUMakefile as it is and copied it into my program Err, "the GNUmakefile"? Which one? There are seven different ones below examples/. | directory. It gives the following error: | | make: Circular run <- run dependency dropped. | | Running model: | | Running run: | /bin/sh: ./run: No such file or directory | make: *** [run] Error 127 | | Can you help me here? Honestly, I can't, given the information provided by you. If I may: If make is not your cup of tea, don't use it. Build your project with a shell script, or manually, or WHATEVER WORKS. Your project. And: _Generic questions about CRAN packages_ are now handled on the (still pretty new) list r-package-devel. This list here is meant for Rcpp (and RInside) questions. I think we have strayed too far off. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20150724/870a5da7/attachment.html>