-
Notifications
You must be signed in to change notification settings - Fork 511
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
Does not start on OSX High Sierra #294
Comments
Ok investigating further, the libraries that
And the included
However we can see that ImageIO's
Note the system libz is 1.2.11 (the newest available), and solvespace's is 1.2.5 (very old! from 2012). Looking at the zlib source, So it seems what is happening is: solvespace's The simplest solution is to probably to link with the system zlib. I hacked around it as follows:
And now it runs with no problems. |
Thanks for figuring it out! |
Thanks for this point. Now SolveSpace is working with Hig Sierra 10.13.4 |
Duplicate of #310, and fixed there, in a different way. |
Easiest fix ever - functions under Mac OSX 10.14.1 (Mojave) - thanks. |
confirm It works on macOS 10.14.2 too. Thank you very much! |
I just encountered the same issue in a brew cask on OS X Catalina/10.15.1 -- I removed |
With SolveSpace 2.3 on OSX 10.13, it unfortunately doesn't run. It seems to be a library path issue, something to do with libpng. Here's the crash log:
The text was updated successfully, but these errors were encountered: