I am sorry about the html email format and can't change it's from my internet provider system, I have to create another account it takes time

I haven't explain enough the problem it's not a codeblock, it's what include files of R,Rcpp,RInside do I put in the project without having to use a builder file (cmake or other).
sometimes it's easier and faster to use directly the IDE automatic builder (select the include folder and select the library file to link and it's done)

I think it's a very minimal question to ask to the mailing list of the library I want to link, I tried with microsoft visual C++ express, (it has also its own builder and I get the same result)

maybye I take your time,if you don't want to answser, it's ok, but do I forget a file in this list:
R.h,Rconfig.h,Rcpp.h,Rcppcommon.h,Rdefines.h,Rembedded.h,Rinternals.h,Rmath.h,Rversion.h,S.h,ga.h,graphapp.h,
iconv
.h,libintl.h,zconf.h, and zlib.h
and I put the include folfer of Rcpp,R_ext,RInside,additional

I though that may ba there was a version conflict so I downloaded the packages from R, and take them from the downloaded packages
pascal



---- Message d'origine ----
>De : "Dirk Eddelbuettel" <e...@debian.org>
>À : paspa...@noos.fr
>Objet : Re: Re: [Rcpp-devel] RInside on windows
>Date : 14/02/2012 21:10:17 CET
>Copie à : "Dirk Eddelbuettel" <e...@debian.org>;
> rcpp-de...@r-forge.wu-wien.ac.at
>
>
> On 14 February 2012 at 20:50, paspa...@noos.fr wrote:
> | Dirk,
> |
> | yes but I start to use codeblocks since sunday, and
> | "it does not, by default, use makefiles it has its own .cbp files which do
> the
> | same thing automatically"
>
> That is YOUR choice and YOUR problem. This list is not a code blocks, or
> notepad++, or whatever-editor-or-ide-you-pick-today list.
>
> This list is for questions using Rcpp / RInside as shipped.
>
> You are abusing this list, and I am not impressed.
>
> | 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
> | for rcpp,rinside
> |
> | it's possible to use a makefile with codeblock, I am going to try how to
> do
>
> Ask on a codeblock mailing list.
>
> And please do NOT POST HTML here.
>
> Dirk
>
> | that,
> | thanks
> | pascal
> |
> |
> |
> |
> | ---- Message d'origine ----
> | >De : "Dirk Eddelbuettel" <e...@debian.org>
> | >À : paspa...@noos.fr
> | >Objet : Re: [Rcpp-devel] RInside on windows
> | >Date : 14/02/2012 19:57:21 CET
> | >Copie à : rcpp-de...@r-forge.wu-wien.ac.at
> | >
> | >
> | > Patrick,
> | >
> | > On 14 February 2012 at 19:27, paspa...@noos.fr wrote:
> | > | this is one of my problem, I am new since this week-end on codeblocks,
> I
> | > use
> | > | its builder and from what I thought you link with the static
> libraries
> | > | 'libRcpp.a,libRInside.a and the none availaible libR.a, and you put
> the
> | > three
> | > | dll files in your bin directory; thats why I was looking for libR.a.
> | > | even if I set libR.dll for the linker settings/link libraries, I get
> some
> | > | messages:
> | > |
> | > | libRcpp.a undefined reference to '_Unwind_Resume'
> | > |
> | > | I put the include folder of Rcpp,R_ext and RInside, with additional
> .h
> | > files :
> | > | R,Rconfig,Rcpp,Rcppcommon,Rdefines,Rembedded,Rinternals,Rmath,Rversion,
> S,ga
> | > ,graphapp,iconv,libintl,zconf,
> | > | and zlib
> | > |
> | > | I downloaded the R version 2.14.1 and the Rcpp,Rinside packages
> | > yesterday,
> | > |
> | > | what bother me is that I did that on linux with no problem, put the
> | > include,
> | > | set the linker to the three libraries and run, I need to work on
> windows,
> | > and
> | > | there is this problem
> | > |
> | > | what do you put as library for the linker? which includes files?
> | >
> | > Use the supplied Makefile.win unless you /really/ know what you are
> doing.
> | >
> | > Dirk
> | >
> | > --
> | > "Outside of a dog, a book is a man's best friend. Inside of a dog, it
> is
> | > too
> | > dark to read." -- Groucho Marx
> | >
>
> --
> "Outside of a dog, a book is a man's best friend. Inside of a dog, it is
> too
> dark to read." -- Groucho Marx
>
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to