mruby_cc icon indicating copy to clipboard operation
mruby_cc copied to clipboard

error

Open texrg opened this issue 7 years ago • 0 comments

$./mrbcc_compile passing_tests.rb bash: ./mrbcc_compile: No such file or directory please change in web page

$ ./compile passing_tests.rb
/usr/local/share/gems/gems/activesupport-5.1.5/lib/active_support/number_helper.rb:3:in `<module:NumberHelper>': uninitialized constant ActiveSupport::Autoload (NameError)
	from /usr/local/share/gems/gems/activesupport-5.1.5/lib/active_support/number_helper.rb:2:in `<module:ActiveSupport>'
	from /usr/local/share/gems/gems/activesupport-5.1.5/lib/active_support/number_helper.rb:1:in `<top (required)>'
	from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require'
	from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require'
	from /usr/local/share/gems/gems/activesupport-5.1.5/lib/active_support/core_ext/numeric/conversions.rb:2:in `<top (required)>'
	from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require'
	from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require'
	from /usr/local/share/gems/gems/activesupport-5.1.5/lib/active_support/core_ext/numeric.rb:4:in `<top (required)>'
	from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require'
	from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require'
	from /usr/local/share/gems/gems/activesupport-5.1.5/lib/active_support/core_ext.rb:2:in `block in <top (required)>'
	from /usr/local/share/gems/gems/activesupport-5.1.5/lib/active_support/core_ext.rb:1:in `each'
	from /usr/local/share/gems/gems/activesupport-5.1.5/lib/active_support/core_ext.rb:1:in `<top (required)>'
	from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:133:in `require'
	from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:133:in `rescue in require'
	from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:39:in `require'
	from /home/user/mruby_cc/mrbcc/rite_parser.rb:2:in `<top (required)>'
	from /home/user/mruby_cc/mrbcc/mrbcc.rb:1:in `require_relative'
	from /home/user/mruby_cc/mrbcc/mrbcc.rb:1:in `<main>'

texrg avatar Feb 20 '18 10:02 texrg