-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
too-many-cells not installed on MacOSX Sierra #5
Comments
Can you post the error output? |
Yes: gtk-0.14.10: configure -- While building package gtk-0.14.10 using: In the attached log file the details. Thank you in advance |
I don't have a Mac so FYI I won't have a way to test this (worst case scenario you can use docker which won't have these issues). First, did you use this command in the |
Also try |
So while solved the gtk-0.14.10 build another error occurs: Building library for too-many-cells-0.1.3.0.. |
Do you have the GNU Scientific Library dependency? If not first install that and the rest of the dependencies in the installation section of https://gregoryschwartz.github.io/too-many-cells/. I don't know the exact names of the Mac equivalents. If it still doesn't work, let me know! |
Any updates or should I close this issue? |
still not working. we stopped trying to install it |
That's unfortunate. I will try to get hold of a Mac to try and sort this out. In the meantime, have you tried the Docker? Mac people have had success using that instead of compiling from scratch. |
Oh yes Docker! So, I cannot use it on our cluster because it is installed on a dedicated server and in development and we, users, don't have access. I then installed it on my Mac but since I deal with 30.000 cells I have some resources issues. Probably I can try using a subset of cells at least to verify that it works. |
I was able to build on macOS with no issue using the commands I put into the documentation in Installation -> macOS (https://gregoryschwartz.github.io/too-many-cells/). Please try it out and see if it solves your problem! |
It works on this end, so if you are still having difficulty please re-open this issue. |
I tried to install too-many-cells on MacOS X Sierra without success.
It fails building gtk 0.14 that is required.
I also followed instructions here: https://wiki.haskell.org/Gtk2Hs/Mac i.e. I tried
to use cabal install gtk -f have-quartz-gtk although for OS X Mavericks but again it failed.
It installs automatically gtk 0.15.
Any suggestion?
Thank you in advance
The text was updated successfully, but these errors were encountered: