ruby - Install gem linecache19 : syntax error near unexpected token -
i have tried install couple of ways failed each time. can help? outcome same:
... creating makefile make generating trace_nums-i386-mingw32.def /usr/bin/sh: -c: line 1: syntax error near unexpected token `init_trace_nums.sub(/' /usr/bin/sh: -c: line 1: `c:/ruby193/bin/ruby -e \puts exports, + init_trace_nums.sub(/\..*\z/,)\ > trace_nums-i386-mingw32.def' make: *** [trace_nums-i386-mingw32.def] error 258 i've seen several related posts, none message. i'm using pik, in case makes difference.
i don't know how interpret error message. if should opening 1 of gem source files , correcting syntax, file has issue? (i've opened several in search.)
specs: windows 7, ruby 1.9.3, rails 3.2.3
what i've tried:
i have tried on command line:
gem install linecache19 i have tried adding gemfile, calling bundle install
gem 'linecache19' i have tried downloading rubyforge , calling:
gem install linecache19-0.5.13.gem
i succeeded @ after month. solution use ruby devkit. instructions installation (don't unpack it) here.
Comments
Post a Comment