Hi,
I had the similar problems with on ubuntu. When I set RHOME manually,
export RHOME=/usr/local/lib64/R
I got problems with finding one of the headers, specifically
in rpy/interface/array.c
changing
#include "rinterface.h"
to include #include
got around my first errors but I am noit sure that
Hi,
Silly me!
I just checked svn, and I was using the rpy-2.0a3 tar ball.
All the .h files are missing in rpy/rinterfaces.
Nicholas
On Tue, 02 Sep 2008 09:56:41 -0700, "Nicholas Lewin-Koh"
<[EMAIL PROTECTED]> said:
> Hi,
> I had the similar problems with on ubuntu. Whe
Hi,
Try using the svn version, rpy2-2.0.0a3 is missing headers.
Nicholas
On Wed, 3 Sep 2008 01:59:07 +0100, "Etuka Onono" <[EMAIL PROTECTED]> said:
> Hello,
>
> I have the following compile error when trying to build rpy2-2.0.0a3.
> >>>
> building 'rpy2.rinterface.rinterface' extension
> gcc -fn