English 中文(简体)
装满织物的颜色,蓝cl树脂中的错误
原标题:Installing Publify with bundle install, error on bluecloth gem

I m 试图安装Pblification web blog CMS 6.0.9, 安装在Windows上的Birs 3.1。

每当我尝试bundlestal http://publification.co”rel=“nofollow”>Publification时,我在安装蓝色胶灰时就获得了同样的错误信息:

C:UsersLunaseaDownloads	ypo-6.0.9>gem install bluecloth
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:/RailsInstaller/Ruby1.9.2/bin/ruby.exe extconf.rb
checking for srand()... yes
checking for random()... no
checking for rand()... yes
checking for bzero() in string.h,strings.h... no
checking for strcasecmp()... yes
checking for strncasecmp()... yes
checking for mkdio.h... yes
checking for ruby/encoding.h... yes
creating extconf.h
creating Makefile

make
C:/RailsInstaller/Ruby1.9.2/bin/ruby -e "puts  EXPORTS ,  Init_bluecloth_ext "
> bluecloth_ext-i386-mingw32.def
gcc -I. -IC:/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1/i386-mingw32 -I/C/Rails
Installer/Ruby1.9.2/include/ruby-1.9.1/ruby/backward -I/C/RailsInstaller/Ruby1.9
.2/include/ruby-1.9.1 -I. -DRUBY_EXTCONF_H="extconf.h"    -DVERSION="2.0.9"
-O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-st
rings -Wno-missing-field-initializers -Wno-long-long -I.  -o bluecloth.o -c blue
cloth.c
In file included from c:
ailsinstallerdevkitmingwin../lib/gcc/mingw32/4.5.
1/../../../../include/windows.h:48:0,
                 from c:
ailsinstallerdevkitmingwin../lib/gcc/mingw32/4.5.
1/../../../../include/winsock2.h:22,
                 from c:/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1/ruby/win32.
h:33,
                 from c:/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1/ruby/define
s.h:205,
                 from c:/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1/ruby/ruby.h
:74,
                 from c:/RailsInstaller/Ruby1.9.2/include/ruby-1.9.1/ruby.h:32,
                 from bluecloth.h:14,
                 from bluecloth.c:25:
c:
ailsinstallerdevkitmingwin../lib/gcc/mingw32/4.5.1/../../../../include/
windef.h:229:23: error: duplicate  unsigned 
c:
ailsinstallerdevkitmingwin../lib/gcc/mingw32/4.5.1/../../../../include/
windef.h:238:23: error: duplicate  unsigned 
c:
ailsinstallerdevkitmingwin../lib/gcc/mingw32/4.5.1/../../../../include/
windef.h:238:23: error: two or more data types in declaration specifiers
c:
ailsinstallerdevkitmingwin../lib/gcc/mingw32/4.5.1/../../../../include/
windef.h:241:24: error: duplicate  unsigned 
make: *** [bluecloth.o] Error 1


Gem files will remain installed in C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9
.1/gems/bluecloth-2.2.0 for inspection.
Results logged to C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/bluecloth
-2.2.0/ext/gem_make.out

我已经尝试单独安装或只是安装最新版本,但结果总是相同。

Im利用标准生成的数据库。

问题回答

2.2.0中的头号档案防止蓝色金属在窗户上汇编。 然而,你可以通过下列方式派遣:

  1. 页: 1

  2. Apply this TOP on bluecloth.h file on my organ it is based in my

    H:Ruby193lib ubygems1.9.1gemsluecloth-2.2.0extluecloth.h

  3. Go to Bluecloth 2.2.0Directory, for example

    H:Ruby193lib ubygems1.9.1gemsluecloth-2.2.0

  4. Run rake gem (this may require to install some additional gems).

    然后,请看在册子上。

    H:Ruby193lib ubygems1.9.1gemsluecloth-2.2.0pkgluecloth-2.2.0.gem

  5. 开放这一名录并安装配电箱:

    www.un.org/ga 代表:

视窗不是管理铁路的最大环境。 这是一个很好的例子。 见,该链接用于更多的信息。





相关问题
rails collection_select vs. select

collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...

SSL slowness in EC2

We ve deployed our rails app to EC2. In our setup, we have two proxies on small instances behind round-robin DNS. These run nginx load balancers for a dynamically growing and shrinking farm of web ...

Auth-code with A-Za-z0-9 to use in an URL parameter

As part of a web application I need an auth-code to pass as a URL parameter. I am currently using (in Rails) : Digest::SHA1.hexdigest((object_id + rand(255)).to_s) Which provides long strings like : ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

activerecord has_many :through find with one sql call

I have a these 3 models: class User < ActiveRecord::Base has_many :permissions, :dependent => :destroy has_many :roles, :through => :permissions end class Permission < ActiveRecord::...

Ordering a hash to xml: Rails

I m building an xml document from a hash. The xml attributes need to be in order. How can this be accomplished? hash.to_xml

Text Editor for Ruby-on-Rails

guys which text editor is good for Rubyonrails? i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor? n which one is best an ...

How to get SQL queries for each user where env is production

I’m developing an application dedicated to generate statistical reports, I would like that user after saving their stat report they save sql queries too. To do that I wrote the following module: ...