From: Shashank Date Date: 2006-03-01T10:56:18+09:00 Subject: Re: [ANN] rcov 0.2.0 - code coverage tool for Ruby --0-277823646-1141178109=:76837 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi, Mauricio Fernandez wrote: Source code, additional information, screenshots... available at http://eigenclass.org/hiki.rb?rcov On Windows XP (HOME SP2) using MSVC ++ 6.0 and latest one-click installer: C:\extract\_ruby\rcov>ruby setup.rb ---> bin <--- bin ---> ext ---> ext/rcovrt C:/ruby/bin/ruby.exe C:/extract/_ruby/rcov/ext/rcovrt/extconf.rb creating Makefile <--- ext/rcovrt <--- ext ---> bin updating shebang: rcov <--- bin ---> ext ---> ext/rcovrt nmake Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cl -nologo -MD -Zi -O2b2xg- -G6 -I. -IC:/ruby/lib/ruby/1.8/i386-mswin32 -IC:/ruby/lib/ruby/1.8/i386-mswin32 -IC:/extract/_ruby/rcov/ext/rcovrt -I. -I./.. -I./../missing -c -Tcrcov.c rcov.c rcov.c(21) : error C2146: syntax error : missing ')' before identifier 'event' rcov.c(21) : error C2061: syntax error : identifier 'event' rcov.c(21) : error C2059: syntax error : ';' rcov.c(21) : error C2059: syntax error : ',' rcov.c(22) : error C2059: syntax error : ')' rcov.c(70) : error C2065: 'coverage_event_hook' : undeclared identifier rcov.c(71) : error C2065: 'RUBY_EVENT_ALL' : undeclared identifier rcov.c(71) : error C2065: 'RUBY_EVENT_C_CALL' : undeclared identifier rcov.c(72) : error C2065: 'RUBY_EVENT_C_RETURN' : undeclared identifier rcov.c(72) : error C2065: 'RUBY_EVENT_CLASS' : undeclared identifier NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. setup.rb:655:in `command': system("nmake") failed (RuntimeError) from setup.rb:664:in `make' from setup.rb:1258:in `setup_dir_ext' from setup.rb:1532:in `__send__' from setup.rb:1532:in `traverse' from setup.rb:1530:in `dive_into' from setup.rb:1530:in `traverse' from setup.rb:1534:in `traverse' from setup.rb:1533:in `each' ... 7 levels... from setup.rb:996:in `exec_setup' from setup.rb:813:in `invoke' from setup.rb:773:in `invoke' from setup.rb:1578 C:\extract\_ruby\rcov> --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. --0-277823646-1141178109=:76837--