Ruby - gem install escape_utils fails with erorrs? -


when tried install

gem install escape_utils -v '0.3.2'

it gives me following errors dont know how fix using

ruby --version  ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux]  rails -v not find escape_utils-0.3.2 in of sources run `bundle install` install missing gems. 

the error when trying install

gem install escape_utils -v '0.3.2' building native extensions.  take while... error:  error installing escape_utils:         error: failed build gem native extension.      /usr/local/rvm/rubies/ruby-2.2.2/bin/ruby -r ./siteconf20150613-4082-zkyiyc.rb extconf.rb creating makefile  make "destdir=" clean  make "destdir=" compiling houdini_xml_e.c compiling buffer.c compiling escape_utils.c escape_utils.c: in function ‘rb_eu_escape_html_as_html_safe’: escape_utils.c:126: error: assignment of read-only member ‘klass’ make: *** [escape_utils.o] error 1  make failed, exit code 2  gem files remain installed in /usr/local/rvm/gems/ruby-2.2.2/gems/escape_utils-0.3.2 inspection. results logged /usr/local/rvm/gems/ruby-2.2.2/extensions/x86_64-linux/2.2.0/escape_utils-0.3.2/gem_make.out 

this issue escape_utils itself. should edit gemfile.lock file , change escape_utils (0.3.2) escape_utils (1.1.0).


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -