Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageAndrew Chen wrote: > 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. They are free! <snip> -- Gary Scott mailto:garylscott@sbcglobal dot net Fortran Library: http://www.fortranlib.com Support the Original G95 Project: http://www.g95.org -OR- Support the GNU GFortran Project: http://gcc.gnu.org/fortran/index.html If you want to do the impossible, don't hire an expert because he knows it can't be done. -- Henry Ford
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.