Skip to content
Prev 37206 / 63424 Next

Building rattle on Solaris 10u7 X86

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 with the SunStudio compiler, and had to use 
gcc.

Note that nothing in this message is about 'building rattle' (your 
subject line): it is about installing packages rattle's GUI depends 
on.  Let me warn you that rattle doesn't just depend on RGtk2, it 
depends on RGtk2 built with libglade2 support: which is optional and 
not installed by default on Solaris (and often not elsewhere).

Note that in R terminolgy (see Writing R Extensions), building a 
package (R CMD build) is not the same thing as installing one (R CMD 
INSTALL).
On Tue, 20 Jul 2010, Amber wrote:

            
[Lots of consequences omitted.]
Not much idea what that means.  You need to install colorspace before 
vcd, but colorspace depends on nothing else.  It 'Suggests' vcd, but 
that is not the same as 'Depends'.  install.packages() will sort 
this out for you.
Please do study the posting guide: people who send HTML demonstrate 
that they have not done so.