[Fxruby-users] glviewer.rb sample program error...
Status: Inactive
Brought to you by:
lyle
|
From: Jeff K. <tl...@co...> - 2004-07-11 12:14:45
|
Well I've got all my installation issues taken care of (I think). All the
sample programs I've tried work fine, except the one I want to build
on--naturally!
Though I don't think this is an installation issue. Any help would be
appreciated.
--jeff
jkoppe@linux:~/downloads/ruby/sample_programs> ruby glviewer.rb
Xlib: extension "XFree86-DRI" missing on display ":0.0".
/usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.0/lib/fox/glgroup.rb:67:in
`bounds': undefined method `include' for #<Fox::FXRangef:0x410a5f7c>
(NoMethodError)
from /usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.0/lib/fox/
glgroup.rb:67:in `each'
from /usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.0/lib/fox/
glgroup.rb:67:in `bounds'
from /usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.0/lib/fox/
glgroup.rb:67:in `bounds'
from /usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.0/lib/fox/
glgroup.rb:67:in `each'
from /usr/local/lib/ruby/gems/1.8/gems/fxruby-1.2.0/lib/fox/
glgroup.rb:67:in `bounds'
from glviewer.rb:509:in `create'
from glviewer.rb:509:in `create'
from glviewer.rb:509:in `create'
from glviewer.rb:509:in `create'
from glviewer.rb:509:in `create'
from glviewer.rb:509:in `create'
from glviewer.rb:509:in `create'
from glviewer.rb:576:in `create'
from glviewer.rb:576
jkoppe@linux:~/downloads/ruby/sample_programs>
|