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

Gem 32bit failed to load on Mac OS 10.10.1 #96

Closed
avilleret opened this issue Nov 24, 2014 · 2 comments
Closed

Gem 32bit failed to load on Mac OS 10.10.1 #96

avilleret opened this issue Nov 24, 2014 · 2 comments

Comments

@avilleret
Copy link
Contributor

here are the log : https://gist.github.com/avilleret/e6b09eedd03c3d6498fa

tried ./Gem.pd_darwin and succeeded
./Gem.pd_darwin: dlopen(./Gem.pd_darwin, 10): Symbol not found: _fribidi_charset_to_unicode
  Referenced from: ./Gem.pd_darwin
  Expected in: flat namespace
 in ./Gem.pd_darwin
Gem: can't load library
@avilleret
Copy link
Contributor Author

the problem is that brew ships only a 64bit version of fribidi

@avilleret
Copy link
Contributor Author

this should be fixed with Homebrew/legacy-homebrew@5c9c249

update brew, remove and install fribidi again with --universal option

thus Gem loads succesfully but seems to be affected by #92

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

1 participant