Re: [R] problem to building R (datasets)

2010-06-24 Thread Geun Seop Lee
Thank you. I finally found what was the problem. By mistake, I compiled with different version of MinGW compiler. I heard that new MinGw compiler does not support _Unwind_ kinds of functions anymore. Thank you again. Lee. On Wed, Jun 23, 2010 at 7:30 PM, Geun Seop Lee clarmas...@gmail.com

Re: [R] problem to building R (datasets)

2010-06-23 Thread Geun Seop Lee
Dear all, While I was trying to build R source, I found an error at datasets package (there was no error before that) ../../../library/datasets/R/datasets is unchanged Error in dir.create(Rdatadir, showWarnings = FALSE) : file name conversion problem Calls: Anonymous - Anonymous -

[R] problem to building R (datasets)

2010-06-23 Thread Geun Seop Lee
Dear all, While I was trying to build R source, I found an error at datasets package (there was no error before that) ../../../library/datasets/R/datasets is unchanged Error in dir.create(Rdatadir, showWarnings = FALSE) : file name conversion problem Calls: Anonymous - Anonymous - dir.create

Re: [R] problem to building R (datasets)

2010-06-23 Thread Joris Meys
Why compile from source? 2.11.1 installs fine on XP from the binary, so that's the more obvious solution. Cheers Joris On Thu, Jun 24, 2010 at 12:39 AM, Geun Seop Lee clarmas...@gmail.com wrote:  Dear all, While I was trying to build R source, I found an error at datasets package (there was

Re: [R] problem to building R (datasets)

2010-06-23 Thread Geun Seop Lee
Thank you for your reply. The reason why I was trying to compile R source is that I encountered some compile errors when I tried to use Rcpp package in order to compile my c++ program connected to R. A lot of link errors happened like undefined reference to `__gxx_personality_sj0' undefined