NameError: uninitialized constant Ebb::FFI
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 will appear after it is approved by moderators
 |
From: Iñaki Baz Castillo <i...@aliax.net>
Date: Sun, 15 Nov 2009 19:23:27 +0100
Local: Sun, Nov 15 2009 1:23 pm
Subject: NameError: uninitialized constant Ebb::FFI
Hi, I'm trying to run Ebb under Ruby1.9.1p129. I've "ffi" gem installed and also Debian packages libffi5 and libffi-dev (64 bits).
I can use Ebb with Ruby 1.8 but when trying to run it with Ruby 1.9 I get this error:
/usr/local/lib/ruby1.9/gems/1.9.1/gems/ebb-0.3.2/lib/ebb.rb:34:in `set_options': uninitialized constant Ebb::FFI (NameError)
from /usr/local/lib/ruby1.9/gems/1.9.1/gems/ebb-0.3.2/lib/ebb.rb:61:in `start_server'
For sure I've installed ffi for Ruby 1.9:
$ gem1.9 list | grep ffi
ffi (0.5.1)
-- Iñaki Baz Castillo <i...@aliax.net>
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Clive Crous <clive.cr...@gmail.com>
Date: Mon, 16 Nov 2009 01:31:07 -0800 (PST)
Local: Mon, Nov 16 2009 4:31 am
Subject: Re: NameError: uninitialized constant Ebb::FFI
I'd like to confirm this.
The shortest piece of code to produce these results is as follows:
% ruby1.9.1 -rubygems -e "require 'ebb';require 'ebb_ffi'"
Any idea when/if this will be fixed?
Thanks,
Clive
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Iñaki Baz Castillo <i...@aliax.net>
Date: Wed, 2 Dec 2009 02:03:21 +0100
Local: Tues, Dec 1 2009 8:03 pm
Subject: Re: [ebb] Re: NameError: uninitialized constant Ebb::FFI
El Lunes, 16 de Noviembre de 2009, Clive Crous escribió:
> I'd like to confirm this.
> The shortest piece of code to produce these results is as follows:
> % ruby1.9.1 -rubygems -e "require 'ebb';require 'ebb_ffi'"
> Any idea when/if this will be fixed?
Hi, as it's a confirmed issue could we get please a response from the developers?
Thanks a lot.
-- Iñaki Baz Castillo <i...@aliax.net>
You must Sign in before you can post messages.
You do not have the permission required to post.
|
|
|