On May 29, 2007, at 21:37 , nick hemsley wrote:
> Hey all,
>
> Im having problems getting croquet running on ubuntu.
> The card is a RADEON 9600 XT, Im using the ATI fglrx driver (the
> opensource drivers dont implement all of the functionality it seems),
>
> glxgears is working fine, glxinfo|grep reports direct rendering: yes
>
> running the following code (from
>
http://croquetweak.blogspot.com/2007/02/opengl-in-workspace.html):>
> | ogl green |
> ogl := OpenGL newIn: (0@0 extent: 100@100).
> green := 1.
> [[
> ogl glClearColor(0, green, 0, 1).
> ogl glClear(16r4000).
> ogl swapBuffers.
> Sensor waitClickButton.
> green := 1 - green.
> ] repeat] ensure: [ogl destroy]
>
> throws an ExternalCallFailed on glClearColor.
>
> Any ideas? Can I get verbose errors any linking errors etc. from the
> dll (.so) side?
>
Could you report the exact error? Or attach the error debug log?
It sounds like it is not finding or cannot load libGL.so. Does it
exist? Anything in the console?
- Bert -