Skip to content

rgl install problem on Solaris 10 X86

3 messages · Dongseok Choi, Duncan Murdoch, Brian Ripley

#
On 2/3/2006 6:37 PM, Dongseok Choi wrote:
No, but there have been a lot of changes to it since the last upload to 
CRAN.  You might want to grab a new copy from 
http://rgl.neoscientists.org/About.html by getting the latest Subversion 
checkout.

Duncan Murdoch
#
On Fri, 3 Feb 2006, Duncan Murdoch wrote:

            
I tried to reproduce this, but our Solaris box does not have GL installed. 
My understanding is that the real problem seems to be that Color.cpp is 
using undeclared ISO C functions and needs to include

#include <stdlib.h> // for realoc and free
#include <string.h> // for memcpy

so please try adding them.

As for the -dalign messages, I presume you included them (like -xlibmil) 
in CXXFLAGS.  They are supported by our SunPro compiler, so which version 
is yours?  (In any case, you need to remove it, if I guessed right.)