|
From: Noritsugu N. <nna...@mx...> - 2001-12-06 11:55:33
|
中村 のりつぐ です。
cvs から取って来て Linux 上で test の中のを
実行したのですが、いくつかエラーが出ます。
意図した動作でしょうか?
% ruby -I . -I lib/ test/check.rb
test/check.rb:10:in `paste': FLTK does not appear to be taking events! (SystemCallError)
from test/check.rb:10
% ruby -I . -I lib/ test/filebrowser.rb
test/filebrowser.rb:4: uninitialized constant FileBrowser at FLTK (NameError)
from test/filebrowser.rb:3:in `initialize'
from test/filebrowser.rb:3:in `new'
from test/filebrowser.rb:3
% ruby -I . -I lib/ test/filechooser.rb
test/filechooser.rb:3: uninitialized constant FileChooser at FLTK (NameError)
% ruby -I . -I lib/ test/toggle_tree.rb
test/toggle_tree.rb:49:in `initialize': uninitialized constant ToggleTree at FLTK (NameError)
from test/toggle_tree.rb:57:in `new'
from test/toggle_tree.rb:57
mingw版 は週末にでもやってみます。
中村 典嗣 E-mail: nna...@mx...
|