ggobi / cranvas

Interactive graphics in R using Qt interfaces, a descendant of ggobi software
https://ggobi.github.io/cranvas.org/
80 stars 12 forks source link

cranvas on Redhat #203

Open chxy opened 11 years ago

chxy commented 11 years ago

Hi everyone,

I got cranvas installed on RHEL5 with R-3.0.1 and Qt-4.8.4, but none of the examples could run successfully (R crashed every time). Does anybody have any clue on the error below?

Thanks, Xiaoyue

> library(cranvas)
> qtennis <- qdata(tennis)
> qscatter(return.games, first.serves, data=qtennis)
>
 *** caught segfault ***
address (nil), cause 'memory not mapped'

Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
Selection: 3

Warning messages:
1: Vertex shader for simpleShaderProg (MainVertexShader & PositionOnlyVertexShader) failed to compile
2: Fragment shader for simpleShaderProg (MainFragmentShader & ShockingPinkSrcFragmentShader) failed to compile
3: QGLShaderProgram: shader programs are not supported 
dicook commented 11 years ago

Xiaoyue,

Did you work this out? I've got cranvas installed with the latest version of R and RStudio, on the Mac now.

cheers, Di

On May 29, 2013, at 7:04 PM, Xiaoyue Cheng wrote:

Hi everyone,

I got cranvas installed on RHEL5 with R-3.0.1 and Qt-4.8.4, but none of the examples could run successfully (R crushed every time). Does anybody have any clue on the error below?

Thanks,

Xiaoyue

library(cranvas) qtennis <- qdata(tennis) qscatter(return.games, first.serves, data=qtennis)

* caught segfault * address (nil), cause 'memory not mapped'

Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace Selection: 3

Warning messages: 1: Vertex shader for simpleShaderProg (MainVertexShader & PositionOnlyVertexShader) failed to compile 2: Fragment shader for simpleShaderProg (MainFragmentShader & ShockingPinkSrcFragmentShader) failed to compile 3: QGLShaderProgram: shader programs are not supported

— Reply to this email directly or view it on GitHub.


Di Cook visnut@gmail.com

chxy commented 11 years ago

Di,

No, I still have no idea. RHEL5 is the operating system of everyone's virtual machine here, so John wants me to get cranvas installed. However, many packages and software under RHEL5 are out of maintainance for quite a while so I have to install them from source (including Qt, cmake, R). I don't know if this is part of the reason.

Best, Xiaoyue

dicook commented 11 years ago

I think that this is the usual complaint with redhat, that it is just not kept up to date. I think it is not a developers choice of linux. I'm not going to be much help - but good luck.

On Jun 2, 2013, at 8:10 PM, Xiaoyue Cheng wrote:

Di,

No, I still have no idea. RHEL5 is the operating system of everyone's virtual machine here, so John wants me to get cranvas installed. However, many packages and software under RHEL5 are out of maintainance for quite a while so I have to install them from source (including Qt, cmake, R). I don't know if this is part of the reason.

Best, Xiaoyue

— Reply to this email directly or view it on GitHub.


Di Cook visnut@gmail.com