I've been able to install rpy2
v2.0.8 from the .msi
from source forge, but I'd like to use the latest version that includes the packages code, i.e. v2.1.9
.
I'm attempting to compile rpy2 in windows (python 2.6.6
).
CL is complaining because LibExtern
is being defined as extern
and as declspec
in different place.
gcc
and c++
can't compile without errors either.
I'm assuming this compiles ok on unix and that all I'm missing is some config (prob environment variables), since I can't believe it would have been released in a non-compilable form.
Any anyone point me in the right direction pls?
Many thx
DM