Hi,
On Oct 27, 2008, at 2:00 AM, Michael Rutter wrote:

> Greg,
>
> Any success on updating rpy to R 2.8.0?  A similar problem occured to
> rkward and a proposed solution was to just remove Rdevices.R and
> Rgraphics.R include lines.  Not sure if that works for rpy.


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: [EMAIL PROTECTED]
*/




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to