From: Roberto Cm Date: 2010-06-08T06:58:47+09:00 Subject: Re: opengl problem (from gears sample) Joel VanderWerf wrote: > Roberto Cm wrote: >> >> I downloaded the opengl gears demo here: >> http://members.shaw.ca/michael.brooks/gears_using_shaders.zip >> and this won't run. It errors out with: >> ruby: symbol lookup error: >> /usr/lib/ruby/gems/1.9.3dev/gems/ruby-opengl-0.60.1/lib/glut.so: >> undefined symbol: STR2CSTR > > Try installing and running it with ruby 1.8.x. The STR2CSTR macro is not > used in 1.9.2, so it looks like someone will have to update the opengl > lib. that's a shame ... I can confirm it does work, although very slowly, in 1.8. thanks -- Posted via http://www.ruby-forum.com/.