octopress-使用bundle install时遇到的问题

问题描述

使用bundle install时遇到的问题

Fetching source index from https://ruby.taobao.org/
Resolving dependencies...............
Using rake 10.4.2

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

C:/Ruby22-x64/bin/ruby.exe -r ./siteconf20150417-6052-ppbpwq.rb extconf.rb

checking for main() in -lc... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.

Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=C:/Ruby22-x64/bin/$(RUBY_BASE_NAME)
--with-redcloth_scan-dir
--without-redcloth_scan-dir
--with-redcloth_scan-include
--without-redcloth_scan-include=${redcloth_scan-dir}/include
--with-redcloth_scan-lib
--without-redcloth_scan-lib=${redcloth_scan-dir}/lib
--with-clib
--without-clib
C:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:456:in try_do': The compiler failed to gen
erate an executable file. (RuntimeError)
You have to install development tools first.
from C:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:541:in
try_link0'
from C:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:556:in try_link'
from C:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:735:in
try_func'
from C:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:966:in `block in have_library'

    from C:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:911:in `block in checking_for'

    from C:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:351:in `block (2 levels) in po

stpone'
from C:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:321:in open'
from C:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:351:in
block in postpone'
from C:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:321:in open'
from C:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:347:in
postpone'
from C:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:910:in checking_for'
from C:/Ruby22-x64/lib/ruby/2.2.0/mkmf.rb:961:in
have_library'
from extconf.rb:5:in `'

extconf failed, exit code 1

Gem files will remain installed in C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/RedClo
th-4.2.9 for inspection.
Results logged to C:/Ruby22-x64/lib/ruby/gems/2.2.0/extensions/x64-mingw32/2.2.0
/RedCloth-4.2.9/gem_make.out
An error occurred while installing RedCloth (4.2.9), and Bundler cannot
continue.
Make sure that gem install RedCloth -v '4.2.9' succeeds before bundling.

解决方案

http://blog.csdn.net/pan_tian/article/details/8761956

解决方案二:

提示的的RedCloth,你安装好了没

解决方案三:

在windows下配的环境?

时间: 2025-01-21 17:32:40

octopress-使用bundle install时遇到的问题的相关文章

python-安装npm install时出现错误

问题描述 安装npm install时出现错误 我是在win8上面操作,需要在github上面克隆一个项目在本地编辑 在nodejs官网上面下载了一个安装包,安装后进行了如下操作 1:新建了一个文件夹,用virtualenv做成虚拟环境 2:将github上面的项目clone到该文件夹 3:将该文件夹进入venv虚拟环境 4:安装Python的依赖包flask之类的 5:进入项目的static文件夹,(这里面有package.json文件,dependencies里有一项是""sass

命令行-使用chocolatey中的命令choco install时如何改变安装软件的路径?

问题描述 使用chocolatey中的命令choco install时如何改变安装软件的路径? 5C 在cmder中安装了chocolatey管理器,然后使用choco install命令来安装软件,我想知道安装软件时如何修改路径?我在命令行下输入choco install -?并没有找到修改路径的参数

terminal下 bundle install 失败

问题描述 请问我在mac的terminal下bundle install总是提示"Could not reach rubygems repository http://rubygems.org",不仅如此直接使用gem install <gem_name>也会有上面的提示,而我在ubuntu下就可以正常安装gem,请问怎么回事? 解决方案 gem update --system更新一下RubyGems试试有没有效过.还有,如果你的Mac和Ubuntu两台机器的网络环境不同也

maven install时出错望好心人解决一下。小弟先谢谢了

问题描述 maven install时出错望好心人解决一下.小弟先谢谢了 T E S T S Forking command line: cmd.exe /X /C ""C:Program FilesJavajdk1.7.0jrebinjava" -jar E:工作我的代码workspaceCollab2AAAtargetsurefiresurefirebooter4742801322268775008.jar E:工作我的代码workspaceCollab2AAAtarge

Linux kernel在“make install”时的问题分析总结

在编译内核后,make install 时可能遇到"ERROR: modinfo: could not find module XXX"的问题:命令行中操作看到的内容如下:  代码如下 复制代码 [root@smilejay linux-3.12]# make modules_install   ..........   INSTALL sound/soundcore.ko   INSTALL sound/synth/emux/snd-emux-synth.ko   INSTALL s

解决bundle install安装问题详解

今天同事又来跟我纠结ruby和rails这台服务器的问题,今天他说执行bundle install的时候报下面的错误,如图 好嘛,继续网上给他找解决办法. 解决办法: 因为我们这台是编译安装的,所以执行:  gem install io-console 如果是yum安装的话,可以执行:  yum install ruby-devel 好了,再次执行bundle install,就没有问题了.

ruby安装gem包失败的通用解决方法_ruby专题

ruby语言升级还是比较勤快的.但是数量众多的版本使得程序库的兼容性成了大问题.有些gem表示明确不支持某个特定版本以前的ruby,而有些gem则与较高的版本不兼容.再加上gem本身也有版本,简直是乱成了一锅粥.即使使用了rvm.rbenv之类ruby版本管理工具也避免不了掉入坑中.并且时不时的一些其它环境设置也给你捣乱.所以一般使用ruby程序时,对升级ruby版本或各种gem版本都是比较慎重的,避免一时手贱掉入坑中. 当然你也不能因此就做缩头乌龟,某些情况下还是不得不升级的.比如想使用rub

使用ruby过程中遇到安装gem失败的一些通用解决方案

ruby语言升级还是比较勤快的.但是数量众多的版本使得程序库的兼容性成了大问题.有些gem表示明确不支持某个特定版本以前的ruby,而有些gem则与较高的版本不兼容.再加上gem本身也有版本,简直是乱成了一锅粥.即使使用了rvm.rbenv之类ruby版本管理工具也避免不了掉入坑中.并且时不时的一些其它环境设置也给你捣乱.所以一般使用ruby程序时,对升级ruby版本或各种gem版本都是比较慎重的,避免一时手贱掉入坑中. 当然你也不能因此就做缩头乌龟,某些情况下还是不得不升级的.比如想使用rub

Octopress Windows环境搭建

转自 kumu-linux.github.io 关于Octopress+GitHub+Markdown环境的搭建其实已经有很多写的很好的教程了,这里算是作一个总结吧,把遇到的一些问题说明注解一下. 优点: 1. 用文件方式储存数据,无需数据库 2. 以静态方式发布,直接托管github 3. 用markdown格式写博客,可轻松配置和发布 安装 本文主要讲解在Windows上的安装方法,Linux可参考官方文档 准备软件 git 下载地址: Git-1.8.1.2 ruby 下载地址:ruby-