-
Notifications
You must be signed in to change notification settings - Fork 3
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
get osx version to work #5
Comments
Hi, I also have these boost errors when installing gippy on OS X 10.10. Would anybody like to explain how to fix these errors? I am not so deep into these techniques... Thanks in advance, |
Are you installing from |
I've tried both with the same errors occurring. |
Can you post the errors, and how you are installing, exactly? Are you using homebrew? |
I've attached the quite long error outputs as text files. One is for using pip and the other using setup.py from github download. pip: setup.py: Yes, I use homebrew. Also the boost library is installed via home-brew and on on the path. |
I believe we have only tested/used python2.7 with this library. I'll note that in the README. |
I have also tested with python 2.7 as stated above. The errors are the same for both versions. |
Yes, I've worked on getting it to work on OSX with success because that's what I work on. I'm unfortunately in the middle of some things right now, but the general instructions are basically, install dependencies by homebrew, including boost and gdal and I'm not sure if also python2.7. Then virtualenv should be created. Then the repo should be cloned pip install gippy needs to run, inside the venv. When I look at this i, I will try to get it installed on a fresh osx system and make exact install instructions. |
This involves fixing wrong boost symbols. And potentially fixing linking. Helpful links:
conda/conda-build#279
https://github.com/conda/conda-build/blob/e8587bb49d47b1255d6137b273b45b94b71fb4e7/conda_build/post.py#L151
http://qin.laya.com/tech_coding_help/dylib_linking.html
http://stackoverflow.com/questions/19123623/python-runtime-library-dirs-doesnt-work-on-mac
The text was updated successfully, but these errors were encountered: