- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
当我在 Rails 项目文件夹中执行以下命令时:
gem install bson_ext
我得到这个错误:
#result
Building native extensions. This could take a while...
ERROR: Error installing bson_ext:
ERROR: Failed to build gem native extension.
/home/absolute/.rvm/rubies/ruby-1.9.3-p0/bin/ruby extconf.rb
checking for asprintf()... yes
checking for ruby/st.h... yes
checking for ruby/regex.h... yes
checking for ruby/encoding.h... yes
creating Makefile
make
compiling bson_buffer.c
compiling cbson.c
cbson.c: In function ‘write_element’:
cbson.c:439:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration- after-statement]
cbson.c: In function ‘write_doc’:
cbson.c:608:5: warning: implicit declaration of function ‘bson_buffer_get_max_size’ [-Wimplicit-function-declaration]
cbson.c: In function ‘objectid_generate’:
cbson.c:911:9: warning: implicit declaration of function ‘htonl’ [-Wimplicit-function-declaration]
cbson.c:919:5: warning: implicit declaration of function ‘htons’ [-Wimplicit-function-declaration]
compiling encoding_helpers.c
linking shared-object bson_ext/cbson.so
make install
/bin/install -c -m 0755 cbson.so /home/absolute/.rvm/gems/ruby-1.9.3-p0/gems/bson_ext-1.6.2/ext/bson_ext
make: /bin/install: Command not found
make: *** [/home/absolute/.rvm/gems/ruby-1.9.3-p0/gems/bson_ext-1.6.2/ext/bson_ext/cbson.so] Error 127
Gem files will remain installed in /home/absolute/.rvm/gems/ruby-1.9.3- p0/gems/bson_ext-1.6.2 for inspection.
Results logged to /home/absolute/.rvm/gems/ruby-1.9.3-p0/gems/bson_ext-1.6.2/ext/cbson/gem_make.out
我在我的 Rails 项目中使用了 mongoid。安装 bson_ext gem,它给了我上面的错误。
谁能告诉我这是什么问题?
最佳答案
如果您使用的是捆绑安装,则需要运行
bundle config build.bson_ext --with-cflags="-Wno-error=implicit-function-declaration"
关于ruby-on-rails - 为什么我在安装 bson_ext 时出错?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10632181/
关于 'bson_ext' 有一个类似的问题,但它对我不起作用。 MongoMapper and bson_ext problem 我使用的是 Rails 2.3.8 + MongoId 1.9.1。
hs-mac-air:~ zuohaisu$ sudo gem install bson_ext -v '1.9.2' Building native extensions. This could
hs-mac-air:~ zuohaisu$ sudo gem install bson_ext -v '1.9.2' Building native extensions. This could
当我在 Rails 项目文件夹中执行以下命令时: gem install bson_ext 我得到这个错误: #result Building native extensions. This cou
我坚持使用 1.5.1 版本安装 bson_ext gem。我已经尝试了几乎所有我在网上找到的东西,但没有任何帮助。 我尝试重新安装 ruby、rvm 等。 我在用: RVM MacOs Cata
我无法在我的 mongo 项目目录中安装 bson_ext 1.8.2 gem。具体来说,我尝试运行 bundle install 和 gem install bson_ext -v '1.8.2'
当尝试安装 bson_ext 时,我看到错误...安装 json gem 工作正常,这还需要构建 native 扩展 - 我已经尝试了所有方法,但没有很好的答案 $ gem install bson_
OSX Lion、Xcode 4.2、GCC 4.2 安装 bson_ext 1.4.1 时出现以下错误 Building native extensions. This could take a
我正在使用 rails 4.2.4 我正在努力遵循这个教程:http://robert-reiz.com/2012/03/05/rails-mongodb-tutorial/ 为了开始将 MongoD
我是一名优秀的程序员,十分优秀!