As posted in a previous email
On Dec 16, 2008, at 10:45 AM, Paul Hartley wrote:


I recently upgraded R to 2.8.0 and built it with -enable-R-shlib. When I tried to re-build rpy 1.0.3, I get the following error, which I assume means something changed in R 2.8.0 that is not accounted for by rpy 1.0.3. I tried rpy 1.0.2 and got the same error. I have never had a previous issue re-installing rpy when I upgraded R in the past. Could you let me know if there is a workaround; otherwise I'll just have to fall back to the previous R version (and hope that fixes the issue!). rpy2 looks like a nice upgrade, but right now I don't have time to do the migration and the testing to ensure the migration is error-free. thanks,

Paul

execute:  python setup.py install


Just substitute line 77 of src/RPy.h

#include <Rdevice.h> /* must follow Graphics.h */

with

#include <Rembedded.h> /* must follow Graphics.h */

it builds and seems to work

d


/*
Davide Cittaro

Cogentech - Consortium for Genomic Technologies
via adamello, 16
20139 Milano
Italy

tel.: +39(02)574303007
e-mail: davide.citt...@ifom-ieo-campus.it
*/



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to