Re: [racket] Pyramid Stack

2011-12-15 Thread Jay McCarthy
This means that OpenGL on your system is not working correctly. I presume that you are on Linux. You should consult this page to make sure you have the correct libraries installed: http://docs.racket-lang.org/gui/libs.html Jay On Mon, Dec 12, 2011 at 11:41 AM, C.S.I. wrote: > Hello all, > > I

[racket] Pyramid Stack

2011-12-15 Thread C.S.I.
Hello all, I tried to run Mccarthy's pyramidstack 1.0 and I get this error: "send: target is not an object: #f for method: call-as-current". I think it has something to do with the big-bang procedure, or with the opengl libs, but I followed every advice I found without success. Thanks in advance,