-
Notifications
You must be signed in to change notification settings - Fork 133
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
Cannot install on OS X #64
Comments
I just found these instructions on the wiki, however these do not work either. Following those instructions gives this result:
|
Success! It took many hours and several reinstalls of my entire toolchain but I got there in the end. I updated the wiki with the resolution of the issues I faced. |
Hey @alexspeller, sorry but I only saw the email about this issue now. Anyway, thanks for adding it to the wiki and good luck! You can find API documentation in this link. If you find any other problems, please open more issues. :) |
I'm still running in to this same problem as alexspeller and the Wiki is NOT helping me resolving this. I'd really appreciate concrete details on how you resolved this Alex (or others). Log of problem below. feldt:/$ export C_INCLUDE_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers |
@robertfeldt I put the exact steps I followed on the wiki. If those aren't working for you then I can't help. |
Sorry, I must have missed that page then. Can you please link to it here? Thanks. On Wed, Jun 26, 2013 at 4:19 PM, Alex Speller [email protected]
|
Hey @robertfeldt, you can find installation procedures for Linux and OSX in Installation page of the wiki. If it still doesn't work, please post about the problem here. |
Thanks, I got much farther now and could build and install the gem. But when I require it from Ruby there seems to be a conflict with NArray: Successfully installed nmatrix-0.0.5 2.0.0-p0 :002 > Any advice? This was with the latest git version i.e. including commits up to: commit 12f7ca1
|
Ok, forget my previous comment. I just had to uninstall narray and problem solved. Thanks for all help. |
I ran into this problem. I followed the wiki page for installation instruction. I got this when compile
I check my |
I cannot get this working on OS X.
First I tried "gem install nmatrix". This resulted in the error about gcc not being up to date. I then used the script to install a later version of gcc. After a lot of fiddling I managed to get the gem install command to use that compiler. This gave the following error:
So then in #34 I found a reference to some environment variables:
Then I get these results:
How do I get the gem installed?
The text was updated successfully, but these errors were encountered: