Re: [Rpy] again installation on Mac OS X

2008-05-14 Thread Ernesto
Anyway I tried to invoke the installation by: python setup.py install (as root) and all seems fine, just a warning during the plotting but the plot is correct. Many thanks Ernesto Il giorno 14/mag/08, alle ore 15:56, Gregory Warnes ha scritto: Hi Ernesto, These warning messages are nor

Re: [Rpy] again installation on Mac OS X

2008-05-14 Thread Laurent Gautier
By the way, the default compilation for python modules is with the flag -Wstrict-prototypes. It used to generate a number of warnings, and after I reported it on the r-devel list, it was solved (for R-2.7). (well mostly, there is a last warning: include/R_ext/Rdynload.h:26: warning: function declar

Re: [Rpy] again installation on Mac OS X

2008-05-14 Thread Gregory Warnes
Hi Ernesto, These warning messages are normal, albeit annoying.I've just made commited changes to the the SVN repository to avoid the ones from rpymodule.c and io.c, so this should be less of a problem in the future. -Greg On May 14, 2008, at 3:34AM , Ernesto wrote: Dear all, I'm