2009/5/12 John Hough <jho...@hbk.com>:
> Hi Laurent,
>
> When I try to build windows binaries for RPy2 version 2.0.4 with MINGW, I
> get the error messages shown below.  I’m using R 2.8.1, Python 2.5.2 and
> Windows XP SP2.  I was able to build windows binaries and install RPy2 on my
> box after making the following changes:
>
> 1.      Commenting out the declarations of ‘uintptr_t’ in Rinterface.h and
> rinterface.c
>

yep i had top do that as well

> 2.      Commenting out lines 66—73 in eventloop.h (below)
>

that is a bit brutal..you can resolv this one thing by adding a

#include <winsock2.h>

at the beginning of rinterface.c, which is where fd_set is defined

either way should work, though.

L

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to