-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Build exits immediately with error on OSX #199
Comments
Same problem here. Has anybody found a solution for this? thx |
i have been working on creating binaries for mac and making packages for various linux flavours. you can check |
Even with your fork i cannot compile it. I have readline (and other libs) fine installed..
|
Exactly the same thing here |
Please download and test the binaries at https://tg-koter84.rhcloud.com/ for more details please do a clean i found the following commands to not be necessary on the travis build host, but maybe they are needed on your system. Be sure to check the version of readline (6.3.5 like in your brew install output) and make sure the directory really exists.
also please post the version of OS X which you are using. |
I've downloaded Build 159 osx_amd64_gcc:
Trying to compile from your sources:
|
exactly the same messages here on 10.6.8 |
Not quite sure how to work with that... |
Okey, I figured something out: to install readline, which it the reason it is failing: curl -O git.savannah.gnu.org/cgit/readline.git/snapshot/readline-master.tar.gz
tar zxvf readline-master.tar.gz
cd readline-master
./configure
make
sudo make install
cd .. That should be all needed!
now go ahead and use Note: I tried many things before, so this could depend strangely on some files installed before. But it should work... I have not the time to test this with a fresh install of mac OS X... Can someone else confirm it working? Working on my Mac OS 10.9.5 |
I thought I'd just leave this here:
The text was updated successfully, but these errors were encountered: