Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Difficulty installing ruby gem termios
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jonathan Wallace  
View profile  
 More options Oct 23 2006, 9:10 pm
Newsgroups: comp.lang.ruby
From: "Jonathan Wallace" <jonathan.wall...@gmail.com>
Date: 23 Oct 2006 18:10:16 -0700
Local: Mon, Oct 23 2006 9:10 pm
Subject: Difficulty installing ruby gem termios
Hello,
 I've just put a fresh install of kubuntu 6.06.1i on my computer.  I'm
trying to install the ruby gem termios-0.9.4, with gem 0.9.0 and ruby
1.8.4.  I've used the following commands to no avail.
sudo gem install termios --include-dependencies -- --build-flags
--with-opt-dir=/usr
sudo gem install termios --include-dependencies

I receive the same error in my mkmf.log file every time.  Here's the my
mkmf.log file from one run:
have_header: checking for termios.h... -------------------- no

"gcc -E -I. -I/usr/lib/ruby/1.8/i486-linux -I/usr/include  -Wall -g -O2
 -fPIC  conftest.c -o conftest.i"
checked program was:
/* begin */
#include <termios.h>
/* end */

--------------------

I've used adept (the graphical package manager for kde) to install
libtermios-ruby, libtermios-ruby1.8, ruby1.8, ruby1.8-dev, and
libc6-dev.  My mkmf.log shows that I'm missing the termios.h file.  I
can see that I have a termios.h file located in /usr/include though,
from the results above, I am assuming it is not the correct one.  I've
searched google for termios.h, the package contents for ubuntu for
termios.h
(http://packages.ubuntu.com/cgi-bin/search_contents.pl?word=termios.h&...)
and I have no clue what to try next.

Any ideas?  Am I missing something simple here?
Thanks in advance,
  Jonathan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Wallace  
View profile  
 More options Oct 23 2006, 9:16 pm
Newsgroups: comp.lang.ruby
From: "Jonathan Wallace" <jonathan.wall...@gmail.com>
Date: 23 Oct 2006 18:16:29 -0700
Local: Mon, Oct 23 2006 9:16 pm
Subject: Re: Difficulty installing ruby gem termios
For future reference, this is the error one gets when gcc is not
installed.  *blush*

On Oct 23, 9:10 pm, "Jonathan Wallace" <jonathan.wall...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ken Bloom  
View profile  
 More options Oct 24 2006, 9:23 am
Newsgroups: comp.lang.ruby
From: "Ken Bloom" <kbl...@gmail.com>
Date: Tue, 24 Oct 2006 13:23:31 GMT
Local: Tues, Oct 24 2006 9:23 am
Subject: Re: Difficulty installing ruby gem termios

On Mon, 23 Oct 2006 18:16:29 -0700, Jonathan Wallace wrote:
> For future reference, this is the error one gets when gcc is not
> installed.  *blush*

The proper solution to this problem would thus be to install the package
"build-essential" which pulls in GCC as well as other important tools like
make and the linker.

--Ken Bloom

--
Ken Bloom. PhD candidate. Linguistic Cognition Laboratory.
Department of Computer Science. Illinois Institute of Technology.
http://www.iit.edu/~kbloom1/
I've added a signing subkey to my GPG key. Please update your keyring.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »