| Andrew Chen 2008-01-26, 4:29 am |
| Sorry for late reply
FRUIT was not tested on Windows. It was developed on Linux, and
should run on other platform.
I don't have a FORTRAN compiler on Windows. There are areas that are
Unit specific, where the directory lookup with "/" or "\", and where
the root directory is.
However, it seems like your problem is that you can not install the
gem:
gem install pkg/fruit_processor-2.1.1.gem
Do you have problem installing other gems?
Can you try this?
gem install fruit_processor-2.1.1.gem
The fruit processor provides convenient tools for code generation, and
the build system.
Thanks
~Andrew Chen
>
> I am pretty new to Ruby (so sorry for asking seem-to-be-an-obvious-
> question)
>
> Following the installation instructions (fruit2.1.1), from (http://
> fortranxunit.wiki.sourceforge.net/Installation+Guide)
> I get the following message at step 4:
>
> Version: ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] (W
>
> Step 4)
>
> rake install
> gem install pkg/fruit_processor-2.1.1.gem
> rake aborted!
> undefined method `exitstatus' for nil:NilClass
> C:/Temp/Fortran/fruit/fruit_processor_gem/rakefile:29
> (See full trace by running task with --trace)
>
> With --trace option:
>
> gem install pkg/fruit_processor-2.1.1.gem
> rake aborted!
> undefined method `exitstatus' for nil:NilClass
> D:/Logiciels/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:899:in
> `sh'
> D:/Logiciels/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:906:in
|