Hi,

Windows 7 Ultimate 64 bit
VS 2008
R 2-11.1 (in PATH)
python 2.6.5

I get the same whether I download the kit and build with

    python setup.py install

or using easy_install (since the latter seems to simply invoke the former).

*error:*

d:\use\rpy2-2.1.5>python setup.py install
running install
running build
running build_py
running build_ext
building 'rpy2.rinterface.rinterface' extension
D:\WindowsPrograms\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -DWin32=1 -DCSTACK_DEFNS=1 -DRIF_HAS_RSIGHAND=1 -Irpy\rinterfa ce -Id:\python26\include -Id:\python26\PC -Id:/R/R-2.11.1/include /Tcrpy\rinterf ace\rinterface.c /Fobuild\temp.win32-2.6\Release\rpy\rinterface\rinterface.obj - Ld:/R/R-2.11.1/bin -lR -Ld:/R/R-2.11.1/bin -lRlapack -Ld:/R/R-2.11.1/bin -lRblas

cl : Command line warning D9002 : ignoring unknown option '-Ld:/R/R-2.11.1/bin'
cl : Command line warning D9002 : ignoring unknown option '-lR'
cl : Command line warning D9002 : ignoring unknown option '-Ld:/R/R-2.11.1/bin'
cl : Command line warning D9002 : ignoring unknown option '-lRlapack'
cl : Command line warning D9002 : ignoring unknown option '-Ld:/R/R-2.11.1/bin'
cl : Command line warning D9002 : ignoring unknown option '-lRblas'
rinterface.c
d:/R/R-2.11.1/include\R_ext/RS.h(43) : warning C4005: 'ERROR' : macro redefiniti
on
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\wingdi.h(104) : se
e previous definition of 'ERROR'
rpy\rinterface\rinterface.c(65) : fatal error C1083: Cannot open include file: '
Rinterface.h': No such file or directory
error: command '"D:\WindowsPrograms\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"'
failed with exit status 2

d:\use\rpy2-2.1.5>


Seems to be something with the LINK options being malformed in the generated compile (cl.exe) command?

pat

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to