From: Shashank Date Date: 2003-12-30T11:56:47+09:00 Subject: exerb corefile I have downloaded and installed the latest exerb (3.0) along with the nightly snapshot of ruby(1.9.0) on Win XP (Home). I have followed the steps as described in the tutorial that comes with exerb. But it keeps asking about some "corefile" it expects. Any idea where I can get the correct "corefile" for the latest ruby? Or even the latest stable release 1.8.1 ? TIA, -- shanko Transcript follows: --------------------------------------------------------------- C:\ruby\bin>ruby -v ruby 1.9.0 (2003-12-27) [i386-mswin32] C:\ruby\bin>ruby exerb -v Exerb 3.0.0 Usage: exerb [options] recipe-file Options: -c --corename specifies exerb-core name. -C --corefile specifies exerb-core file. -o --outfile specifies output file. -k --kcode specifies kanji code. (none/euc/sjis/utf8) -v --verbose enable verbose mode. -g --debug enable debug mode. -e --execute execute the created executable file. -V --version display version number. -h --help display this information. C:\ruby\bin>type tst_exerb.rb puts "Testing Exerb" C:\ruby\bin>ruby -r exerb/mkexr tst_exerb.rb Testing Exerb C:\ruby\bin>ruby exerb tst_exerb.exr exerb: a core file isn't specified in the recipe file and command line options. C:\ruby\bin> ---------------------------------------------------------------------------