MacRuby, error when using Sequel

前端 未结 4 680
天涯浪人
天涯浪人 2021-01-25 14:01

I have just installed Sequel using the command sudo macgem install sequel. It tells me sequel-3.18.0 was successfully installed.

When I fire up xcode, and s

4条回答
  •  灰色年华
    2021-01-25 14:21

    What version of MacRuby do you run? Also, do you run a 32-bit Mac?

    In my environment, 64-bit Intel mac running MacRuby trunk, I am able to install and require sequel.

    $ /usr/local/bin/macruby -r rubygems -e "require 'sequel'; p 42"
    42
    

    As Eloy said, it is better to report MacRuby problems to our mailing-list or ticket trac instead. http://www.macruby.org/contact-us.html

提交回复
热议问题