-
Notifications
You must be signed in to change notification settings - Fork 36
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
Mac binary #94
Comments
Do you have the shared library installed? It's called gtk-mac-integration in Homebrew. I'm personally hesitant to statically link GTK+ libraries or distribute GTK+ shared libraries because
|
I'm a MacPort user. But I have installed I think that the doc should say the binary distributions also require |
Thanks for the suggestion. I'll make a fix. I'm wondering if there's gtk-mac-integration in MacPorts? A quick search turned up some packages that look relevant: If we can sort out what packages are required in MacPorts, we can extend the README with the instructions for MacPorters. |
Apparently we have this in README:
|
I read it for building, not for binary release ones. |
It's hard to understand that |
Okay, it's under the "Using pre-built binaries" section though. Maybe the REAME should be refined a bit.
Yeah the same naming convention is used in haskell-gi. We should update the README for this as well. |
This is no longer correct. I'm not seeing any mention of I'm on a Mac M1 Pro, and have installed
The file Creating a symlink doesn't work either.
|
Ah yes, the macOS binaries in the releases are for Intel Macs. We need to configure GitHub Actions to make a binary for Apple Silicon. I don't know if GitHub provides runners that have Apple Silicon though. |
Looks like they don't yet. actions/runner-images#2187 |
I am still struggling to get threadscope to work on m1 pro. My current problem is
|
I'm sorry to hear that. Is it when compiling ThreadScope or one of its dependencies? |
The problem is gtk! I think I have all the dependencies. |
I wonder where you could get help. Maybe #haskell:matrix.org? You are not the only person having trouble compiling (old) gtk packages. |
Mac binary v0.2.11.1 causes the following error:
Is it possible to provide a statically-lined version?
The text was updated successfully, but these errors were encountered: