Hello,
I've been using the Sage appliance in Virtualbox on Windows 7 for some time now. And I like it very much. Thank you for this wonderful package of software and its interface.
Because I need to access more RAM for calculating 3D parametric plots I want to install it under Cygwin64 and followed the procedures on
http://trac.sagemath.org/wiki/Cygwin64Port.Compilation went fine but rpy2-2.7.5 and scipy-0.16.1 threw installation errors. I tried to rebase and changed the spkg-install for both packages as it is suggested for python in the link above (comment out lines for patches), but the installation errors remain.
My System is Windows 7, 64 bit, 24 GB RAM. I attach the log file for rpy2-2.7.5. The error lines from the file are:
./rpy/rinterface/_rinterface.c: In function 'EmbeddedR_setinteractive':
./rpy/rinterface/_rinterface.c:1493:3: error: 'Rp' undeclared (first use in this function)
Rp->R_Interactive = rtruefalse;
error: command 'gcc' failed with exit status 1
Any suggestions how to proceed?
Thanks a lot in advance
Robert