Re: [Rcpp-devel] R very basic compilation error

2013-02-14 Thread Bharath Govindarajan
Hi Kevin, Great! . Problem fixed now. Thanks a lot. Regards Bharath On Thu, Feb 14, 2013 at 2:33 AM, Kevin Ushey wrote: > Could it be because the file extension is .c rather than the expected > .cpp? Compiling the code runs fine for me when the file extension is .cpp, > but I get the same err

Re: [Rcpp-devel] R very basic compilation error

2013-02-13 Thread Kevin Ushey
Could it be because the file extension is .c rather than the expected .cpp? Compiling the code runs fine for me when the file extension is .cpp, but I get the same errors as you with the file extension as .c . -Kevin On Wed, Feb 13, 2013 at 11:15 PM, Bharath Govindarajan < bharath.qu...@gmail.com

[Rcpp-devel] R very basic compilation error

2013-02-13 Thread Bharath Govindarajan
Hi, At the outset I would like to thank the developers of rcpp for this wonderful tool. My question is elementary but I am posting it here only because on stack exchange I see Dirk suggesting that this is a better place to get replies. Thanks again Bharath Places I searched so far : --