Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install in OSX 10.6.4 #7

Closed
mikelarkin opened this issue Aug 11, 2010 · 1 comment
Closed

Can't install in OSX 10.6.4 #7

mikelarkin opened this issue Aug 11, 2010 · 1 comment

Comments

@mikelarkin
Copy link

sudo gem install SystemTimer

None of these work:
config.gem 'SystemTimer'
config.gem 'SystemTimer', :lib => 'system_timer'
config.gem 'system_timer'

Nor these:
require 'SystemTimer'
require 'system_timer'

All return either "gem not found, please install SystemTimer" or a message saying:

/usr/local/lib/ruby/gems/1.8/gems/SystemTimer-1.2/lib/system_timer_native.bundle: mach-o, but wrong architecture - /usr/local/lib/ruby/gems/1.8/gems/SystemTimer-1.2/lib/system_timer_native.bundle

@ph7
Copy link
Owner

ph7 commented Nov 16, 2010

In a shell:

$ sudo gem install SystemTimer
Password:
Building native extensions.  This could take a while...
Successfully installed SystemTimer-1.2.1
1 gem installed

In Ruby:

ph7:~/Projects/System-Timer[master]$ irb
irb(main):001:0> require "rubygems"
irb(main):002:0> require "system_timer"

Hope this helps,

  • Philippe

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants