作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的控制台上出现以下错误
root@comp09:~# gem install eventmachine
Building native extensions. This could take a while...
ERROR: Error installing eventmachine:
ERROR: Failed to build gem native extension.
/usr/local/bin/ruby extconf.rb
checking for rb_trap_immediate in ruby.h,rubysig.h... yes
checking for rb_thread_blocking_region()... no
checking for inotify_init() in sys/inotify.h... yes
checking for writev() in sys/uio.h... yes
checking for rb_thread_check_ints()... no
checking for rb_time_new()... yes
checking for sys/event.h... no
checking for epoll_create() in sys/epoll.h... yes
creating Makefile
make
I. -I/usr/local/lib/ruby/1.8/x86_64-linux -I/usr/local/lib/ruby/1.8/x86_64-linux -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_INOTIFY_INIT -DHAVE_INOTIFY -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DHAVE_EPOLL_CREATE -DHAVE_EPOLL -DWITH_SSL -fPIC -O2 -g -Wall -Wno-parentheses -Wno-long-long -o rubymain.o -c rubymain.cpp
make: I.: Command not found
make: [rubymain.o] Error 127 (ignored)
I. -I/usr/local/lib/ruby/1.8/x86_64-linux -I/usr/local/lib/ruby/1.8/x86_64-linux -I. -DBUILD_FOR_RUBY -DHAVE_RB_TRAP_IMMEDIATE -DHAVE_RBTRAP -DHAVE_INOTIFY_INIT -DHAVE_INOTIFY -DHAVE_WRITEV -DHAVE_WRITEV -DHAVE_RB_TIME_NEW -DOS_UNIX -DHAVE_EPOLL_CREATE -DHAVE_EPOLL -DWITH_SSL -fPIC -O2 -g -Wall -Wno-parentheses -Wno-long-long -o em.o -c em.cpp
make: I.: Command not found
如有任何帮助和建议,我们将不胜感激。
最佳答案
我在 Ubuntu 11.10 安装 eventmachine 时遇到了类似的问题。
区别在于(靠近日志末尾)
make: g++: Command not found
而不是
make: I.: Command not found
此问题与 GCC 上的 C++ 有关,可通过安装 build-essential 解决
sudo apt-get install build-essential
关于ruby-on-rails - 安装失败 "gem install eventmachine"。我的项目中需要八哥,对于八哥我需要安装 eventmachine,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4735303/
我有一只八哥Sprite我想为其获取触摸事件。正在使用 content.addEventListener(TouchEvent.TOUCH, onTouch); function onTouch(e:
我今天推出了一个网站,它大量使用 Starling 和 Workling 来处理后台任务队列。 流量一直很重,虽然我的服务器 CPU/内存没有承受太大压力,但作业队列正在严重备份。 我对 Starli
我是 AS3/Starling 的新手,但我正在尝试(以编程方式)将 FLV 视频文件添加到本质上是启动画面的“背景”。 我在网上找到的示例代码基本上提炼为... var v:Video = new
老实说,我看不出我错过了什么!一切都加起来,但似乎我的公共(public)课 GameBackground 没有正确关闭,请帮忙!我一定是盯着这个看了很久,看不清眼前是什么! package com
我是一名优秀的程序员,十分优秀!