-
Notifications
You must be signed in to change notification settings - Fork 334
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 failure on macOS 10.15 #2836
Comments
We build appleseed on macOS for every commit, maybe our Travis build script can be a source of inspiration? You can find it here: And here is the corresponding log for the latest build (note that lines prefixed with a little triangle are sections that can be expanded): |
Although I don't remember ever seeing this, it doesn't look like a problem. Your issue has to do with Python 2.x. I remember seeing this error a few times. I would suggest a web search, it will probably help. |
Yes, It's a python2.x issue. Python has dropped support for anything <3.x as of Jan 1, 2020. If runnning Catalina, installing the SDK header fix is no longer an option. Also, Homebrew no longer offers python@2 as and install formulae. So I am left with pyenv which has it's own set of environmental variable issues. Thank you for the response I will investigate more. |
Really? We run this for every commit on Travis/macOS and it works fine:
Not sure which macOS version it's running, but does Homebrew care about that? |
Ah, I think I understand what's going on: Python 2.7 is already installed in our macOS environment. Weird, I would have expected Brew to complain nevertheless: |
attempting to compile from source on macos 10.15. I Used the following cmake config:
Was compiling well for a while:
But soon ran into trouble...
It says xcode has no sympbols. Not sure what to make of that. There is the third-party mac package available on the appleseed website. I'm not sure where in the the directory structure this should live and if i need to precompile that. Thanks.
The text was updated successfully, but these errors were encountered: