<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transational//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
</HEAD>
<BODY>Dirk,<br><br>yes but I start to use codeblocks since sunday, and <span style="color: rgb(0, 0, 0); font-family: sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><br>"it does not, by default, use makefiles it has its own .cbp files which do the same thing automatically</span>"<br><br>it's very easy to use, I did it for boost with no problem, that's why I wanted to know the include files and the lib<br>for rcpp,rinside<br><br>it's possible to use a makefile with codeblock, I am going to try how to do that,<br>thanks<br>pascal<br><br><br><br><br>
---- Message d'origine ----<br>
>De : "Dirk Eddelbuettel" <edd@debian.org><br>
>À : pasparis@noos.fr<br>
>Objet : Re: [Rcpp-devel] RInside on windows<br>
>Date : 14/02/2012 19:57:21 CET<br>
>Copie à : rcpp-devel@r-forge.wu-wien.ac.at<br>
><br>
><br>
> Patrick,<br>
> <br>
> On 14 February 2012 at 19:27, pasparis@noos.fr wrote:<br>
> | this is one of my problem, I am new since this week-end on codeblocks, I <br>
> use<br>
> | its builder and from what I thought you link with the static libraries<br>
> | 'libRcpp.a,libRInside.a and the none availaible libR.a, and you put the <br>
> three<br>
> | dll files in your bin directory; thats why I was looking for libR.a.<br>
> | even if I set libR.dll for the linker settings/link libraries, I get some<br>
> | messages:<br>
> | <br>
> | libRcpp.a undefined reference to '_Unwind_Resume'<br>
> | <br>
> | I put the include folder of Rcpp,R_ext and RInside, with additional .h <br>
> files :<br>
> | R,Rconfig,Rcpp,Rcppcommon,Rdefines,Rembedded,Rinternals,Rmath,Rversion,S,ga<br>
> ,graphapp,iconv,libintl,zconf,<br>
> | and zlib<br>
> | <br>
> | I downloaded the R version 2.14.1  and the Rcpp,Rinside packages <br>
> yesterday,<br>
> | <br>
> | what bother me is that I did that on linux with no problem, put the <br>
> include,<br>
> | set the linker to the three libraries and run, I need to work on windows, <br>
> and<br>
> | there is this problem<br>
> | <br>
> | what do you put as library for the linker? which includes files?<br>
> <br>
> Use the supplied Makefile.win unless you /really/ know what you are doing. <br>
> <br>
> Dirk<br>
> <br>
> -- <br>
> "Outside of a dog, a book is a man's best friend. Inside of a dog, it is <br>
> too<br>
> dark to read." -- Groucho Marx<br>
> </BODY></HTML>