On Mon, Nov 10, 2008 at 1:02 PM, Earle Clubb <[EMAIL PROTECTED]> wrote:
>
> Luis Lavena wrote:
>> On Mon, Nov 10, 2008 at 12:43 PM, Earle Clubb <[EMAIL PROTECTED]> wrote:
>>> <snip>
>>>
>>> BTW, my development box is the same architecture running Fedora 8.
>>>
>>
>> What is important is that both installed ruby (yours and the server)
>> link to the same version of glibc, statically or dynamically.
>>
>> Jumps between distros and versions of it can introduce issues in this front.
>>
>> Try the command I previously replied to you "rake native gem" inside
>> do_sqlite3 folder.
>>
>> PS: please disable the HTML of your mail client to ease reading and
>> replying of your messages in the mailing list.
>>
>
> Rake fails when trying to include tasks/hoe:
>
> rake native gem
> (in /home/ehc/projects/do/do_sqlite3)
> rake aborted!
> undefined method `add_development_dependency' for
> #<Gem::Specification:0xb7c98684>
> /home/ehc/projects/do/do_sqlite3/Rakefile:38
> (See full trace by running task with --trace)
>
> Thanks for the heads-up on HTML.
>
> Earle

2 things must be related to this:

Installed RubyGems and installed Hoe version

Please verify you have RubyGems 1.3.0 (or 1.3.1) installed

gem env

Then, install Hoe 1.8.2:

gem install hoe

And now please try again.

-- 
Luis Lavena
AREA 17
-
Human beings, who are almost unique in having the ability to learn from
the experience of others, are also remarkable for their apparent
disinclination to do so.
Douglas Adams

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to datamapper@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to