Re: [Rd] Building rattle on Solaris 10u7 X86

2010-07-19 Thread Prof Brian Ripley
Our experience is - the X11 installation on Solaris is too old for these packages. We use the one from OpenCSW (see the R-admin manual). cairographics in particular has moved on a lot since the 2005 release of Solaris 10 (cairo reached version 1.0 after that). - we failed to build RGtk2 wi

[Rd] Building rattle on Solaris 10u7 X86

2010-07-19 Thread Amber
We have tried to build rattle on Solaris 10 X86 platform, and the results are : 1. Package XML and pmml can be built. 2. Package RGtk2 can be built but can’t be installed because the installer can’t find GTK on Solaris, but it seems GTK has been preinstalled on Solaris 10, but I don’t k

Re: [Rd] Non-blocking Eval

2010-07-19 Thread Simon Urbanek
On Jul 19, 2010, at 10:58 AM, Martin Kerr wrote: > > Hello, > I'm currently working with the C++ version of the Rserve Client as part of a > student project. > Is there an implementation of a non-blocking interface to Rserve in C++? I > can find one via the Java JRI but no equivalent in C++. (

[Rd] Non-blocking Eval

2010-07-19 Thread Martin Kerr
Hello, I'm currently working with the C++ version of the Rserve Client as part of a student project. Is there an implementation of a non-blocking interface to Rserve in C++? I can find one via the Java JRI but no equivalent in C++. Thanks __