Skip to content

Compilation issues on Snow Leopard #3

@DAddYE

Description

@DAddYE

HI,

I get some trouble on snow leopard if I only install the gem with the following command:

$ sudo env ARCHFLAGS="-arch x86_64" gem install yong-purple_ruby
I get errors like:
dyld: lazy symbol binding failed: Symbol not found: _purple_plugins_get_protocols

So I downloaded the sources then:

$ cd path/to/purple_ruby
$ cd ext
$ export ARCHFLAGS="-arch x86_64"
$ ruby extconf.rb
$ sudo cp -R purple_ruby.bundle /Library/Ruby/Gems/1.8/gems/yong-purple_ruby-0.6.0/ext/

Now it works correctly.

I think there is necessary a fix in extconf.rb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions