On Sun, Feb 8, 2009 at 2:01 PM, Laurent Gautier <lgaut...@gmail.com> wrote: > It turned out that a stale PYTHONPATH was getting an older version of rpy2 > when running it on my end. > So much for the cross-platform unifying bit. :/ > > Now the tip should build and run on Linux.
It does work for me, though my internal code interpreter is now twitching a bit, because your version of the patch basically leaves in the bad code, but then it turns out okay because gcc's optimizer takes out the bad code before the linker can see it. Not terribly obvious. It would make my subconscious happier if instead of: #if !( defined(HAVE_AQUA) || defined(Win32) ) [...] return NULL; #endif [...] R_ProcessEvents(); [...] We had: #if !( defined(HAVE_AQUA) || defined(Win32) ) [...] return NULL; #else [...] R_ProcessEvents(); [...] #endif > Thanks for following the bitbucket tip. Oh, well, I send all these patches because I am using the functionality they add, and it's easier to follow tip than to maintain my own hacked-up fork :). Perhaps it would be better to send them against the stable branch, though? You tell me. -- Nathaniel ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list