devkit

libxml2 missing when installing nokogiri's gem devkit (windows)

ⅰ亾dé卋堺 提交于 2019-12-10 17:35:07
问题 I've been experiencing a lot of problems with this gem, so I read that I had to use de 1.5.0-beta. Since I'm using windows, I downloaded DevKit. But when I ran: gem install nokogiri --pre -- --with-xml2-lib --with-xslt-lib I get: Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing nokogiri: ERROR: Failed to build gem native extension. C:/Ruby187/bin/ruby.exe extconf.rb --with-xml2-lib --with-xslt-lib --pla taform=ruby

Bluecloth v2.0.10 with windows 7 not working

自作多情 提交于 2019-12-05 04:55:15
WIth Ruby 187, I had downloaded devkit from http://rubyinstaller.org/downloads and followed the instruction per https://github.com/oneclick/rubyinstaller/wiki/Development-Kit . I had also ensured that devkit is installed properly by following smoke test. I had then tried installing bluecloth (v2.0.10). It had failed with following error: C:\test\typo>gem install bluecloth --platform=ruby Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing bluecloth: ERROR: Failed to build gem native extension. c:/Ruby187/bin/ruby.exe

Invalid configuration or no Rubies listed?

只愿长相守 提交于 2019-12-03 16:27:21
问题 When I try setting the Devkit path, I end up with the following error C:\Devkit>ruby dk.rb install Invalid configuration or no Rubies listed. Please fix 'config.yml' and rerun 'ruby dk.rb install' I cannot resolve this error. Can someone help me? This is my config.yml file. # This configuration file contains the absolute path locations of all # installed Rubies to be enhanced to work with the DevKit. This config # file is generated by the 'ruby dk.rb init' step and may be modified # before

Can't install Nokogiri for Ruby in Windows

孤人 提交于 2019-12-03 15:20:36
I know this is simple but I just can't figure it out. I need to run a script in Ruby and it requires Nokogiri. I do have some experience in other languages but not in Ruby. Here is my system : Ruby 2.0.0-p195 (x64) is installed @ C:\Programs\RubyLanguage Ruby Development Kit (mingw64-64-4.7.2-20130224-1432) is installed @ C:\Programs\RubyDevKit When I run gem install nokogiri I get this error: ERROR: Error installing nokogiri: The 'nokogiri' native gem requires installed build tools. Please update your PATH to include build tools or download the DevKit from 'http://rubyinstaller.org/downloads'

ERROR: Failed to build gem native extension on Windows

我的梦境 提交于 2019-12-03 15:12:26
I'm getting the below error while installing ' redcarpet ' gem. It got installed without issue on my friends machine though. (I want to install this to run yard ) Ruby version: 1.9.3 cmd output: D:\Learning\Common_POM_FW\SampleProjects>yard [error]: Missing 'redcarpet' gem for Markdown formatting. Install it with `gem install redcarpet` D:\Learning\Common_POM_FW\SampleProjects>gem install redcarpet Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing redcarpet: ERROR: Failed to build gem native extension. C:/Ruby193/bin

Error installing gem: Couldn't reserve space for cygwin's heap, Win32 error 487

喜你入骨 提交于 2019-12-03 10:03:20
问题 I'm trying to install win32-api gem on my machine and I'm facing some issues when building native extensions: $ gem install win32-api --no-ri --rdoc Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... C:\Programs\dev_kit\bin\make.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0 ERROR: Error installing win32-api: ERROR: Failed to build gem native extension. c:/Programs/ruby/bin/ruby.exe extconf.rb checking for strncpy_s()... no

Error installing gem: Couldn't reserve space for cygwin's heap, Win32 error 487

╄→尐↘猪︶ㄣ 提交于 2019-12-03 00:34:30
I'm trying to install win32-api gem on my machine and I'm facing some issues when building native extensions: $ gem install win32-api --no-ri --rdoc Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... C:\Programs\dev_kit\bin\make.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0 ERROR: Error installing win32-api: ERROR: Failed to build gem native extension. c:/Programs/ruby/bin/ruby.exe extconf.rb checking for strncpy_s()... no creating Makefile make 0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487

Issues installing Ruby and Rails and DevKit on windows 7 x64 - fix needed

ぐ巨炮叔叔 提交于 2019-11-29 13:52:34
I am having a number of issues when trying to install ruby and rails. I have tried both without and now after clearing the previous installed versions. When trying to run "gem install rdiscount --platform=ruby" I get the following error: C:\Windows\system32>gem install rdiscount --platform=ruby Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing rdiscount: ERROR: Failed to build gem native extension. "C:/Program Files (x86)/ruby-1.9.3/bin/ruby.exe" extconf.rb checking for random()... *** extconf.rb failed *** Could not

therubyracer gem on windows

ぃ、小莉子 提交于 2019-11-26 01:00:31
问题 I\'ve been peacefully developing on Windows without adding any gems for a few weeks now and today I decided to do a bundle update, but I cannot get through this gem called therubyracer. I have the devkit installed and it is working according to the documentation\'s verification procedure. My question is: is there a way to install this gem at all on windows? And is this gem going to be required by rails 3.1 and this is why now that I do a bundle update it is being \'slipped\' into the rails 3

therubyracer gem on windows

馋奶兔 提交于 2019-11-25 22:19:55
I've been peacefully developing on Windows without adding any gems for a few weeks now and today I decided to do a bundle update, but I cannot get through this gem called therubyracer. I have the devkit installed and it is working according to the documentation's verification procedure. My question is: is there a way to install this gem at all on windows? And is this gem going to be required by rails 3.1 and this is why now that I do a bundle update it is being 'slipped' into the rails 3.0.8 as a gesture of early kick start for future 3.1 migration? EDIT including Gemfile and Gemfile.lock #